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

html,
body {
    color: white;
    background-color: white;
    background-image: linear-gradient(rgba(0, 0, 0, 0),rgba(39, 172, 220, 0.671));
    background-size: contain;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.5vw;
    text-rendering: optimizeLegibility;
    height: 100vh;
}

@media screen and (max-width: 450px) { 
  body {
    height: auto;
  }
  } 

a {
  color: white;
  text-decoration: none !important;
}

.background {
  height: 100vh;
  width: auto;
}

@media screen and (max-width: 380px) and (max-height: 700px) {
  .background {
    height: 121vh;
    width: auto;
  }
}

.homeBackground {
    height: 100vh;
    width: auto;
  }



.homeFlex {
  display: flex;
  height: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  padding-bottom: 5%;
}

@media screen and (max-width: 1100px) { 
  .homeFlex {
        height: auto;
        padding-top: 22%;
        margin-bottom: 10%;
      }
   }  

@media screen and (max-width: 550px) {
  .homeFlex {
    height: 90vh;
    padding-top: 0;
    margin-bottom: 0;
    }
  }
   
.mainFlex {
  display: flex;
  height: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  padding-bottom: 5%;
}

.mainLogo {
    max-height: 65vh;
    max-width: 50%;
    margin-bottom: 1%;
}
 

.statement {
  font-size: 1.7vw;
  color: #1d608a;
  text-align: center;
  width: 100%;
}

.homeLinks {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    background-color: #1d608a;
    width: 50vw;
    max-width: 70vw;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    margin-top: 2%;
    font-size: 1.5vw;
}

.link {
    margin-left: 3.5%;
    margin-right: 3.5%;
    cursor: pointer;
}

@media screen and (max-width: 450px) { 
  .link {
    margin-left: 3.1%;
    margin-right: 3.1%;
  }
}

.gradient:hover,
.gradient:active {
  color: whitesmoke;
	background-image: -webkit-linear-gradient(92deg, #f35626,  #feab3a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  -webkit-animation: hue 10s infinite linear;
  
}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}

/* --- Contact --- */

.contactHeader {
  display: flex;
  justify-content: center;
}

.contactLogo {
  width: 20vw;
  height: auto;
  text-align: center;
  margin-top: 5%;
}

.contactTitle {
  display: flex;
  justify-content: center;
  color:#1d608a;
  font-size: 2.5vw;
}

.contactBody {
  display: flex;
  margin-left: 20%;
  margin-right: 20%;
  background-color: #1d608a;
  justify-content: space-evenly;
  flex-wrap: wrap;
  flex-direction: row;
  height: auto;
  border-radius: 25px;
  margin-top: 2%;
}

@media screen and (max-width: 1450px) { 
  .contactBody {
    margin-top: 4%;
  }
}

@media screen and (max-width: 1050px) { 
  .contactBody {
    margin-top: 7%;
  }
} 

@media screen and (max-width: 800px) { 
  .contactBody {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 7%;
  }
} 

@media screen and (max-width: 450px) { 
  .contactBody {
    margin-left: 5%;
    margin-right: 5%;
  }
  }   

.contactFlex {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  padding-top: 3%;
}

.footerInfo {
  font-size: 15px;
}

@media screen and (max-width: 450px) { 
  .footerInfo {
    font-size: 11px;
  }
  }   

  @media screen and (max-width: 380px) { 
    .footerInfo {
      font-size: 12px;
    }
    }  

.footerFlex {
  display: flex;
  background-color: rgba(39, 172, 220, 0.671);
  justify-content: center;
  position: sticky;
}

/* --- NAV LINKS --- */

.navLinks {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  background-color: #1d608a;
  width: 30vw;
  max-width: 70vw;
  padding-top: 0.5%;
  padding-bottom: 0.5%;
  margin-top: 2%;
  font-size: 1vw;
}

@media screen and (max-width: 1050px) { 
  .navLinks {
    width: 53vw;
    font-size: 2vw;
    padding-top: 0;
   }
  }

  @media screen and (max-width: 450px) { 
    .navLinks {
      width: 85vw;
      max-width: 85vw;
      font-size: 2.8vw;
     }
    }

    @media screen and (max-width: 380px) { 
      .navLinks {
        width: 90vw;
        max-width: 90vw;
        font-size: 3.2vw;
       }
      }    

.navLink {
  margin-left: 2.5%;
  margin-right: 2.5%;
  cursor: pointer;

}



/* --- ABOUT --- */


.aboutBackground {
  height: 100vh;
  width: auto;
}

@media screen and (max-width: 450px) { 
  .aboutBackground {
    height: auto;
    padding-bottom: 7%;
  }
  } 

.aboutLogo {
  width: 16vw;
  height: auto;
  text-align: center;
  margin-top: 3%;
}

@media screen and (max-width: 1050px) { 
.aboutLogo {
width: 36vw;
 }
}

@media screen and (max-width: 380px) { 
  .aboutLogo {
    width: 44vw;
   }
  }

.faceWrap {
  width: 20%;
}

.aboutTitle {
  display: flex;
  justify-content: center;
  color:#1d608a;
  font-size: 2vw;
  margin-top: 3.5%;
}

@media screen and (max-width: 1050px) { 
  .aboutTitle {
    font-size: 5vw;
    margin-top: 10.5%;
  }
  }

@media screen and (max-width: 800px) { 
  .aboutTitle {
    font-size: 5vw;
  }
  }  

@media screen and (max-width: 450px) { 
  .aboutTitle {
    font-size: 7vw;
    margin-top: 10.5%;
  }
  }


.aboutPic {
  height: 250px;
  width: auto;
  display: block;
  float: left;
  border-radius: 50%;;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 13%;
}

@media screen and (max-width: 1050px) { 
  .aboutPic {
  visibility: hidden;
  }
  }


  

.aboutBody {
  display: flex;
  margin-left: 10%;
  margin-right: 10%;
  background-color: #1d608a;
  justify-content: space-evenly;
  flex-wrap: wrap;
  flex-direction: row;
  height: auto;
  margin-top: 2%;
  border-radius: 25px;
  margin-bottom: 3%;
}

@media screen and (max-width: 1050px) { 
  .aboutBody {
    margin-top: 5%;
    margin-bottom: 3%;
    padding-bottom: 1%;
}

  }
  

@media screen and (max-width: 800px) { 
  .aboutBody {
    margin-top: 4%;
    margin-bottom: 2%;
  }
  }

@media screen and (max-width: 450px) { 
  .aboutBody {
    margin-top: 7%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 0;
  }
  }

  

.bodyMargin {
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 2%;
  margin-bottom: 2%;
}

@media screen and (max-width: 1050px) { 
  .bodyMargin {
    display: flex;
    flex-wrap: wrap;
  }
  }

.bodyText {
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 1050px) { 
  .bodyText {
    font-size: 20px;
    font-weight: 300;
    margin-top: -32%
  }
  }

  @media screen and (max-width: 800px) { 
    .bodyText {
      font-size: 16px;
      margin-top: -44%
    }
    }

  @media screen and (max-width: 450px) { 
    .bodyText {
      font-size: 15px;
      margin-top: -74%;
    }
  }    

  @media screen and (max-width: 380px) { 
    .bodyText {
      font-size: 15px;
      margin-top: -81%;
      padding-bottom: 3%;
    }
    }      

/* --- CONTACT --- */

.contactTitleFlex {
  display: flex;
  height: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  /* padding-bottom: 5%; */
}

.contactInfo {
  font-size: 25px;
  text-align: center;
  width: 100%;
  margin-top: 2%;
  margin-bottom: 1%;
}

@media screen and (max-width: 1050px) { 
  .contactInfo {
    font-size: 30px;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 5%;
    margin-right: 5%;
  }
} 

@media screen and (max-width: 800px) { 
  .contactInfo {
    font-size: 25px;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 5%;
    margin-right: 5%;
  }
} 

@media screen and (max-width: 450px) { 
  .contactInfo {
    font-size: 20px;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 5%;
    margin-right: 5%;
  }
} 

.phoneLogo {
  height: 150px;
  width: auto;
}

@media screen and (max-width: 450px) { 
  .phoneLogo {
    height: 100px;
  }
} 


.emailLogo {
  height: 150px;
  width: auto;
}

@media screen and (max-width: 450px) { 
  .emailLogo {
    height: 100px;
  }
} 




@media screen and (max-width: 1050px) { 
  .contactColumn {
    margin-bottom: 5%;
  }
} 

/*--- Responsive Layout --- */

  @media screen and (max-width: 1100px) {
    .mainLogo{
    width: 58vw;
    max-width: 58vw;
    height: auto;
    margin-bottom: 5%;
    } 
    .statement{
    font-size: 3vw;
    }
    .homeLinks {    
     width: 80vw;
     max-width: 80vw;
     margin-top: 5%;
     padding-bottom: 0.7%;
    }
    .link {
   font-size: 2.2vw;
    }
    }

    @media screen and (max-width: 550px) {
      .mainFlex {
       margin-top: -10%;
       height: 100vh;
      }

      .mainLogo{
      width: 90vw;
      max-width: 90vw;
      height: auto;
      margin-bottom: 5%;
      } 
      .statement{
      font-size: 5vw;
      }
      .homeLinks {    
       width: 99vw;
       max-width: 99vw;
       margin-top: 5%;
       padding-top: 1%;
       padding-bottom: 1.2%;
      }
      .link {
     font-size: 3.5vw;
      }
      }

      /* ------ Pop Up Box ------ */

#popup-overlay {
  position: fixed;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.973);
  overflow-y: hidden;
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  z-index: 6;
}

#popup-overlay-services {
  position: fixed;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.973);
  overflow-y: scroll;
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  z-index: 6;
}

#popup-link-box {
    cursor: pointer;
}



#popup-close {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 25px;
  margin-top: -30px;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  font-size: 5rem;
  font-weight: bold;
  text-decoration: none;
    color: #06768d;
    cursor: pointer;
}

#popup-close-services {
  position: fixed;
  top: 0;
  right: 0;
  margin-right: 25px;
  margin-top: -30px;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  font-size: 5rem;
  font-weight: bold;
  text-decoration: none;
    color: #06768d;
    cursor: pointer;
}

#popup-close:hover {
  color: #800000;
}

#popup-close-services:hover {
  color: #800000;
}

@media screen and (max-width: 1050px) {
  #popup-close {
    margin-right: 30px;
    margin-top: -17px;
    font-size: 7rem;

  }

  #popup-close-services {
    position: fixed;
    top: 0;
    right: 0;
    margin-right: 12px;
    margin-top: -8px;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    font-size: 2rem;
    font-weight: bold;
    text-decoration: none;
      color: #06768d;
      cursor: pointer;
  }
  }

@media screen and (max-width: 600px) {
  #popup-close {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 12px;
    margin-top: -8px;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    font-size: 2rem;
    font-weight: bold;
    text-decoration: none;
      color: #40E0D0;
      cursor: pointer;
  }
}

  @media screen and (max-width: 450px) {
    #popup-close {
      margin-right: 19px;
      margin-top: 14px;
      font-size: 8rem;
    }

  #popup-close-services {
    position: fixed;
    top: 0;
    right: 0;
    margin-right: 12px;
    margin-top: -8px;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    font-size: 2rem;
    font-weight: bold;
    text-decoration: none;
      color: #40E0D0;
      cursor: pointer;
  }
  }

  /* --- Gallery --- */ 


  .galleryBody {
    display: flex;
    flex-wrap: wrap;
    margin-left: 10%;
    margin-right: 10%;
    background-color: #1d608a;
    justify-content: space-evenly;
    height: 38%;
    margin-top: 2%;
    border-radius: 25px;
    margin-bottom: 2%;
  }


  @media screen and (max-width: 1450px) { 
  .galleryBody {
    margin-top: 4%;
  }
}

@media screen and (max-width: 1050px) { 
  .galleryBody {
    height: 45%;
    margin-top: 7%;
    margin-bottom: 7%;
  }
} 

@media screen and (max-width: 450px) { 
  .galleryBody {
    height: 57%;
    margin-bottom: 1.5%;
  }
  }   

  @media screen and (max-width: 380px) { 
    .galleryBody {
      margin-bottom: 6%;
    }
    }  


.galleryTitle {
  display: flex;
  justify-content: center;
  color:#1d608a;
  font-size: 2vw;
  margin-top: 3.5%;
}

@media screen and (max-width: 1450px) { 
  .galleryTitle {
    margin-top: 11.5%;
    font-size: 3vw;
  }
}

@media screen and (max-width: 1050px) { 
  .galleryTitle {
    margin-top: 10.5%;
    font-size: 5vw;
   }
  }

@media screen and (max-width: 450px) { 
  .galleryTitle {
    font-size: 7vw;
   }
  }  



  .picWrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
  }

  .pics {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
    justify-content: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
  
@media screen and (max-width: 1050px) { 
.pics {
    margin-bottom: 2%
  }
}

@media screen and (max-width: 380px) { 
  .pics {
    padding: 0 10px;
    }
  }

  .pic {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    max-width: 20%;
    align-content: flex-start;
    vertical-align: middle;
  }

  @media screen and (max-width: 1050px) { 
    .pic {
      max-width: 30%;
      margin-top: 5%;
    }   
  }  
  
  @media screen and (max-width: 450px) { 
    .pic {
      max-width: 45%;
      margin-top: 5%;
    }   
  }
  
  @media screen and (max-width: 380px) { 
    .pic {
      max-width: 48%;
    }
    }  

  .pic img { 
    display: flex;
    padding-left: 7%;
    padding-right: 7%;
    width: 100%;
    align-self: flex-start;
    cursor: pointer;
  }

  .picOne {
    display: flex;
    max-height: 95vh;
    max-width: 80%;
    margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  }

  /* --- Fixed Footer --- */

  .fixedFooter {
    display: flex;
    position: absolute;
    bottom: 0;
    justify-content: center;
    flex-direction: column;
    font-weight: 300;
    font-size: 1vw;
    text-align: center;
    padding-bottom: 0.5%;
}

@media screen and (max-width: 1100px) {
  .fixedFooter {
    font-size: 2vw;
  }
  }

  @media screen and (max-width: 550px) {
  .fixedFooter {
    font-size: 2.8vw;
  }
  }      