@import "elsie.css";
@import "carlito.css";
@import "gentiumplus.css";

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}


html, body {
  height: 100vh;
  width: 100vw;
  margin: 0px;
  overflow-x: hidden;
  font-family: 'carlito regular', sans-serif;
  font-weight: normal;
  font-size: clamp(16px, 4vmin, 24px)
}


.container {
  width: 100svw;
  display: grid;
  grid-template-columns: 5vw 1fr 1fr 1fr 5vw;
  grid-template-rows: repeat(auto);
  column-gap: 3vh;
  row-gap: 0vh;
  position: relative;
  align-items: center;
  height: 100%;
}
/*
.layout-1 {
  grid-template-areas: 
  ".      .             togglenav    dropdown       ."
  ".      hero-txt1     hero-txt1    .              ."
  ".      hero-txt2     hero-txt2    .              ."
  ".      midcont-txt   midcont-txt  midcont-img    ."
  ".      midcont-txt   midcont-txt  midcont-img    ."
  ".      midcont-txt   midcont-txt  midcont-img    ."
  ".      pres-nav      pres-nav     pres-nav       ."
  ".      footer-links  footer-ip    footer-cook    .";
}

.layout-2 {
  grid-template-areas: 
  ".      .             togglenav      dropdown       ."
  ".      hero-txt1     hero-txt1      .              ."
  ".      hero-txt2     hero-txt2      .              ."
  ".      midcont-txt1  midcont-txt1   midcont-txt1   ."
  ".      triple-alt1   midcont-txt2   triple-alt2    ."
  ".      midcont-txt3  triple-alt3    midcont-txt4   ."
  ".      pres-nav      pres-nav       pres-nav       ."
  ".      footer-links  footer-ip      footer-cook    .";
}

.layout-3 {
  grid-template-areas: 
  ".      .             togglenav     dropdown       ."
  ".      hero-txt1     hero-txt1     .              ."
  ".      hero-txt2     hero-txt2     .              ."
  ".      midcont-txt   midcont-txt   midcont-img    ."
  ".      midcont-txt   midcont-txt   midcont-img    ."
  ".      pres-nav      pres-nav      midcont-img    ."
  ".      triple1       triple2       triple3        ."
  ".      footer-links  footer-ip     footer-cook    .";
}
*/
.layout-4 {
  grid-template-areas: 
  ".      .             togglenav     dropdown       ."
  ".      hero-txt1     hero-txt1     hero-txt1      ."
  ".      hero-txt2     hero-txt2     .              ."
  ".      midcont-img1  midcont-txt1  midcont-txt1   ."
  ".      midcont-img1  midcont-logo  midcont-img2   ."
  ".      midcont-txt2  midcont-txt2  midcont-img2   ."
  ".      pres-nav      pres-nav      pres-nav       ."
  ".      .             .             .              ."
  ".      .             .             .              ."
  ".      .             .             .              ."
  ".      footer-links  footer-ip     footer-cook    .";
}

.layout-4ext {
  grid-template-areas: 
  ".      .             togglenav     dropdown       ."
  ".      hero-txt1     hero-txt1     hero-txt1      ."
  ".      hero-txt2     hero-txt2     .              ."
  ".      midcont-img1  midcont-txt1  midcont-txt1   ."
  ".      midcont-img1  .             midcont-img2   ."
  ".      midcont-txt2  midcont-txt2  midcont-img2   ."
  ".      midcont-img3  midcont-txt3  midcont-txt3   ."
  ".      midcont-img3  .             midcont-img4   ."
  ".      midcont-txt4  midcont-txt4  midcont-img4   ."
  ".      pres-nav      pres-nav      pres-nav       ."
  ".      footer-links  footer-ip     footer-cook    .";
}
/*
.layout-5 {
  grid-template-areas: 
  ".      .               togglenav      dropdown       ."
  ".      hero-txt1       hero-txt1      .              ."
  ".      hero-txt2       hero-txt2      .              ."
  ".      midcont-txtr1   midcont-txtr1  midcont-imgr1  ."
  ".      midcont-bnw     midcont-bnw    midcont-bnw    ."
  ".      midcont-txtr2   midcont-txtr2  midcont-imgr2  ."
  ".      pres-nav        pres-nav       pres-nav       ."
  ".      .              .              .               ."
  ".      .              .              .               ."
  ".      .              .              .               ."
  ".      footer-links    footer-ip      footer-cook    .";
}
*/
.layout-5ext {
  grid-template-areas: 
  ".      .               togglenav      dropdown       ."
  ".      hero-txt1       hero-txt1      .              ."
  ".      hero-txt2       hero-txt2      .              ."
  ".      midcont-txtr1   midcont-txtr1  midcont-imgr1  ."
  ".      midcont-txtr2   midcont-txtr2  midcont-imgr2  ."
  ".      midcont-txtr3   midcont-txtr3  midcont-imgr3  ."
  ".      midcont-txtr4   midcont-txtr4  midcont-imgr4  ."
  ".      .              .              .               ."
  ".      .              .              .               ."
  ".      pres-nav        pres-nav       pres-nav       ."
  ".      footer-links    footer-ip      footer-cook    .";
}


/*
.layout-6 {
  grid-template-areas: 
  ".      .             togglenav      dropdown       ."
  ".      hero-txt1     hero-txt1    .              ."
  ".      hero-txt2     hero-txt2    .              ."
  ".      midcont-txt   midcont-txt  midcont-img    ."
  ".      midcont-txt   midcont-txt  midcont-img    ."
  ".      midcont-txt   midcont-txt  midcont-img    ."
  ".      pres-nav      pres-nav     pres-nav       ."
  ".      footer-links  footer-ip    footer-cook    .";
}
*/
* h1 { 
  font-size: 250%;
}

* h2 {
  font-size: 175%;
}

* h3 {
  font-size: 125%;
}

* p, ul {
  font-size: 100%;
}

* ul li {
  list-style-position: inside;
  text-indent: -1em;
  margin-left: 1em;
} 

.more, #hero p {
  font-size: 90%;
}

.footer-links p, .footer-ip  p, .footer-cook  p, .tooltiptext p, .poputext p  {
  font-size: 80%;
}

* h1, h2, h3, p, ul {
  padding-bottom: 0.5rem;
}  

.hero {
  grid-column-start: 1;
  grid-column-end: 6;
  grid-row-start: 1;
  grid-row-end: 4;
  box-shadow: 0 1vw 1vw 0 rgba(0, 0, 0, 0.2), 0 1vw 1vw 0 rgba(0, 0, 0, 0.19);
}

.grad0 {
}

.gradLl75 {
  background: linear-gradient(to left, rgba(0,0,0,0) 40%, rgba(0,0,0,0.75) 100%);
}

.gradLl85 {
  background: linear-gradient(to left, rgba(0,0,0,0) 40%, rgba(0,0,0,0.85) 100%);
}

.gradLl45 {
  background: linear-gradient(to left, rgba(0,0,0,0) 40%, rgba(0,0,0,0.25) 100%);
}

.gradLt95 {
  background: linear-gradient(to top, rgba(0,0,0,0) 70%, rgba(0,0,0,0.95) 100%);
}

.gradLb95-t65 {
  background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0) 45%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.65) 85%);
}

.gradLb55-t55 {
  background: linear-gradient(to top, rgba(0,0,0,55) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 55%, rgba(0,0,0,0.55) 75%);
}

.gradLl50-t95 {
  background: linear-gradient(to left, rgba(0,0,0,0) 40%, rgba(0,0,0,0.50) 100%), linear-gradient(to top, rgba(0,0,0,0) 70%, rgba(0,0,0,0.95) 100%);
}

.midcont-img img, .midcont-img1 img, .midcont-img2 img, .midcont-img3 img, .midcont-img4 img, .triple1 img, .triple2 img, .triple3 img, .zoom:hover img, .zoomplus:hover img, .triple-alt1 img, .triple-alt2 img, .triple-alt3 img, .midcont-imgr1 img, .midcont-imgr2 img, .midcont-imgr3 img, .midcont-imgr4 img, .figure img {
  border-radius: 2vw;
  box-shadow: 0 1vw 1vw 0 rgba(0, 0, 0, 0.2), 0 1vw 1vw 0 rgba(0, 0, 0, 0.19);
}

.ilb img, .bnw img, .bnwr1 img, .bnwr2 img {
  border-radius: 1vw;
  box-shadow: 0 0.5vw 0.5vw 0 rgba(0, 0, 0, 0.2), 0 1vw 1vw 0 rgba(0, 0, 0, 0.19);
}

.midcont-txtr1, .midcont-txtr2, .midcont-txtr3, .midcont-txtr4, .midcont-txt, .midcont-txt1, .midcont-txt2, .midcont-txt3, .midcont-txt4, .midcont-img, .midcont-img1, .midcont-img2, .midcont-img3, .midcont-img4, .triple1, .triple2, .triple3, .zoom:hover, .midcont-imgr1, .midcont-imgr2, .midcont-imgr3, .midcont-imgr4, .bnwr1, .bnwr2, .figure {
  margin-top: 3vw;
  padding-bottom: 3vh;
  z-index: 0;
  font-family: GentiumPlusW;
}

.zoomplus:hover {
  margin-top: 3vw;
  padding-bottom: 3vh;
  z-index: 2;
}

.hero img {
  display: block;
  width: 100svw;
  max-height: 100svh;
  object-fit: cover;
  position: relative;
  z-index: -1;
}

.hero-txt1 {
  grid-area: hero-txt1;
  position: absolute;
  text-align: left;
  top: 0;
  left: 0vw;
  color: white;
  font-family: 'elsieregular', serif;
  font-weight: normal;
}

.hero-txt2 {
  grid-area: hero-txt2;
  position: absolute;
  text-align: left;
  left: 0vw;
  color: white;
  font-family: 'elsieregular', serif;
  font-weight: normal;
}

.hero-txt2 img {
  max-width: 5vw;
}

.hero-txt1 h1 {
  color: white;
  text-align: left;
}

.hero-txt1 p {
  color: white;
  max-width: 35vw;
  text-align: left;
}

.hero-txt2 p {
  color: white;
  max-width: 50vw;
  text-align: left;
}

.more {
  background-color: transparent;
  border: 1px solid white;
  border-style: solid;
  border-radius: 15px;
  color: white;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  font-family: 'elsieregular', serif;
  font-weight: normal;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
}

@media (hover: hover) {
  .more:hover {
    background-color: white;
    color: #311B92;
  }
}

.hero-txt1 p, .hero-txt2 p {
  animation: fadeIn 6s;
}

.hero-txt2 p {
  animation-delay: fadeIn 4s;
}

@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

.midcont {
  grid-column-start: 1;
  grid-column-end: 6;
  grid-row-start: 4;
  grid-row-end: 8;
  width: 100%;
  height: 100%;
}

.graph {
  background-size: 40px 40px;
  background-image:
  linear-gradient(to right, grey 1px, transparent 1px),
  linear-gradient(to bottom, grey 1px, transparent 1px);
  opacity: 0.1;
}

.triple1 {
  grid-area: triple1;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
  z-index: 2;
}

.triple1 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.triple2 {
  grid-area: triple2;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
  z-index: 2;
}

.triple2 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.triple3 {
  grid-area: triple3;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
  z-index: 2;
}

.triple3 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

@media (hover: hover) {
  .zoom:hover img {
    transition: 0.8s all ease-in-out;
    transform: scale(1.1);
    transform-origin: bottom left;
  }
}

@media (hover: hover) {
  .zoomplus:hover img {
    transition: 1.6s all ease-in-out;
    transform: scale(1.3);
    transform-origin: bottom right;
  }
}

.triple-alt1 {
  grid-area: triple-alt1;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.triple-alt2 {
  grid-area: triple-alt2;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.triple-alt3 {
  grid-area: triple-alt3;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.triple-alt1 img, .triple-alt2 img, .triple-alt3 img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}

.top1, .top2, .top3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation-name: fade;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 6s;
  animation-direction: alternate;
}

.top1 {
  animation-delay: 0s;
}

.top2 {
  animation-delay: 2s;
}

.top3 {
  animation-delay: 4s;
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.midcont-txtr1 {
  grid-area: midcont-txtr1 ;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.midcont-imgr1 {
  grid-area: midcont-imgr1;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.midcont-txtr2 {
  grid-area: midcont-txtr2;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.midcont-imgr2 {
  grid-area: midcont-imgr2;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.midcont-txtr3 {
  grid-area: midcont-txtr3;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.midcont-imgr3 {
  grid-area: midcont-imgr3;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.midcont-txtr4 {
  grid-area: midcont-txtr4;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.midcont-imgr4 {
  grid-area: midcont-imgr4;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.midcont-bnw {
  grid-area: midcont-bnw;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.midcont-txt {
  padding-top: 3vh;
  padding-right: 2vw;
  grid-area: midcont-txt;
  align-self: start;
  justify-self: center;
  max-width: 75ch;
}

.midcont-txt1 {
  grid-area: midcont-txt1;
  align-self: start;
  justify-self: center;
  max-width: 75ch;
}

.midcont-txt2 {
  grid-area: midcont-txt2;
  align-self: start;
  justify-self: center;
  max-width: 75ch;
}


.midcont-txt3 {
  grid-area: midcont-txt3;
  align-self: start;
  justify-self: center;
  max-width: 75ch;
}


.midcont-txt4 {
  grid-area: midcont-txt4;
  align-self: start;
}

* h2, h3 {
  font-family: 'elsieregular', serif;
  font-weight: bold;
}

.midcont-txt2, .midcont-txt3, .midcont-txt4 {
  justify-self: center;
}
  
.midcont-txt, .midcont.txt1, .midcont.txt2, .label p {
  font-weight: normal;
}

.midcont-img {
  grid-area: midcont-img;
  padding-left: 0%;
  padding-right: 0%;
  align-self: start;
  position: relative;
}

.midcont-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.midcont-img1 {
  grid-area: midcont-img1;
  padding-left: 0%;
  padding-right: 0%;
  align-self: start;
  position: relative;
}

.midcont-img1 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.midcont-img2 {
  grid-area: midcont-img2;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.midcont-img2 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.midcont-img3 {
  grid-area: midcont-img3;
  padding-left: 0%;
  padding-right: 0%;
  align-self: start;
  position: relative;
}

.midcont-img3 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.midcont-img4 {
  grid-area: midcont-img4;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.midcont-img4 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}


.midcont-imgr1 {
  grid-area: midcont-imgr1;
  padding-left: 0%;
  padding-right: 0%;
  align-self: start;
  position: relative;
}

.midcont-imgr1 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.midcont-imgr2 {
  grid-area: midcont-imgr2;
  padding-left: 0%;
  padding-right: 0%;
  align-self: start;
  position: relative;
}

.midcont-imgr2 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.midcont-imgr3 {
  grid-area: midcont-imgr3;
  padding-left: 0%;
  padding-right: 0%;
  align-self: start;
  position: relative;
}

.midcont-imgr3 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.midcont-imgr4 {
  grid-area: midcont-imgr4;
  padding-left: 0%;
  padding-right: 0%;
  align-self: start;
  position: relative;
}

.midcont-imgr4 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

/* FAQ accordion */

.faq {
  max-width: 90%;
  margin: 0;
}

.faq {
  position: relative;
  margin-bottom: 1vh;
  width: 90%;
  overflow: scroll;
}

.input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.label {
  position: relative;
  text-align: left;
  display: block;
  padding: 1vw 1vw 1vw 1vw;
  background-color: #311B92;
  color: white;
  line-height: 1;
  cursor: pointer;
}

.faq-content {
  max-height: 0;
  overflow: scroll;
  background: transparent;
  -webkit-transition: max-height .5s;
  -o-transition: max-height .5s;
  transition: max-height .5s;
}

.faq-content p {
  margin: 1vw;
}
/* :checked */
.input:checked ~ .faq-content {
  max-height: 50vh;
}

.midcont-bnw {
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  grid-template-rows: auto (repeat);
  column-gap: 1vh;
  row-gap: 1vh;
  align-items: center;
  height: 100%;
  padding-top: 3vmin;
  padding-bottom: 3vmin;
}

.bnwtitle {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}
  
.bnwr1, .bnwr2 {
  grid-column-start: 2;
  grid-column-end: 4;
}
  
.bnwl1 .bnwr1 {
  grid-row-start: 3;
  grid-row-end: 4;
}

.bnwl2, .bnwr2 {
  grid-row-start: 4;
  grid-row-end: 5;
}

.bnw3 {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
}
  
.bnwr1 img, .bnwr2 img, .bnw3 img {
  display: inline-block;
  max-width: 18svmin;
  margin-right: 5px;
}

.ilb {
  display: inline-block;
  margin-right: 10px;
}  

.figure img {
  max-width: 13svmin;
}
  
#pres-nav {
  grid-area: pres-nav;
  justify-self: center;
  text-align: center;
  margin-top: 3vh;
  margin-bottom: 3vh;
  background-color: white;
  z-index: 1;
}

.presbut {
  display: inline-block;
  text-align: center;
  width: 12em;
  background-color: #311B92;
  color: white;
  border: 1px solid #311B92;
  border-style: solid;
  border-radius: 15px;
  padding: 1vh 16px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}

@media (hover: hover) {
  .presbut:hover {
    background-color: white;
    color: #311B92;
    border: 2px solid #311B92;
  }
}

.footer-land {
  grid-column-start: 1;
  grid-column-end: 6;
  grid-row-start: 11;
  grid-row-end: 12;
  background-color: #311B92;
  height: 100%;
  width: 100vw;
}

.footer-links {
  grid-area: footer-links;
  color: white;
  justify-self: center;
  z-index: 1;
}

.footer-links a {
  text-decoration: none;
  color: white;
}

.footer-ip  {
  grid-area: footer-ip;
  justify-self: center;
  z-index: 1;
}

.footer-cook {
  grid-area: footer-cook;
  justify-self: center;
  z-index: 1;
}

.footer-links, .footer-ip, .footer-cook p {
  padding-top: 0.5rem;
  color: white;
}

.footer-icon {
  display: inline-block;
  padding: 10px;
}

@media (hover: hover) {
  .tooltip {
    position: relative;
    display: inline-block;
  }

  .tooltip .tooltiptext {
    visibility: hidden;
    width: 25ch;
    background-color: white;
    color: #311B92;
    border: 2px solid #311B92;
    text-align: left;
    padding: 5px 5px;
    border-radius: 6px;
    position: absolute;
    bottom: 125%;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s;
  }

  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }
  
  #puOne {
  left: 0;
  }

  #puTwo {
    left: 0;
    transform: translate(-10ch, 0);
  }

  #puThree {
    right: 0;
  }

}

@media (hover: none) {
  .popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .popup .popuptext {
    visibility: hidden;
    width: 25ch;
    background-color: white;
    border: 2px solid #311B92;
    text-align: left;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    right: 0;
  }

  .popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }

  #puOne {
    left: 0;
  }

  #puTwo {
    left: 0;
    transform: translate(-10ch, 0);
  }

  #puThree {
    right: 0;
  }

  @-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
  }

  @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
  }

}



/*
.reduced {
  font-size: 80%;
}
*/

/*
@media only all and (min-aspect-ratio: 25/19) {

  
  .menuwrapper {
  top: 0.25rem;
  right: 50vw;
  transform: translate(65vh);
  }
  
}


@media not all and (min-aspect-ratio: 25/19) {
  
.menuwrapper {
  top: 0.25rem;
  right: 50vw;
  transform: translate(30vh);
  }
  
}
*/  

/* navigation */

.togglenav {
  grid-area: togglenav;
  align-self: start;
  justify-self: right;
  z-index: 1;
  color: white;
}

.togglebut {
  display: inline-block;
  text-align: center;
  width: 10em;
  background-color: transparent;
  font-family: 'carlito regular', sans-serif;
  font-weight: normal;
  font-size: clamp(16px, 4vmin, 24px);
  color: white;
  border: 1px solid white;
  border-style: solid;
  border-radius: 15px;
  padding: 1vh 16px;
  text-decoration: none;
  margin: 4px 12px;
  cursor: pointer;
}

@media (hover: hover) {
.togglebut:hover, .legbut:hover {
    background-color: rgba(255,0,0,0);
    color: white;
    border: 1px solid white;
  }
}

#perdubut, #perdubut2 {
  display: none;
}  

#persiebut, #persiebut2 {
  display: inline-block;
}  


.dropdown {
  grid-area: dropdown;
  position: absolute;
  object-fit: contain;
  align-self: start;
  justify-self: left;
  margin-right: 3vw;
}

.ddhr {
  height: 3px;
  background: white;
  color: white;
}

.dropbtn {
  display: inline-block;
  text-align: center;
  width: 12em;
  font-family: 'carlito regular', sans-serif;
  font-weight: normal;
  font-size: clamp(16px, 4vmin, 24px);
  color: white;
  border: 1px solid white;
  border-style: solid;
  border-radius: 15px;
  padding: 1vh 16px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: transparent;
  font-family: 'carlito regular', sans-serif;
  font-weight: normal;
  font-size: clamp(16px, 4vmin, 24px);
  color: white;
  text-decoration: none;
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 1.2vh 16px;
  margin: 2.2vh 2px;
  text-decoration: none;
  display: block;
}

.nav-item {
  text-align: center;
  width: 12em;
  font-family: 'carlito regular', sans-serif;
  font-weight: normal;
  font-size: clamp(16px, 4vmin, 24px);
  color: white;
  border: 1px solid white;
  border-style: solid;
  border-radius: 15px;
  padding: 8px 16px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}

@media (hover: hover) {
  .dropdown-content a:hover {
    background-color: white;
    color: #311B92;
  }
}

.nav-item, .dropbtn, .togglebut {
  background-color: rgba(0,0,0,0.6);
}

.hideme {
  display: none;
}

.invisible {
  visibility: hidden;
}

@media (hover: hover) {
  .hamburger:hover {
    text-decoration: none;
  }

  .hamburger:hover img:first-child {
    display:none;
  }

  .hamburger:hover img:last-child {
    display:inline-block;
  }

  .globe:hover {
    text-decoration: none;
  }

  .globe:hover img:first-child {
    display:none;
  }

  .globe:hover img:last-child {
    display:inline-block;
  }

  .roof:hover {
    text-decoration: none;
  }

  .roof:hover img:first-child {
    display:none;
  }

  .roof:hover img:last-child {
    display:inline-block;
  }

  .nav-item:hover, .dropbtn:hover, .togglebut:hover {
    background-color: white;
    color: #311B92;
    }

  .dropdown:hover .dropdown-content {
    display: block;
  }
}

.show {
  display:block;
}
