@font-face{
 font-family:"OpenSans";
  src:url('./fonts/OpenSans-Regular.ttf');
}
*{
  box-sizing:border-box
}
body{
  margin: 0;
  opacity: 0;
  padding: 0;
  transition: opacity 1s;
  width: 100%;
}
body.loaded{
  opacity: 1;
}
button{
  background-color: #61a63a;
  border: none;
  color: #FFF;
  cursor: pointer;
  border-radius: 5px;
  padding: 10px;
  width: 150px;
  &:active{
    color: #000;
  }
  &:hover{
    color: #454545;
  }
}
h1{
  font-size: 35px;
}
header{margin-top: -96px}
html{
  width: 100%;
  height: 100%;
  font-family: OpenSans;
  overflow-x: clip;
}
main{
  display: grid;
}
[popover]{
  animation: fadeInPopover 0.25s ease-in;
  max-width: 600px;
  max-height: 600px;
  width: auto;
  height: 100%;
  padding: 0 10px;
  border-radius: 10px;
  border: solid 1px #888;
}
:popover-open{
  border-radius: 10px;
  border-width: 0;
  box-shadow: 5px 10px 8px #888888;
  container-type: size;
  padding: 0 10px;
}
sup{
  font-size: x-small;
}
#about{
  justify-items: center;
  justify-self: center;
  max-width: 1200px;
  padding-bottom: 0 !important;
}
.banner{
  align-content: center;
  align-items: center;
  color: white;
  display: grid;
  height: calc(100% - 96px);
  justify-content: center;
  justify-self: center;
  max-width: 2000px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
.bannerDetails{
  font-size: 18px;
  padding: 10px;
  text-shadow: #000 1px 0 10px;
}
.bannerText{
  align-self: center;
  font-size: 60PX;
  justify-self: center;
  left: 50%;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -500%);
  transition: transform 1.5s ease-out, opacity 1s ease-in;
  width: 100%;
  & h1{
    text-shadow: #000 1px 0 10px;
    font-weight: unset;
  }
}
.bannerText.activeText{
  transform: translate(-50%, -50%);
  opacity: 1;
}
.bannerText.inactiveText{
  opacity: 0;
  transform: translate(-50%, -50%); /* Stays in place while fading out */
}
.bannerTextLine{
  position: relative;
  top:0;
}
#bannerTextLine2{
  opacity: 0;
}
.buttonFade{
  border-right: 1px solid white;
  border-radius: 5px 0 0 5px !important;
  background-color: #1c661f;
}
.chillerLogo{
  max-width: 570px;
}
.closeButton{
  font-size: large;
}
.closePopover{
  border-radius: 100%;
  background-color: #61a63a;
  border: none;
  color: #FFF;
  cursor: pointer;
  float: right;
  height: 25px;
  position: relative;
  top: 10px;
  width: 25px;
  display: grid;
  place-content: center;
}
#documentation{
  & > .documentationSectionContents{
    display: grid;
    justify-items: center;
  }
  & > .documentationSectionContents a{
    color: #6e6e70;
  }
}
#documentation > .documentationSectionContents a:hover, .documentationLink > a:hover{
  color: #64a63a;
  transition: ease-in-out 0.25s all;
}
#documentation > .documentationSectionContents a:active, .documentationLink > a:active{
  color: #F00;
}
.documentImage div:last-of-type{
  margin-top: 10px;
}
.documentationLink{
  max-width: 300px;
  text-align: end;
  & a{
    color: #808080;
    text-decoration: none;
  }
}
.documentationSection{
  padding-left: 15px;
  text-align: left;
  & > .documentationSectionContents img{
    height: 100%;
    width: 100%;
    max-width: 300px;
  }
}
#emailUsForm{
  display: grid;
  gap: 1rem;
  grid-template-rows: 1fr;
  width: 90%;
  & button{
    border: 1px solid white;
  }
  & input, & textarea{
    background-color: rgba(100%, 100%, 100%, 0.35);
    color: #000;
    font-family: sans-serif;
    max-width: -webkit-fill-available;
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    border: none;
    resize: none;
  }
  & input:focus, & textarea:focus{
    background-color: #FFF;
    color: #000;
  }
  & input::placeholder, & textarea::placeholder{
    color: #fff;
  }
}
#footer{
  background-image: url("images/forestBackground.png");
  background-size: cover;
  color: #FFF;
  display: grid;
  & a{
    color: #FFF;
    text-decoration: none;
  }
}
.footerBanner{
  display: grid;
  grid-template-columns: 1fr;
  width: 84%;
  padding: 0 8% 10px 8%;
  justify-self: center;
}
.footerBannerBottom{
  border-top: white 1px solid;
  margin-top: 6px;
}
.footerBannerItems{
  align-items: end;
  display: grid;
  grid-column-gap: 20px;
  grid-template-columns: 1fr auto auto;
  width: 100%;
}
.footerFade{
  background: rgba(0.78%, 33.33%, 2.35%, 0.722);
  display: grid;
}
.footerItem{
  display: grid;
  grid-auto-rows: max-content;
  grid-row-gap: 35px;
  & a:hover{
    text-underline-offset: 8px;
    text-decoration: solid underline white 1px;
  }
}
.footerItemContent p{
  max-width: 380px;
}
.footerItemTitle h2{
  font-weight: normal;
}
.footerPrivacyPolicy{
  justify-self: right;
}
.footerSection{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  padding: 30px 8%;
  row-gap: 30px;
  width: 84%;
  column-gap: 20px;
  justify-self: center;
}
.footerToTop{
  text-align: center;
  justify-self: right;
}
.headerFade{
  background: rgb(1 3 7 / 47%);
  position: relative;
}
.headerMenu{
  display: grid;
  grid-template-columns: minmax(max-content, auto) minmax(max-content, auto) minmax(max-content, auto) minmax(max-content, auto) minmax(max-content, auto) minmax(max-content, auto);
  justify-items: center;
  padding-top: 50px;
  & > span{
    text-shadow: 0 0 3px black;
  }
  & > span > a{
    color: white;
    text-decoration: none;
  }
  & > span > a:hover{
    text-decoration: solid underline #73AD21 2px;
    text-underline-offset: 27px;
  }
}
.landingSection{
  background-color: #000;
  background-image: url("./images/headerBackground.jpg");
  background-position: center;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  height: calc(100vh - 90px);
  max-height: 100%;
  top: 0;
  width: 100vw;
}
.learnMore{
  background: rgb(217 210 210 / 40%);
  text-shadow: #000 1px 0 10px;
  border: 1px solid white;
}
.linkedIn{
  height: auto;
  width: 30px;
}
.logoImg{
  align-self: start;
  border-bottom: solid #bfbfbf 1px;
  display: grid;
  grid-template-columns: .35fr 1fr 0.35fr;
  height: 96px;
  margin-left: 8%;
  margin-right: 8%;
  overflow: visible;
  position: sticky;
  top: 0;
  z-index: 999;
  & > a > img{
    height: 90px;
  }
}
.menuEmailIcon > img{
  background: white;
  height: 20px;
  align-self: center;
}
.menuIcon, .mobileMenu{
  display: none;
}
.mobileMenu{
  position: fixed;
  z-index: 99;
}
.operationalCosts > img{
  height: 73px;
  width: 71px;
}
.ourCommitment{
  display: grid;
  grid-template-columns: 1fr auto;
  width: fit-content;
  &:hover{
    color: #000
  }
  & button{
    border-radius: 0 5px 5px 0;
    width: auto;
  }
}
.pageSection{
  background-color: #3A8699;
  background-size: cover;
  display: grid;
}
#products{
  height: fit-content;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
  width: 100%;
}
#productsDisplay{
  align-self: center;
  background-color: #F3F7F8;
  justify-self: right;
  padding: 50px 20px 50px 0;
  text-align: right;
  z-index: 600;
  & .sectionTitle h2{
    text-align: right;
  }
  & > .sectionProducts{
    grid-template-columns: 1fr;
    max-width: 500px;
  }
}
.productImages{
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 63px;
  & img{
    height: 100%;
    width: auto;
  }
}
#representatives{
  & > .documentationSectionContents{
    align-items: center;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    justify-items: center;
  }
  & > p{
   margin-top: 0;
   text-align: center;
 }
}
.representativesContent{
  padding-top: 20px;
  & a{
    color: #808080;
    text-decoration: none;
  }
  & a:active{
    color: #F00;
  }
  & a:hover{
    color: #64a63a;
    transition: ease-in-out 0.25s all;
  }
  & > div{
    line-height: 1.5;
  }
  & p{
    font-weight: bold;
    color: #3b4151b3 !important;
    margin-bottom: unset;
  }
}
.representativeSection{
  padding-right: 15px;
  text-align: right;
  & > p{
    color: #808080;
    margin-top: 36px;
  }
  & > .sectionTitle > h3{
    color: #3b4151b3 !important;
    text-align: right !important;
  }
}
.representativesWrapper{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  padding-bottom: 50px;
  padding-top: 10px;
}
.section{
  display: grid;
  grid-template-rows: auto 1fr;
  height: fit-content;
  min-height: 300px;
  padding-bottom: 50px;
  padding-top: 50px;
}
.sectionContents{
  color: #808080;
  font-size: 24px;
  line-break: 1;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
}
.sectionDescription p{
  padding-right: 50px;
}
.sectionEven{
  background-color: #F3F7F8;
}
.sectionModelGallery{
  background-image: url("images/model.png");
  background-repeat: no-repeat;
  background-size: contain;
  justify-self: left;
  max-width: 1500px;
  padding-top: 130px;
  width: 100%;
}
.sectionModelImg{
  display: grid;
  text-align: end;
  width: 100%;
  & > img{
    height: unset;
    border-radius: unset;
    box-shadow: unset;
  }
}
.sectionProducts{
  display: grid;
  grid-template-columns: 1fr .2fr;
  & > .sectionDescription{
    padding-left: 10px;
  }
  & p{
    padding-right: unset;
  }
}
.sectionSolutionDivider{
  align-content: center;
  color: #64A63A;
  overflow: hidden;
}
#sectionSolutions{
  transform: translateX(-250%);
  transition: 1.0s all ease-in-out;
}
.sectionSolutions{
  background: white;
  column-gap: 0;
  display: grid;
  font-size: larger;
  grid-template-columns: 200px auto 200px auto 200px auto 200px auto 200px;
  grid-template-rows: auto 1fr;
  justify-content: center;
  margin-left: unset;
  margin-right: unset;
  padding-top: 30px;
}

.sectionSolutionItems{
  display: grid;
  grid-template-columns: 1fr;
  padding: 10px;
}
.sectionTitle{
  & > h2{
    color: #3b4151;
    font-size: 22pt;
    font-weight: normal;
    text-align: center;
  }
  & > h3{
    text-align: center;
    font-size: 22px;
    color: #3b4151;
  }
  & span{
    color: #64A63A;
    font-weight: bold;
  }
}
.showMobileMenu{
  z-index: 999;
  & a{
  color: white;
  }
}
.slide{
  height: 100%;
  opacity: 0;
  position: absolute;
  transform: translateX(-50px);
  transition: transform 1.5s ease-out, opacity 1.5s ease-in-out;
  width: 100%;
  z-index: 2;
  &.active{
    opacity: 1;
    transform: translateX(0);
  }
  &.entering{
    transform: translateX(-100%);
  }
  &.hidden{
    opacity: 0;
  }
}
.slideshow{
  height: 384px;
  justify-self: left;
  overflow: hidden;
  position: relative;
  transition: transform 1.5s ease-out, opacity 1.5s ease-in-out;
  width: 380px;
}
.slideshow.active{
  transform: translateX(0);
  opacity: 1;
}
.slideshow.entering{
  transform: translateX(-100%);
}
.slideshow.hidden{
  opacity: 0;
}
.solutionIcon{
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  justify-content: center;
  color: #64A63A;
  overflow: hidden;
  & > img{
    height: 75px;
  }
}
.solutionImage{
  max-width: 1200px;
  width: 100%;
}
#solutions{
  justify-self: center;
  max-width: 1200px;
}
.solutionText{
  font-size: smaller;
  & p{
    margin: 0;
  }
}

#statusMessage{
  color: #FFF;
  text-shadow: #000 1px 0 10px;
}
.textColorWhite{
  color: white;
}
.userName{
  display: grid;
  grid-gap: 10px;
  grid-template-columns: auto auto;
  justify-content: left;
}
.weAreContainer{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: center;
  justify-items: center;
  padding-top: 30px;
}
.weAreEntry{
  display: grid;
  grid-template-rows: auto auto auto;
  justify-items: center;
  margin-bottom: 30px;
  & button{
    background-color: unset;
    padding: 0;
    margin-bottom: 10px;
    width: unset;
  }
  & div{
    font-weight: bold;
    justify-self: left;
    text-align: left;
  }
  & img{
    overflow: hidden;
    width: 200px;
  }
  & p{
    font-size: small;
    font-weight: bold;
    margin-top: 0;
  }
  & span{
    color: #64A63A;
  }
}
@media (min-width: 1700px){
  .productImages{
    grid-template-columns: repeat(auto-fit, 1fr);
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1400px){
  #products{
    grid-template-columns: 1fr 1fr;
    height: auto;
    max-height: unset;
  }
  #productsDisplay{
    max-height: unset;
    padding: 5px 10px;
  }
  .sectionModelImg img{
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 1084px){
  #text2{
   font-size: 36px;
  }
  .sectionModelGallery{
    background-position: center;
    height: 500px;
  }
  .sectionSolutionBlank{
    display: none;
  }
  .sectionSolutionDivider{
    display: none;
  }
  .sectionSolutions{
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: auto auto;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  }
  .solutionText{
    align-self: center;
    justify-self: left;
    & p{
      font-size: 18px;
      margin: 0;
      text-align: left;
    }
    & .noSmall{
      display: inline;
    }
  }
}
@media screen and (max-width: 1081px){
  #products{
    grid-template-columns: 1fr;
    height: auto;
  }
  #productsDisplay h2, #productsDisplay p{
    text-align: center;
  }
  #productsDisplay > .sectionProducts{
    grid-template-columns: 1fr;
    width: 100%;
    max-width: unset;
    text-align: center;
    justify-items: center;

  }
  #productsDisplay .sectionTitle h2{
    text-align: center;
  }
}
@media screen and (max-width: 1050px){
  .sectionModelGallery{
    justify-self: center;
    padding-top: unset;
    position: unset;
  }
  .slideshow{
    justify-self: center
  }
}
@media screen and (max-width: 1000px){
  .sectionSolutions{
    display: grid;
    grid-template-columns: auto 1fr;
    grid-auto-rows: auto;
    justify-self: center;
    transform: translateX(-250%);
  }
}
@media (min-width: 601px){
  .showMobileMenu{
    display: none !important;
  }
}
@media (max-width: 600px){
  [popover]{
    margin-left: 5%;
    margin-right: 5%;
  }
  h1{
    font-size: 19px;
  }
  p{
    font-size:12px;
  }
  .bannerDetails{
    font-size: 12px;
  }
  .chillerLogo{
    width: 100%;
  }
  .closeMenuTab{
    cursor: pointer;
    font-size: 37px;
    font-weight: 100;
    position: fixed;
    right: 28px;
    top: 3px;
    width: 21px;
  }
  .documentationLink{
    max-width: unset;
    text-align: center;
  }
  .documentationSection{
    padding: 0;
  }
  .documentationSectionContents{
    text-align: center;
  }
  .footerBanner{
    padding: 0 0 10px 0;
  }
  .footerItem{
    grid-row-gap: 0;
  }
  .footerSection{
    padding: 30px 0;
  }
  .landingSection{
    align-items: unset;
    padding-top: 20px;
  }
  .headerMenu{
    display: none;
  }
  .logoImg{
    height: auto;
    & > a > img{
      height: 40px;
      z-index: 999;
      position: sticky;
    }
  }
  .menuIcon{
    align-self: center;
    display: block;
    grid-template-columns: 1fr;
    justify-self: end;
    position: fixed;
    & > img{
      height: 25px !important;
    }
  }
  #mobileMenu{
    top: 0;
    position: fixed;
    width: 100%;
  }
  .mobileMenuContainer{
    padding: 70px 40px 0 40px;
  }
  .mobileMenuTitle{
    color: white;
    font-size: 14px;
    padding-bottom: 20px;
    .mobileMenuTitle a{
      color: white;
      text-decoration: none;
    }
    .mobileMenuTitle a:hover{
      text-decoration: solid underline white 1px;
    }
  }
  .mobileMenuWrapper{
    background-color: #000000bf;
    box-shadow: 0 10px 10px grey;
    max-height: 510px;
    overflow-y: auto;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 99;
  }
  .operationalCosts > img{
    height: 50px;
    width: 50px;
  }
  .productImages{
    grid-template-columns: 1fr;
  }
  .representativeSection{
    padding-bottom: 20px;
    text-align: center;
    & > .sectionTitle > h3{
      text-align: center !important;
    }
  }
  .section{
    grid-template-rows: auto 1fr;
    padding-top: 10px;
    padding-bottom: 50px !important;
  }
  .sectionContents{
    color: #808080;
    padding-left: 25px;
    padding-right: 25px;
    max-width: 1200px;
  }
  .sectionDescription p{
    padding-right: unset;
  }
  .solutionIcon > img{
    height: 50px;
  }
  .sectionModelGallery{
    height: 300px;
    width: 100%;
    background-position: center;
  }
  .sectionModelImg{
    text-align: center;
    & > img{
      height: 178px;
    }
  }
  .sectionProducts{
    grid-template-columns: 1fr;
  }
  .sectionSolutionDivider{
    color: #64A63A;
  }
  .sectionSolutionItems{
    grid-template-columns: auto 1fr;
    align-items: center;
    & img{
      max-width: 50px;
    }
  }
  .sectionSolutions{
    margin-left: 0;
    margin-right: 0;
    grid-row-gap: 10px;
    grid-template-columns: auto auto;
  }
.menuIcon {
  display: inline-block;
  float: right;
  padding-top: 8px;
  position: sticky;
  }
  .logoImg{
    display: inline-block;
    width: -webkit-fill-available;
  }

}