* {
  margin:0;
  padding:0;
}

html {
  scroll-behavior: smooth !important;
}

html,body{
  position: relative;
}

section{
  width: 80%;
  display: flex;
}

h1{
  font-family: 'Fugaz One', sans-serif;
  font-size: 50px;
  line-height: 50px;
  color: #ffffff;
  margin: 0px;
  text-shadow: 0px 5px 10px black;
}

h2{
  font-family: 'Fugaz One', sans-serif;
  font-size: 20px;
  line-height: 20px;
  margin: 0px;
  text-shadow: 0px 5px 10px black;
}

h3{
  font-family: 'Fugaz One', sans-serif;
  font-size: 20px;
  line-height: 20px;
  margin: 0px;
  text-shadow: 0px 5px 10px black;
}

h4{
  font-family: 'Fugaz One', sans-serif;
  font-size: 20px;
  line-height: 25px;
  margin: 0px;
}

p{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

p a{
  color: #80D7EB;
  text-decoration: underline;
  font-weight: 900;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
}

p a:hover{
  color: #ffffff;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
}

a{
  text-decoration: none;
}

span{
  color: #80D7EB;
}

.large-icon,
.rocket{
  text-shadow: 0px 5px 10px black;
}

/* --------COLORS------ */
.bg-white{
  background-color: #ffffff;
}

.bg-black{
  background-color: #000000;
}

.bg-blue{
  background-color: #4cc6e2;
}

.bg-gray{
  background-color: #212121;
}

.bg-light-gray{
  background-color: #343434;
}

.text-white{
  color: #ffffff;
}

.text-black{
  color: #000000;
}
/* --------COLORS END------ */

.overlay{
  background: #000000;
  opacity: .5;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}


/*NEW Parallax--------------------------------------------------------*/

.parallaxSlide{
  position: relative;
  height: auto;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-content: center;
}

/*Still Slide*/
.stillSlide{
  height: auto;
  min-height: 50vh;
  padding-top: 50px;
  padding-bottom: 50px;

  display: flex;
  justify-content: center;
  align-content: center;
}

.stillSlide h1,
.stillSlide p,
.stillSlide h3{
  text-shadow: none;
}

.blackBg{
  background-color: #000000;
}

.whitekBg{
  background-color: #ffffff;
  color: #000000;
}
/*Still Slide END*/

.textWrap{
  z-index: 4;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0px;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.imageWrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform-origin-x: 100%;
  transform-origin-x: 100%;
}

.fg{
  z-index: 3;
}

.fg img{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70%;
}

.bg{
  z-index: 2;
}

.bg img{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*.hero .fg img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  width: auto;
  height: 100vw;
  object-fit: contain;
  max-height: 2000px;
  min-height: 100vh;
}*/
/*NEW Parallax END---------------------------------------------------------*/


/* HEADER ----------------------------------------------------- */

header{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
/*  margin-top: -60px; */
  position: fixed;
  top: 0;
  transition: all 0.5s ease;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  
  height: 60px;
  opacity: 1;

}

.header-logo{
  transition: all 0.5s ease;
  height: 36px;
}

.still-header{
  height: 60px;
  opacity: 1;
  position: fixed;
  background-color: #ffffff;
}

.still-header .header-logo{
  height: 36px;
}

/*Mobile Nav Button-----------*/

#mobile-nav{
  display: flex;
}

.mobile-nav{
  height: 100vh;
  width: 500px;
  background-color: #000000;
  border-left: 10px solid #4cc6e2;
  position: fixed;
  z-index: 996;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0px;
  right: -500px;

  box-sizing: border-box;

  list-style-type: none;

  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.mobile-nav li{
  position: relative;
  border-bottom: 2px solid #212121;
}

.mobile-nav li:first-child{
  border-top: 2px solid #212121;
}

.mobile-nav li,
.mobile-nav a{
  font-family: 'Fugaz One', sans-serif;
  font-size: 30px;
  line-height: 30px;
  margin: 0px;
  text-decoration: none;
  color: #ffffff;
  width: 100%;
}

.mobile-nav a{
  position: relative;
  padding: 25px;
  display: block;
  z-index: 2;
}

.colorBar{
  background-color: #4cc6e2;
  position: absolute;
  width: 0px;
  height: 100%;
  left: 0;
  z-index: 1;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
}

.mobile-nav li:hover .colorBar{
  width: 100%;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
}

/*.mobile-nav li:first-child{
  margin-top: 25px;
}*/

button:focus,
button:active,
button:visited,
button:hover{
  background-color: transparent !important;
}

.mobile-nav-button{
  height: 40px;
  width: 40px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;

  position: absolute;
  right: 25px;
  overflow: visible;
  display: flex;
}

.mobile-nav-button:hover .hamburger{
  background-color: #4cc6e2 !important;
  transition: all 0.25s ease;
}

.hamburger{
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  height: 3px;
  width: 20px;
  transition: all 0.25s ease;
}

#burger-one,
#burger-two{
  transform: rotate(0deg);
  background-color: #ffffff;
}

.still-header #burger-one,
.still-header #burger-two{
  background-color: #000000;
  transition: all 0.25s ease;
}


#burger-one{
  top: 15px;
}

#burger-two{
  bottom: 15px;
}

.popup { display: none; }
.popup.show { display: flex; }
.popup-shown { overflow: hidden; }


@media only screen and (max-width: 700px) {
  .mobile-nav{
    width: 100vw;
    right: -100vw;
  }
}


/* HEADER END ----------------------------------------------------- */


/* HERO ------------------------------------------------- */

/*.hero .parallax__layer--back img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  width: auto;
  height: 100vw;
  object-fit: contain;
  max-height: 2000px;
  min-height: 100vh;
}*/

.hero-logo{
  max-width: 400px;
  width: 80vw;
  min-width: 200px;
  margin-bottom: 15vh;
  /*position: absolute;
  top: 15vh;*/
  filter: drop-shadow(0px 5px 5px black);
}

.thinkBetter{
  position: absolute;
  max-width: 300px;
  min-width: 200px;
  width: 50vw;
  left: 10%;
  bottom: 5%;
  filter: drop-shadow(0px 5px 5px black);
}

.down-arrow{
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all ease .25s;
  
  position: absolute;
  bottom: 20px;
}

.scroll{
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  font-size: 30px;
  animation: pulse 3s infinite;
}

@keyframes pulse {
  0%, 100% {
    bottom: 20px;
  }
  50% {
    bottom: 40px;
  }
}

.down-arrow:hover{
  color: #80D7EB;
  transition: all ease .25s;
}

.down-arrow h3{
  margin-bottom: 10px;
}

.down-arrow i{
  font-size: 20px;
}

.hero h1{
  text-align: center;
}

/* HERO END------------------------------------------------- */


/*Homepage Parallax Text-----------------------------------------------------*/

.main-text-wrap{
  width: 80%;
}


.main-text-wrap p{
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
  border-left: #4cc6e2 10px solid;
  padding-left: 20px;
  width: 100%;
  max-width: 50vw;
  margin-top: 20px;
  text-shadow: 0px 5px 10px black;
}

.main-text-wrap a,
.check-it-out{
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  color: #80D7EB;
  font-size: 20px;
  transition: all 0.25s ease;
  display: inline-flex;
}

.rocket{
    font-size: 20px;
    margin-right: 10px;
}

.main-text-wrap a:hover,
.check-it-out:hover {
  color: #ffffff;
  transition: all 0.25s ease;
}

.service-wrap{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  width: 80%;
}

.service-wrap .main-text-wrap{
  width: 100%;
}

.large-icon i{
  font-size: 50px;
  color: #80D7EB;
  margin-right: 20px;
  /*margin-top: 35px;*/
}

.shadow-overlay{
  display: none;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 4;

   background: rgb(0,0,0);
  background: -moz-linear-gradient(90deg, rgba(0,0,0,0.8210122512162097) 0%, rgba(0,0,0,0) 92%);
  background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.8210122512162097) 0%, rgba(0,0,0,0) 92%);
  background: linear-gradient(90deg, rgba(0,0,0,0.8210122512162097) 0%, rgba(0,0,0,0) 92%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); 
}

.main-text-wrap h2{
  font-size: 35px;
  color: #ffffff;
  margin-bottom: 10px;
}

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

  section{
    width: 90%;
  }

  .service-wrap{
    width: 90%;
  }

  .large-icon{
    display: none !important;
  }

  .main-text-wrap p{
    max-width: calc(100% - 30px);
  }

  .shadow-overlay{
    display: block;
  }

  .featured-project-wrap h1{
    margin-bottom: 8px !important;
  }

  .main-text-wrap{
    width: 90%;
  }

  .main-text-wrap h3{
    font-size: 15px;
  }

  .project h3{
    font-size: 20px;
  }
}


/*Desktop*/
@media only screen and (min-width: 1500px){
  h1{
    font-size: 70px;
    line-height: 70px;
  }

  .main-text-wrap p{
    font-size: 20px;
    line-height: 30px;
    max-width: 800px;
  }
}
/*Desktop END*/


/*Team--------*/

.team-section{
  flex-direction: row;
}

.team-section .three-column{
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1200px;
}

.team-section .column{
  position: relative;
  background-color: #000000;
  margin-right: 25px;
  margin-bottom: 25px;
  border-radius: 0px 50px 0px 0px;
  flex: 1;
  flex-basis: 250px;
}

.team-overlay{
  position: absolute;
  height: 100%;
  border-left: 10px solid #4cc6e2;
  background-color: #4cc6e2;
  width: 0px;
  z-index: 5;
  overflow: hidden;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  transition: all ease .25s;
}

.bio-active{
  width: 100%;
  padding: 25px;
  border-radius: 0px 50px 0px 0px;
  transition: all ease .25s;
}

.bio-active .team-textwrap{
  max-width: 100%;
}

.team-textwrap{
  width: 250px;
}


.team-textwrap h3{
  text-shadow: none;
}

.bio{
  margin-top: 25px;
}

.bio:hover{
  cursor: pointer;
}

.bio i{
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  bottom: 35px;
  right: 25px;
  transition: all ease .25s;
}

.bio i:hover{
  color: #000000;
  transition: all ease .25s;
}

.team-pic{
  width: 100%;
  height: 300px;
  position: relative;
  border-radius: 0px 50px 0px 0px;
  overflow: hidden;
}

.team-pic img{
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.team-name-wrap{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
}

.team-name-wrap i{
  color: #4cc6e2;
  font-size: 20px;
  transition: all ease .25s;
}

.team-name-wrap i:hover{
  color: #ffffff;
  cursor: pointer;
  transition: all ease .25s;
}

.team-name{
  color: #ffffff;
  padding-left: 10px;
}

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

  .team-section .column{
    width: 100%;
    max-width: 100%;
  }

  .team-section .three-column{
    flex-direction: column;
  }

}

/*Team END--------*/


/*Homepage Parallax Text END-----------------------------------------------------*/




/*FOOTER--------------------------------------*/

footer{
  width: 100vw;
  height: auto;
}

footer section{
  width: 80%;
  max-width: 800px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.three-column{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
}

.text-small{
  font-size: 12px;
}

.content-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#footer{
  z-index: 4;
  top: 200px;
}

.footer-parallax__group{
  position: relative;
  min-height: 400px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

#footer .parallax__layer {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 4;

    width: 100%;
  min-height: 400px;
}

/*AB POST*/

.abetterpost-ad{
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100vw;
  background-color: #ffffff;
}

.ab-post-bg{
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.3;
}

.ab-post-wrap{
  height: 100%;
  width: 80%;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.ab-post-logo{
  transform: rotate(-10deg);
  width: 50vw;
  max-height: 300px;
  max-width: 300px;
}

.ab-post-textwrap{
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ab-post-textwrap h2{
  text-align: right;
    font-size: 50px;
    line-height: 50px;
    text-shadow: none;
}

.ab-post-textwrap a{
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-end;
  color: #D8201C;
  text-shadow: none;
  margin-top: 20px;
  font-size: 20px;
  text-align: right;
  transition: all 0.25s ease;
}

.ab-post-textwrap a:hover {
  color: #000000;
  transition: all 0.25s ease;
}

.ab-post-textwrap a h3,
.ab-post-textwrap a .rocket{
  text-shadow: none;
}

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

  .abetterpost-ad{
    justify-content: flex-start;
  }

  .ab-post-wrap{
    width: 90%;
  }

  .ab-post-textwrap h2{
    font-size: 30px;
    line-height: 30px;
  }
}

/*AB POST END*/

.main-footer{
  width: 100vw;
}

footer .three-column{
  align-items: flex-start;
  margin-top: 0px;
}

footer .column{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  align-content: stretch;
  text-align: center;
}

.footer-logo{
  width: 80%;
  max-width: 200px;
}

footer .bold{
  margin-top: 30px;
}

.contact{
  order: 1;
}

.logo{
  order: 2;
}

.address{
  order: 3;
}

.social-media-footer{
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-media-footer section{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 270px;
  padding: 0px;
}

.social-icon-wrapper{
  border: 1px solid #4cc6e2;
  border-radius: 999px;
  color: #4cc6e2;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  
  background-color: rgba(76,198,226,0.0);
  transition: all 0.25s ease;
}

.social-icon-wrapper:hover{
  background-color: rgba(76,198,226,1);
  color: #212121;
  transform: scale(1.2);
  transition: all 0.25s ease;
}

i{
  font-size: 10px;
}

.copyright-footer{
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
}

.copyright-footer p{
  margin: 0px;
  letter-spacing: 2px;
}

.copyright-footer section{
  padding: 0px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}




@media only screen and (max-width: 700px) {
    
  .three-column{
    flex-direction: column;
  }

  .column{
    width: 100%;
    margin-bottom: 20px;
  }

  .contact{
    order: 2;
  }

  .logo{
    order: 1;
  }

  .address{
    order: 3;
  }

  .footer-main p,
  .footer-main h4{
    text-align: center;
  }

  footer .three-column{
    align-items: center;
  }

  footer .column{
    width: 80%;
  }

}

/* FOOTER END --------------------------------------- */





/*------------------------------------------------------
Portfolio Pages
------------------------------------------------------*/

.subpage-hero{
  height: 50vh;
  min-height: 300px;
  max-height:  600px;
  text-align: center;
  margin-top: 60px;
}

.subpage-hero h3{
  color: #ffffff;
  margin-bottom: 15px;
}

.thinkBetterSmall{
  font-size: 30px;
}

.subpage-hero h1{
  margin-bottom: 10px;
}

.subpage-hero h1,
.subpage-hero h3{
  margin-right: 10%;
  margin-left: 10%;
}

.subpage-hero .fg{
  top: -350px;
}

.subpage-hero .bg{
  top: -500px;
}

.overview-text{
  width: 100%;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: #4cc6e2 10px solid;
}

.overview-text section{
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.overview-text p{
  color: #ffffff;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  width: 100%;
  max-width: 800px;
}

.overview-text h3{
  color: #ffffff;
  margin-top: 25px;
  text-align: center;
}

.contact-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.contact-button{
  background-color: #4cc6e2;
  padding: 10px;
  border-radius: 999px;

  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;

  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
}

.contact-button i{
  font-size: 15px;
  color: #ffffff;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
}

.contact-button:hover{
  background-color: #ffffff;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
}

.contact-button:hover i{
  color: #4cc6e2;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
}

.featured-project-wrap{
  min-height: 20vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0px;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  box-sizing: border-box;
  overflow: hidden;
}

.featured-project-wrap img{
  position: absolute;
  margin: auto;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.25s ease;
}

.featured-project-wrap .main-text-wrap{
  z-index: 4;
}

.featured-project-wrap h1{
  margin-bottom: 15px;
}

.featured-project-wrap h3{
  margin-bottom: 15px;
}

.featured-project-wrap .overlay{
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
}

.featured-project-wrap:hover .overlay{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#15366b+0,4cc6e2+100 */
  background: #15366b; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #15366b 0%, #4cc6e2 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  #15366b 0%,#4cc6e2 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  #15366b 0%,#4cc6e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15366b', endColorstr='#4cc6e2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  opacity: .9;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
}

.featured-project-wrap:hover img{
  transform: scale(1.05);
  transition: all 0.25s ease;
}

/*-----------------------------*/

.project-list-wrap{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.project{
  position: relative;
  height: 20vw;
  min-height: 250px;
  max-height: 450px;

  min-width: 300px;
  max-width: 100%;
  flex: 1;
  flex-basis: 33.33%;
  overflow: hidden;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.project h3,
.project p{
  z-index: 5;
  color: #ffffff;
  opacity: 0;
  margin-right: 25px;
  margin-left: 25px;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
}

.project p{
  text-shadow: 0px 5px 10px black;
  margin-top: 5px;
}

.project img{
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;

  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
}

.project-overlay{
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#15366b+0,4cc6e2+100 */
  background: #15366b; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #15366b 0%, #4cc6e2 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  #15366b 0%,#4cc6e2 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  #15366b 0%,#4cc6e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15366b', endColorstr='#4cc6e2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  opacity: 0;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
}

.project:hover img{
  transform: scale(1.05);
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
}

.project:hover .project-overlay{
  opacity: .9;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
}

.project:hover h3,
.project:hover p{
  opacity: 1 !important;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
}

.load-more-button{
  width: 100%;
  background-color: #80D7EB;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;

  color: #ffffff;

  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
}

.load-more-button h3{
  text-shadow: none;
}

.load-more-button:hover{
  background-color: #000000;
  color: #80D7EB;

  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
}

@media only screen and (min-width: 1500px){
  .overview-text p{
    font-size: 20px;
    line-height: 30px;
    max-width: 1200px;
  }

  .overview-text{
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 700px) {
  .subpage-hero h1,
  .subpage-hero h3{
    margin-right: 5%;
    margin-left: 5%;
  }
}


/*------------------------------------------------------
Portfolio Pages END
------------------------------------------------------*/


/*------------------------------------------------------
Entry
------------------------------------------------------*/
.projectsNav{
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 5;
  text-decoration: none;
  height: 40px;
}

.projectsNav h3{
  color: #ffffff;
  background-color: #4cc6e2;
  font-size: 20px;
  text-shadow: none;
  border-radius: 25px 25px 0px 0px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0px !important;

  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
}

.projectsNav .previous i{
  font-size: 20px;
  margin-right: 5px;
}

.projectsNav .showAll i{
  font-size: 16px;
}

.projectsNav .next i{
  font-size: 20px;
  margin-left: 5px;
}

.projectsNavText{
  color: #ffffff;
}

.previous{
  position: absolute;
  left: 25px;
}

.showAll{
  position: absolute;
  left: 0;
  right: 0;
  width: 80px;
  margin: auto;
}

.next{
  position: absolute;
  right: 25px;
}

.projectsNav a:hover h3{
  color: #4cc6e2;
  background-color: #000000;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
}


.category::after{
  content: ' | ';
}

.category:last-child::after{
  content: '';
}

.entry-wrap{
  display: flex;
  justify-content: flex-start
  align-items: flex-start;
  flex-direction: row;
  width: 100%;
}

.video-entry-wrap{
  flex-direction: column-reverse !important;
}

.video-entry-wrap .entry-images,
.video-entry-wrap .entry-info-wrap{
    width: 100%;
    height: auto;
}

.entry-images{
  width: 60%;
  background-color: #212121;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.entry-image-wrap,
.entry-video-wrap{
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1200px;
  border-bottom: 5px solid #4cc6e2;
  justify-content: center;
  align-items: center;
  height: auto;
}

.entry-image-wrap img,
.entry-video-wrap div{
  width: 100%;
  height: auto;
}

.imageCaption{
  position: absolute;
  z-index: 5;
  color: #ffffff;
  background-color: #4cc6e2;
  border-radius: 0px 99px 99px 0px; 
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 0;
}

.imageCaption h3{
  text-shadow: none;
}

.entry-info-wrap{
  width: 40%;
  min-width: 350px;
  height: auto;
  background-color: #000000;
  color: #ffffff;
  box-sizing: border-box;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.info{
  position: sticky;
  top: 100px;
  width: 80%;
  max-height: 100vh;
  overflow: scroll;
}

.info p{
  border-left: #80D7EB 10px solid;
  padding-left: 20px;
  line-height: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.projectPartner{
  border-left: none !Important;
  padding-left: 0px !Important;
  margin-top: 5px !Important;
  margin-bottom: 25px !Important;
}

.info h4{
  margin-bottom: 10px;
}

.share-links i{
  font-size: 20px;
  margin-right: 10px;
  color: #ffffff;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
}

.share-links i:hover{
  color: #80D7EB;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
}

@media only screen and (min-width: 1500px) {
  .entry-images,
  .video-entry-wrap .entry-images{
    width: 70%;
  }

  .entry-info-wrap,
  .video-entry-wrap .entry-info-wrap{
    width: 30%;
  }

  .video-entry-wrap{
    flex-direction: row !important;
  }
}

@media only screen and (max-width: 800px) {
  .entry-wrap{
    flex-direction: column-reverse;
  }

  .entry-images{
    width: 100%;
    height: auto;
  }

  .entry-info-wrap{
    width: 100%;
    height: auto;
    align-items: center;
    min-width: 0px;
  }

  .info{
    position: relative;
    top: 0;
    width: 90%;
  }

  .projectsNavText{
    display: none;
  }

  .imageCaption h3{
    font-size: 15px;
  }
}

/*------------------------------------------------------
Entry END
------------------------------------------------------*/


/*------------------------------------------------------
Contact Form
------------------------------------------------------*/

input#secretHoneypotParamName { 
  display: none;
}

.contactFormWrap{
  background-color: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.contactFormWrap form{
  width: 80%;
  max-width: 1200px;
}

.contactFormWrap input,
.contactFormWrap textarea{
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  background-color: #000;
  color: #fff;
  border-style: hidden;
  border-bottom: 2px solid white;
  border-left: 2px solid #212121;
  border-top: 2px solid #212121;
  border-right: 2px solid #212121;
  margin-bottom: 25px;
  padding: 10px;
  font-size: 15px;
  box-sizing: border-box;
}

.contactFormWrap textarea:focus,
.contactFormWrap input:focus{
    outline: none;
    border: 2px solid white;
}

.contactFormWrap h3{
  margin-bottom: 10px;
}

.contactFormWrap .submitButton{
  border: none;
  background-color: #4cc6e2;
  font-family: 'Fugaz One', sans-serif;
  font-size: 20px;
  width: 100%;
  max-width: 200px;

  -webkit-appearance: none;

  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
}

.contactFormWrap .submitButton:hover{
  background-color: #ffffff;
  color: #000000;
  cursor: pointer;

  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
}


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

  .contactFormWrap form{
    width: 90%;
  }

}

/*------------------------------------------------------
Contact Form END
------------------------------------------------------*/
