@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);
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.container {
  width: 100svw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(auto);
  column-gap: 1vh;
  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-img"
  ".             ."
  ".             ."
  ".             ."
  "pres-nav      pres-nav"
  "footer-cook   footer-cook"
  "footer-ip     footer-ip"
  "footer-links  footer-links";
}

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

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

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

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

* h2 {
  font-size: 150%;
}

* h3 {
  font-size: 120%;
}

* 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: 3;
  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 {
}

.gradPt60p55 {
  background: linear-gradient(to top, rgba(0,0,0,0) 55%, rgba(0,0,0,0.60) 100%);
}

.gradPt60p45 {
  background: linear-gradient(to top, rgba(0,0,0,0) 45%, rgba(0,0,0,0.60) 100%);
}

.gradPb75-t75 {
  background: linear-gradient(to top, rgba(0,0,0,75) 0%, rgba(0,0,0,0) 45%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.75) 80%);
}

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

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

.gradPb65-t80 {
  background: linear-gradient(to top, rgba(0,0,0,65) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 55%, rgba(0,0,0,0.80) 75%);
}

.gradPb25-t35 {
  background: linear-gradient(to top, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.35) 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: 3vh;
  padding-bottom: 3vh;
  z-index: 0;
  font-family: GentiumPlusW;
}

.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;
  padding: 2vw;
  color: white;
  font-family: 'elsieregular', serif;
  font-weight: normal;
}

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

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

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

.more {
  display: none;
}

.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: 3;
  grid-row-start: 4;
  grid-row-end: 12;
  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%;
  margin-left: 5%;
  margin-right: 5%;
  position: relative;
}

.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%;
  margin-left: 5%;
  margin-right: 5%;
  position: relative;
}

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

.triple3 {
  grid-area: triple3;
  padding-left: 0%;
  padding-right: 0%;
  margin-left: 5%;
  margin-right: 5%;
  position: relative;
}

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

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

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

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

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

.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 ;
  position: relative;
  padding: 2vw;
}

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

.midcont-bnw {
  grid-area: midcont-bnw;
  position: relative;
  padding: 2vw;
}

.midcont-txtr2 {
  grid-area: midcont-txtr2;
  position: relative;
  padding: 2vw;
}

.midcont-imgr2 {
  grid-area: midcont-imgr2;
  padding-left: 0%;
  padding-right: 0%;
  margin-left: 5%;
  margin-right: 5%;
  position: relative;
  padding-bottom: 2vw;
}

.midcont-txtr3 {
  grid-area: midcont-txtr3;
  position: relative;
  padding: 2vw;
}

.midcont-imgr3 {
  grid-area: midcont-imgr3;
  padding-left: 0%;
  padding-right: 0%;
  margin-left: 5%;
  margin-right: 5%;
  position: relative;
  padding-bottom: 2vw;
}

.midcont-txtr4 {
  grid-area: midcont-txtr4;
  position: relative;
  padding: 2vw;
}

.midcont-imgr4 {
  grid-area: midcont-imgr4;
  padding-left: 0%;
  padding-right: 0%;
  margin-left: 5%;
  margin-right: 5%;
  position: relative;
  padding-bottom: 2vw;
}

.midcont-txt {
  grid-area: midcont-txt;
  align-self: start;
  padding: 2vw;
}

.midcont-txt1 {
  grid-area: midcont-txt1;
  align-self: start;
  padding: 2vw;
}

.midcont-txt2 {
  grid-area: midcont-txt2;
  align-self: start;
  padding: 2vw;
}

.midcont-txt3 {
  grid-area: midcont-txt3;
  align-self: start;
  padding: 2vw;
}

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

* 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%;
  margin-left: 5%;
  margin-right: 5%;
  align-self: start;
  position: relative;
}

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

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

}

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

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

}

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

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

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

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

.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 {
  padding-left: 0%;
  padding-right: 0%;
  margin-left: 5%;
  margin-right: 5%;
}

/* accordion styles */
.faq {
  position: relative;
  margin-bottom: 1px;
  width: 90%;
  overflow: scroll;
}

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

.label {
  position: relative;
  text-align: left;
  display: block;
  padding: 1em 1em 1em 1em;
  background: #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: 1em;
}

/* :checked */
.input:checked ~ .faq-content {
  max-height: 50em;
}

/* Icon */
.label::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 1em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}

.input[type=checkbox]  .label::after {
  content: "+";
}

.input[type=radio]  .label::after {
  content: "";
}

.input[type=checkbox]:checked + .label::after {
  transform: rotate(315deg);
}

.input[type=radio]:checked + .label::after {
  transform: rotateX(180deg);
}

.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;
}
  
.thumbnails img {
  display: inline-block;
  width: 13svmin;
  margin-right: 5px;
}

#pres-nav {
  grid-area: pres-nav;
  justify-self: center;
  margin-top: 3vh;
  margin-bottom: 3vh;
  background-color: white;
  z-index: 1;
}

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

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

.footer-port {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 13;
  grid-row-end: 16;
  background-color: #311B92;
  height: 100%;
  width: 100vw;
}

/*
.fl1, .fl2, .fl3, .fl4 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 12;
  grid-row-end: 15;
  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;
  text-align: 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: 8px 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;
  }
}

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

.dropbtn {
  display: inline-block;
  text-align: center;
  width: 10em;
  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;
}

#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;
}

.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: 10em;
  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;
}
