/* blue: 7ea7d9 or 90b1ce od 7da7d9*/
/* orangegold: fdb823 */
/* red: da3e28 */
/* frameorange: eea623:  */
/* green: acbe34 */


body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background-color: #7da7d9;

}

a,
a:hover,
a:visited {
  color: #0071bc;
}

header.banner {
  top: 0;
  width: calc(100vw - 10vw);
  margin-left: 5vw;
  margin-right: 5vw;
  position: fixed;
  z-index: 50;
  display: grid;
  grid-template-columns: 25% 25% 50%;
  grid-gap: 20px;
  transition: 2s;
    filter: drop-shadow(0px 0px 5px #888);

}

.brand {
  grid-column: 1 / 1;
  height: 80px;
    background-color: AntiqueWhite;

  /* background-color: #fff3c8; */
  clip-path: polygon(0 0, 100% 0, 100% 80%, 98% 100%, 1% 100%);
  /* filter: drop-shadow(0px 0px 5px #888); */

}

#mapMark {
  width: 150px;
  padding-left: 20px;
  position: fixed;
  top: 10px;
  transition: .5s;
  /* filter: drop-shadow(0 0 5px #888); */
}

.topnav {
  background-color: AntiqueWhite;
  /* background-color: #fff3c8; */
  overflow: hidden;
  z-index: 50;
  /* position: fixed; */
  height: 40px;
  /* width: 40vw; */
  top: 0;
  display: grid;
  grid-template-columns: 25% 25% 40% 10%;
  align-items: center;
  /* grid-gap: 5%; */

  font-family: 'Merriweather', Georgia, serif;
  font-weight: 700;
  /* padding-left: calc((100vw - 940px)/2);
  padding-right: calc((100vw - 940px)/2); */
  clip-path: polygon(0 0, 100% 0, 100% 95%, 98% 100%, 1% 100%);
}

.topnavWrap {
    grid-column: 3 / 3;
  /* filter: drop-shadow(0px 0px 5px #888); */
  width: 100%;
}

/* #WGVtopnav {
filter: drop-shadow(0 0 50px #888);
} */


.topnav a {
  /* background-color: #84AFDF; */
  float: left;
  display: grid;
  height: 30px;
  /* color: darkolivegreen; */
  color: #3e1a10;
  text-align: center;
  /* padding: 8px 10px; */
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  place-items: center;
}


.buymap {
  background-color: #eea623;
  /* background-color: darkorange; */
  margin: 0 10px 0 10px;
  /* height: 30px; */
  /* float: left;
  display: block;
  color: grey;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px; */
  /* position: fixed;
  top: 30px;
  right: 150px;
  width: 100px;
  height: 60px; */
  /* z-index: 100; */
}

a.fbLink {
  width: 20px;
  padding: 0 0 0 0;
  margin: auto;
}

/* .fbImg {
  width: 40px;
  padding: 0 0 0 0;
  margin: auto;
} */

.buymap a {
  /* background-color: #84AFDF; */
  /* display: block; */
  text-align: center;
  /* padding: 8px 10px; */
  text-decoration: none;
  color: #3e1a10;
  /* font-size: 18px; */
}

.home {
  overflow-x: hidden;
  height: 100vh;
  /* font-family: 'Atkinson Hyperlegible', sans-serif;
  padding-top: 0px;
  background-color: white;
  overflow-x: hidden; */
}

/* hiding the map controls */
/* .mapboxgl-ctrl-top-right {
  visibility: hidden !important;
}
.mapboxgl-control-container {
  visibility: hidden !important;
}
.mapboxgl-ctrl.mapboxgl-ctrl-group {
  visibility: hidden !important;
}
.mapboxgl-ctrl-geocoder.mapboxgl-ctrl.mapboxgl-ctrl-geocoder--collapsed {
  visibility: hidden !important;
} */

hr {
  background-color: none;
  border-width: 1px 0px 0px 0px;
  margin: 25px 0px
}

#sky {
  overflow-x: hidden;
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100vw;
    display: flex;
  align-items: center; /* Centers children vertically */
  justify-content: center;
  height: 100vh;
}

.blueOver{
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #7da7d9;
mix-blend-mode: color;
}


.skyImg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  opacity: 0.2;
}


.creditTitle {
  font-weight: 400;
  font-style: italic;
}

.creditURL {
  margin-bottom: 0rem;
}

.exploreBox {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}

.exploreImg {
  height: 250px;
  background-color: none;
  overflow: hidden;
    filter: drop-shadow(0px 0px 5px #888);

    /* justify-content: center;
  align-items: center; */
}

.expImg {
  /* width: 100%; */
  object-fit: cover;
}

#expGreat, #expGrace {
  max-height: 100%;
  width: auto;
}

#expDown, #expLegend{
  max-width: 100%;
  height: auto;
}

/* .homeFootHolder {
  position: relative;
  bottom: 0px;
  margin: 20px auto 0px auto;
  height: 40px;
  width: 100%;
  filter: drop-shadow(0px 0px 5px #888);
  display: grid;
  grid-template-columns: 33% 33% 33%;
  z-index: 10;
} */

.footHolder {
  position: absolute;
  bottom: 0px;
  margin: 20px auto 0px auto;
  height: 40px;
  width: 100%;
  filter: drop-shadow(0px 0px 5px #888);
  display: grid;
  grid-template-columns: 33% 33% 33%;
  z-index: 10;
}

.foot {
  /* background-color: AntiqueWhite; */
  box-sizing: border-box;
  height: 50px;
  grid-column: 2 / 3;
  background-color: AntiqueWhite;
  /* overflow: hidden; */
  /* z-index: 50; */
  /* position: relative;
  left: 25vw;
  height: 30px;
  width: 25vw; */
  /* bottom: 0; */
  /* top: 0; */
  margin: 0px 10px 10px 10px;
  padding-top: 10px;
  /* z-index: 10; */
  text-align: center;
  font-size: 12px;
  /* font-family: 'Atkinson Hyperlegible', sans-serif; */
  /* font-weight: 700; */
  /* padding-left: calc((100vw - 940px)/2);
  padding-right: calc((100vw - 940px)/2); */
  clip-path: polygon(0 0, 98% 5%, 100% 95%, 0% 100%);
}


.homeFootHolder {
  margin: auto;
  height: 40px;
  width: 100%;
  position: fixed;
  bottom: 0;
  filter: drop-shadow(0px 0px 5px #888);
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  z-index: 10;
}



.homeFoot {
  /* background-color: AntiqueWhite; */
  background-color: #e9dbbe;
  overflow: hidden;
  /* z-index: 50; */
  position: fixed;
  left: 25vw;
  bottom: 0;
  height: 30px;
  width: 25vw;
  /* top: 0; */
  margin: 20px 5px 0px 5px;
  padding-top: 10px;
  text-align: center;
  font-size: 12px;
  /* font-family: 'Atkinson Hyperlegible', sans-serif; */
  /* font-weight: 700; */
  /* padding-left: calc((100vw - 940px)/2);
  padding-right: calc((100vw - 940px)/2); */
  clip-path: polygon(0 0, 98% 5%, 100% 95%, 0% 100%);
}



.mapImgHolder {
  position: fixed;
  top: 0;
  z-index: 30;
  height: 100vh;
  width: 100vw;
    display: flex;
  align-items: center; /* Centers children vertically */
  justify-content: center;
}

.mapDiv {
  margin: auto;
  width: 70vw;
}

.mapImg {
  /* position: absolute; */
  /* top: 5vh;
  left: 15vw; */
  width: 70vw;
}

.pageHolder {
  box-sizing: border-box;
  position: relative;
  z-index: 20;
  margin: 60px auto 0 auto;
  padding: 0 50px 0 50px;
  width: 850px;
  filter: drop-shadow(0px 0px 5px #444);

}

.WGVTextHolder {
  /* position: fixed;
  top: 0; */
  margin-bottom: 60px;
  filter: drop-shadow(0px 0px 5px #111);
  box-sizing: border-box;
  font-family: 'Merriweather', Georgia, serif;
  font-size: 19px;
  line-height: 1.9;
  color: #3e1a10;
  background-color: antiquewhite;
  /* background-color: #e9dbbe; */

  position: relative;
  z-index: 30;
  /* margin: 100px auto 0 auto; */
  padding: 30px;
  /* width: 700px; */
  clip-path: polygon(0 0, calc(100% - 35px) 0, 100% 35px, 100% 100%, 0% 100%);
}

.WGVTextHolder p {
  font-size: 1.2rem;
  margin-block-start: 0px;
}

.workTitles {
  font-style: italic;
}

.WGVTextHolder a {
  color: #3e1a10;
  background-color: #fbcf70;
  font-family: 'Merriweather', Georgia, serif;
  font-style: italic;
  /* font-weight: 600; */
  /* background-color: AntiqueWhite; */
  /* filter: drop-shadow(0px 0px 5px #111); */
  text-decoration: none;
}


/* blue: 7ea7d9 or 90b1ce od 7da7d9*/
/* orangegold: fdb823 */
/* red: da3e28 */
/* frameorange: eea623:  */
/* green: acbe34 */
/* gold from logo: dbab61 */




.WGVTextHolder a:hover {
  background-color: #da3e28;
  /* background-color: darkorange; */
}

h2 {
  color: #da3e28;
  font-size: 23px;
  font-family: 'Merriweather', Georgia, serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.5;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #fdb823;
  border-bottom: 1px solid #fdb823;
  margin-bottom: 10px;
}

h3 {
  letter-spacing: 2px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1rem;
  color: #da3e28;
}

h4 {
  margin-bottom: 0rem;
  margin-top: 0px;
  font-size: 1.3rem;
  color: #3e1a10;
  font-style: italic;
  /* background-color: #7da7d9; */
  background-color: #94b2d6;

}

.hdetail {
  color: #3e1a10;
  font-size: 18px;
  /* font-family: 'Merriweather', Georgia, serif; */
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0px;
  font-style: italic;
  /* line-height: 1.5; */
  /* padding-bottom: 5px; */
  /* border-bottom: 1px solid darkolivegreen; */
}


.buyMapMap {
  width: 106%;
  position: relative;
  left: -14px;
  top: -3px;
  /* transform: rotate(1deg); */
  /* filter: drop-shadow(0 0 5px #888); */
}


.buyHolder {
  display: grid;
  grid-template-columns: 50% 50%;
  width: 100%;
  column-gap: 20px;
  /* height:400px;  */
}


.buyBox {
  box-sizing: border-box;
  position: relative;
  left: -5px;
  margin-bottom: 20px;
  padding: 80px 0;
  color: antiquewhite;
  text-align: center;
  border: 8px solid white;
  /* height: 220px; */
  width: 104%;
  /* background-color:rgb(167, 171, 126);  */
  background-color: #da3e28;
  /* padding: 30px; */
  /* filter: drop-shadow(0 0 5px #888); */
  line-height: 1.3;
  filter: drop-shadow(0px 0px 5px #444);
}

.buyBox:hover {
  background-color: #acbe34;
  color: #3e1a10;
  /* background-color:darkorange;  */
}

.buyHolder a {
  background-color: transparent;
}

.buyHolder a:hover {
  background-color: transparent;
}


.orderVia {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  /* filter: drop-shadow(0 0 3px #888); */
}

.orderOrigin {
  font-size: 17px;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 300;
}

.aboutBox {
  box-sizing: border-box;
  position: relative;
  left: -5px;
  margin-bottom: 20px;
  /* padding: 80px 0; */
  color: antiquewhite;
  /* text-align: center; */
  border: 8px solid white;
  width: 104%;
  height: 90%;
  line-height: 1.3;
  filter: drop-shadow(0px 0px 5px #444);
}

.abtImg {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* #expGreat, #expGrace {
  max-height: 100%;
  width: auto;
}

#expDown, #expLegend{
  max-width: 100%;
  height: auto;
} */



#siteOrder, #aboutImg1 {
  transform: rotate(-1deg);
  z-index: 10;
}

#amazonOrder, #aboutImg2 {
  transform: rotate(1deg);
  left: -20px;
  top: 10px;
}


.twoColHolder {
  display: grid;
  grid-template-columns: 50% 50%;
  width: 100%;
  column-gap: 20px;
  /* height:400px;  */
}



.dogEar {
  background-color: AntiqueWhite;
  /* width: 35px; */
  width: 35px;
  height: 35px;
  clip-path: polygon(0 0, 35px 35px, 0 35px);
  /* clip-path: polygon(0 0, 35px 35px, 0 35px ); */

  /* clip-path: polygon(calc(100% - 35px) 0, 100% 35px, calc(100% - 35px) 35px ); */
}

.dogEarShadow {
  z-index: 35;
  position: absolute;
  top: 0px;
  left: calc(100% - 35px);
  filter: drop-shadow(0 0 5px #888);
}

.photoFramed {
  box-sizing: border-box;
  position: relative;
  left: -10px;
  /* height: 200px; */
  /* border: 8px solid white; */
  transform: rotate(-1deg);
  filter: drop-shadow(0 0 5px #888);
}

#aboutImage,
#whereToBuyImg {
  box-sizing: border-box;
  width: 103%;
  border: 8px solid white;

  /* position: absolute; */
  /* top: 10px; */
}






@media screen and (max-width: 820px) {


  header.banner {
    width: 100%;
    margin-left: 10px;
    margin-right: 0px;
    /* position: fixed; */
    /* z-index: 50; */
    display: grid;
    grid-template-columns: 20% 0% 80%;
    grid-gap: 0px;
    transition: 2s;
  }


  .topnav {
    box-sizing: border-box;
    height: 40px;
    width: 100%;
    padding-right: 10px;
    grid-template-columns: 21% 21% 48% 10%;
    /* top: 0;
        display: grid;
        grid-template-columns: 50% 50%;
        grid-gap: 20px;

        font-family: 'Atkinson Hyperlegible', sans-serif;
        font-weight: 700; */

    /* clip-path: polygon(0 0, 100% 0, 100% 95%, 98% 100%, 1% 100%); */
  }

  .brand {
    height: 40px;
  }

  .topnav a {
    font-size: 12px;
    letter-spacing: 0px;
  }


.mapImgHolder {
  position: fixed;
  top: 0;
  z-index: 30;
  height: 100vh;
  width: 100vw;
    display: flex;
  align-items: center; /* Centers children vertically */
  justify-content: center;
}


.mapImg {
  width: 80vw;
}

  /* #sky {
    overflow: hidden;
  } */


#sky {
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100vw;
    display: flex;
  align-items: center; /* Centers children vertically */
  justify-content: center;
  height: 100vh;
}




  .skyImg {
    position: absolute;
    top: 0vw;
    left: 0vw;
    width: 100vw;
  }

/* .skyImg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  opacity: 0.2;
} */



  .instaImg {
    /* width: 40px; */
    /* padding: 0 0px 0 0; */
    /* margin: auto; */
  }


  .foot {
    grid-column: 1 / 5;
  }

  .homeFoot {
    grid-column: 1 / 5;
  }


  .pageHolder {
    /* box-sizing: border-box;
      position: relative;
        z-index: 20; */
    margin: 60px auto 0 auto;
    padding: 0 10px 0 10px;
    width: 100%;
    /* filter: drop-shadow(0px 0px 5px #444); */

  }

  .WGVTextHolder {
    font-size: 15px;
    line-height: 1.8;
    padding: 30px;
  }

  /* .WGVTextHolder a {
        color: #3e1a10;
        font-family: 'Merriweather', Georgia, serif;
        font-weight: 600;
        text-decoration: none;
      } */

  /* .WGVTextHolder a:hover {
        background-color: AntiqueWhite;
      } */

  h2 {
    font-size: 19px;
    letter-spacing: 2px;
    line-height: 1.3;
    /* padding-bottom: 5px; */
    /* border-bottom: 1px solid darkolivegreen; */
  }

.exploreBox {
  grid-template-columns: 1fr;
  /* column-gap: 20px; */
}

.exploreImg {
margin-bottom: 15px;
}

  .buyHolder,
  .twoColHolder {
    /* display: grid; */
    grid-template-columns: 1fr;
    /* width: 100%;  */
    /* height:400px;  */
  }

  #siteOrder {
    /* transform: rotate(-1deg);  */
    /* z-index: 10; */
    margin-bottom: 0px;
  }

  #amazonOrder {
    /* transform: rotate(1deg);  */
    left: -10px;
    top: -20px;
    /* top: 10px; */
  }

  #mapMark {
    width: 50px;
    position: fixed;
    padding-top: 10px;
    padding-left: 10px;
    margin: auto;
    top: 0px;
    transition: .5s;
    /* filter: drop-shadow(0 0 5px #888); */
    /* drop-shadow: 0px 0px 10px #888888; */
  }



/* #mapMark {
  width: 150px;
  padding-left: 20px;
  position: fixed;
  top: 10px;
  transition: .5s;
  /* filter: drop-shadow(0 0 5px #888); */
} */




}