/***********************************************************************************/
/* Body Section                                                                    */
/***********************************************************************************/
body {
  background-image: url("../images/_all/background.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
  max-width: 1410px; /* 4 Across */
  max-width: 1400px; /* 3 Across */
  margin: auto;
  line-height: 1.1;
  font-family: Verdana, sans-serif;
}

/***********************************************************************************/
/* Default for HTML Tags                                                           */
/***********************************************************************************/
img {
  width: inherit;
}

a {
  color: inherit;
}

/***********************************************************************************/
/* Article Section                                                                 */
/***********************************************************************************/
article {
  background: white;
  padding: 16px;
}

/***********************************************************************************/
/* Section Section                                                                 */
/***********************************************************************************/
section {
  margin-top: 16px;
}

/***********************************************************************************/
/* Slides Section                                                                  */
/***********************************************************************************/
.wig-slides {
  position: static;
  border-style: solid;
  border-color: #612c03;
  border-width: 0px;
  width: 100%;
}

.wig-slides:first-child {
  position: absolute;
}

.wig-screen {
  position: relative;
  display: block;
}

/***********************************************************************************/
/* Welcome Message Section                                                         */
/***********************************************************************************/
.welcome {
  color: #612c03;
  background: #f4f1ea;
  font-family: Bookman, "Times New Roman", Times, serif;
  padding: 16px;
  line-height: 1.4;
  overflow: hidden;
  position: relative;
  font-size: 1.3em;
}

#frontage {
  float: right;
  max-width: 60%;
  margin-left: 8px;
}

/***********************************************************************************/
/* Popup Section for Cheque                                                        */
/***********************************************************************************/
#cheque-link:hover #cheque {
  display: block;
}

#cheque-link a span {
  display: none;
}

#cheque {
  display: none;
  position: absolute;
  top: 0%;
  right: 0%;
  height: 100%;
  max-height: 700px;
  width: auto;
  max-width: 100%;
}

header {
  display: flex;
  padding: 0 1em;
  color: #612c03;
  background: #f4f1ea;
  font-family: Bookman, "Times New Roman", Times, serif;
  font-size: 36px;
  font-weight: bold;
  justify-content: space-around;
  /* i.e. For screens bigger than ... */
}
header div {
  align-items: center;
}
header img {
  margin: 0;
  padding: 0;
  height: 150px;
  width: auto;
  background-color: #612c03;
  top: 0;
  left: 0;
}
header p {
  margin: 0;
}
header .wig-box-1, header .wig-box-3 {
  display: none;
  flex: 1;
}
header .wig-box-2 {
  display: flex;
  flex: initial;
  margin: 0;
  justify-content: center;
}
header .wig-box-2 img {
  width: 220px;
  height: 150px;
}
@media (min-width: 655px) {
  header .wig-box-1 {
    justify-content: flex-start;
    display: flex;
  }
  header .wig-box-3 {
    justify-content: flex-end;
    display: flex;
    text-align: right;
  }
}

footer {
  background-color: white;
  padding-bottom: 20px;
}
footer .follow-us {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  align-items: center;
  text-align: center;
  font-size: min(3.5vw, 40px);
  font-weight: 1000;
  background-color: #612c03;
  height: 65px;
  margin-top: 0;
  color: rgba(204, 204, 204, 0.6666666667);
}
footer .divp {
  flex-grow: 1;
  color: rgba(0, 0, 0, 0);
  font-size: 70px;
  line-height: 1;
}
@keyframes arrows {
  0% {
    color: rgba(204, 204, 204, 0.2);
    transform: translate(40%);
  }
  20% {
    color: rgba(204, 204, 204, 0.6666666667);
  }
  80% {
    color: rgba(204, 204, 204, 0.6666666667);
  }
  100% {
    color: rgba(204, 204, 204, 0.2);
    transform: translate(-40%);
  }
}
footer .follow-us:hover p {
  animation-timing-function: linear;
  animation-name: arrows;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
footer .follow-us:hover #p1 {
  animation-direction: normal;
}
footer .follow-us:hover #p2 {
  animation-direction: reverse;
}
footer .instagram-logo img {
  height: 65px;
  margin-left: 20px;
}
footer .instagram-logo img:nth-of-type(1) {
  display: block;
}
footer .instagram-logo img:nth-of-type(2) {
  display: none;
}
footer .instagram-logo:hover img:nth-of-type(1) {
  display: none;
}
footer .instagram-logo:hover img:nth-of-type(2) {
  display: block;
}
footer .follow-us-text {
  align-self: center;
}
footer .facebook-logo {
  margin-right: 20px;
}
footer .facebook-logo a {
  display: flex;
  text-decoration: none;
}
footer .facebook-logo a:hover circle {
  fill: #ffffff;
}
footer .facebook-logo a:hover path {
  fill: #1977f3;
}
footer .copyright {
  padding: 0 16px;
  color: black;
  font-size: 10px;
}
footer .cards {
  margin-top: 10px;
  justify-content: center;
  display: flex;
  width: 100%;
}
footer .cards img {
  width: 70px;
}
footer .details {
  text-align: center;
  font-size: 10px;
}

nav {
  text-align: center; /* centers buttons in bar */
  line-height: 1; /* affects bar height */
  font-size: 1.4rem;
  /* i.e. For screens bigger than ... */
}
nav a {
  display: block;
  padding: 12px 0.5vw; /* bar height, link spacing */
  text-decoration: none;
}
nav a:hover {
  background-color: #ccc;
  color: black;
}
@media (min-width: 655px) {
  nav a {
    display: inline-block;
  }
}

.wig-nav1 {
  background-color: #612c03;
  color: white;
}

.wig-nav2 {
  background-color: #f4f1ea;
  color: #612c03;
  font-family: Bookman, "Times New Roman", Times, serif;
  font-weight: bold;
  text-transform: uppercase;
}

/* xxxxxx */
#about-us-slides {
  width: 66%;
  float: right;
  margin-left: 2%;
}

#about-us-slides img {
  border: 2px solid #612c03;
}

.wig-brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #612c03;
}
.wig-brands div {
  background-color: #f4f1ea;
  width: 350px;
  margin: 10px;
  text-align: center;
  font-size: 20px;
  font-family: Bookman, "Times New Roman", Times, serif;
  align-self: flex-start;
}
.wig-brands table, .wig-brands th, .wig-brands td {
  border: 2px #612c03 solid;
}
.wig-brands img {
  width: 90%;
}

.contact-us {
  font-size: 25px;
  color: #612c03;
}

/***********************************************************************************/
/* Main Menu                                                                       */
/***********************************************************************************/
.wig-menu {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(331px, 1fr));
  gap: 15px;
}

.wig-menu-item {
  position: relative;
  display: grid;
  gap: 0px;
  background-color: #612c03;
  color: rgba(204, 204, 204, 0.3333333333);
  grid-template-columns: 1fr 1fr 1fr 80px;
  text-decoration: none;
  grid-template-areas: "pic pic pic pic" "div div div div" "linea linea linea button" "lineb lineb lineb button";
}

.wig-menu-item:hover {
  outline: 5px solid #612c03;
  outline-offset: 5px;
  filter: brightness(120%) saturate(105%);
  transition: filter 500ms, outline 300ms, color 500ms;
  color: rgba(255, 255, 255, 0.7333333333);
}

.wig-menu-itemx {
  position: relative;
  display: grid;
  gap: 0px;
  background-color: #612c03;
  grid-template-columns: 1fr;
  text-decoration: none;
  padding: 2px 2px 2px 2px;
  grid-template-areas: "pic";
}

.wig-menu-itemx img {
  height: 100%;
  width: 100%;
}

.wig-menu-pic {
  grid-area: pic;
  border-top: 2px solid #612c03;
  border-left: 2px solid #612c03;
  border-right: 2px solid #612c03;
  background-color: #612c03;
}

.wig-menu-divider {
  grid-area: div;
  background-color: white;
  border-left: 2px solid #612c03;
  border-right: 2px solid #612c03;
  height: 1px;
}

.wig-menu-pic img {
  height: 100%;
}

.wig-menu p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wig-menu-p1 {
  position: relative;
  grid-area: linea;
  color: #ddcdbd;
  font-weight: bold;
  font-family: Bookman, "Times New Roman", Times, serif;
  text-transform: uppercase;
  font-size: min(12vw, 40px);
  margin: 8px 0 0px 15px;
}

.wig-menu-p2 {
  grid-area: lineb;
  color: white;
  font-weight: 600;
  font-family: Verdana, sans-serif;
  font-size: calc(min(12vw, 40px) * 0.8);
  margin: 0px 0 10px 15px;
}

.wig-menu-p3 {
  grid-area: button;
  font-size: calc(min(12vw, 50px) * 1.9);
  margin: 0;
  color: inherit;
}

/***********************************************************************************/
/* Message                                                                         */
/***********************************************************************************/
.message-box {
  border: 2px solid #612c03;
}

.message {
  text-align: center;
  font-family: Bookman, "Times New Roman", Times, serif;
  font-size: 25px;
  font-weight: 1000;
  color: #612c03;
  border: 1px solid #612c03;
  margin: 10px;
  padding: 10px;
}

.message-bold {
  font-size: 30px;
  text-shadow: 0 0 3px #ff0000;
  animation-name: bold;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes bold {
  0% {
    text-shadow: 0 0 3px #ff0000;
  }
  33% {
    text-shadow: 0 0 3px #fffb00;
  }
  100% {
    text-shadow: 0 0 3px #ff0000;
  }
}
.message-large {
  font-size: max(min(10vw, 200px), 20px);
  margin: 0;
}

.message-large-half {
  font-size: calc(min(10vw, 200px) * 0.5);
  margin: 0;
}

.message-large-qtr {
  font-size: calc(min(10vw, 200px) * 0.25);
  margin: 0;
}

/***********************************************************************************/
/* Waggy Dog Message                                                               */
/***********************************************************************************/
.doggies {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Bookman, "Times New Roman", Times, serif;
  font-size: min(3.3vw, 50px);
  font-weight: 1000;
  color: #612c03;
  line-height: 1;
}

p {
  margin: 0;
}

/***********************************************************************************/
/* Brand Logos                                                                     */
/***********************************************************************************/
.wig-logos {
  background-color: #f4f1ea;
  border-style: solid;
  border-width: 3px 0 3px 0;
  border-color: #612c03;
  width: 100%;
}

.flex-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(285px, auto));
  gap: 15px;
}
.flex-container div {
  flex: auto;
  background-color: #612c03;
  font-size: 30px;
  font-family: Verdana, sans-serif;
  text-align: center;
  color: white;
  padding: 2px;
}
.flex-container div img {
  max-width: 100%;
  max-height: 100%;
  border-top-left-radius: 20%;
  border-bottom-right-radius: 20%;
  cursor: pointer;
}

.imgLarge {
  max-width: 90%;
  max-height: 90%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  box-shadow: 0px 0px 20px 20px #ddd;
}

.our-store {
  font-size: 25px;
  color: #612c03;
}/*# sourceMappingURL=main.css.map */