/*==================== General Settings ====================*/
@font-face {
  src: url(./fonts/graphik/Graphik-Semibold.ttf);
  font-family: graphik-semibold;
}
@font-face {
  src: url(./fonts/graphik/Graphik-Regular.ttf);
  font-family: graphik-regular;
}
@font-face {
  src: url(./fonts/baloo/balooregular.ttf);
  font-family: logo;
}/*======================================================================*/

html, body {
    max-width: 100%;
    overflow-x: hidden;
    margin: 0;
}/*======================================================================*/

/* -- Overlay -- */
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: white;
  overflow-y: hidden;
  transition: 0.4s;
}
.overlay-content {
  font-family: graphik-semibold;
  font-size: 6vh;
  position: relative;
  top: 30%;
  width: 100%;
  text-align: center;
}
.overlay a {
  padding: 8px;
  text-decoration: none;
  color: black;
  display: block;
  transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
  color: grey;
}
.overlay .closebtn {
  position: absolute;
  color: black;
  font-size: 4vw;
  top: 1%;
  left: 93.5%;
}
#burger_menu{
  position: absolute;
  cursor: pointer;
  font-size: 5vh;
  top: 0.5%;
  left: 90%;
  color: white;
  display: none;
}/*======================================================================*/
/*======================================================================*/
/*========================== Section 1 (Hero) ==========================*/
.header{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.header li{
  float: right;
  font-family: graphik-semibold;
  font-size: 18px;
}
.header li a{
  display: block;
  color: white;
  text-align: center;
  padding: 25px 25px;
  text-decoration: none;
}
.header li a:hover{
  color: #D9D9D9;
}
#logo{
  float: left;
  font-family: logo;
  font-size: 40px;
  padding-left: 40px;
}
#logo a{
  text-decoration: none;
}
#logo a:link{
  color: white
}
#logo a:visited{
  color: white
}
#logo a:hover{
  color: white
}
#logo a:active{
  color: white
}
#burger-logo{
  color: black;
  position: absolute;
  float: left;
  font-family: logo;
  font-size: 40px;
  padding-left: 32px;
}/*======================================================================*/

.hero {
  width: 100vw;
  height: auto;
}
#video-section{
  height: auto !important;
  width: 100% !important;
  overflow: hidden !important;
}
#header-video{
  min-width: 100% !important;
  height: 80vh !important;
  height: auto !important;
  position: relative;
  right: 0;
  bottom: 0;
  margin: auto;
}
#nav-section{
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5)
  z-index: 2;
}
#hero-text{
  width: 100%;
  max-width: 60%;
  height: inherit;
  position: absolute;
  top: 20%;
  left: 5%;
  z-index: 2;
  font-family: graphik-semibold;
  color: white;
  font-size: 5.6vw;
}

@media (max-width: 1000px) {
  #hero-text{
    font-size: 6vw;
    top: 25%;
  }
}/*======================================================================*/
@media (orientation: portrait){
  #hero-text{
    font-size: 6vh;
    max-width: 95%;
  }
  #logo{
    padding-left: 20px;
  }
}/*======================================================================*/
@media (max-width: 780px){
  .header{
    display: none;
  }
  #burger_menu{
    display: block;
  }
  .overlay .closebtn {
  font-size: 5vh;
  top: 0.4%;
  left: 90%;
  }
}/*======================================================================*/
@media (max-width: 400px){
  #burger_menu{
    font-size: 5vh;
    top: 0.4%;
    left: 86%;
  }
  .overlay .closebtn {
  font-size: 5vh;
  top: 0.4%;
  left: 86%;
  }
  #hero-text{
    top: 20%;
  }
}

/*======================================================================*/
/*======================================================================*/
/*===================== Section 2 (Main Blog Post) =====================*/

.blog{
  width: 100vw;
  height: 80vh;
  background-color: #F6F6F6;
}
.main-post{
  width: inherit;
  height: 80vh;
}
.post-text{
  width: 50%;
  height: inherit;
  float: left;
}
.image-container{
  width: 50%;
  height: inherit;
  float: right;
}
#post-image{
  height: 90%;
  display: block;
  margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  border-radius: 5px;
}

.title{
  position: relative;
  font-family: graphik-semibold;
  font-size: 3.1vw;
  max-width: 80%;
  left: 6%;
  z-index: 2;
}
.description{
  position: relative;
  top: -23px;
  font-family: graphik-regular;
  font-size: 1.3vw;
  max-width: 80%;
  left: 6%;
  color: rgba(0, 0, 0, 0.5);
}
.readmore{
  position: relative;
  top: -10px;
  font-family: graphik-semibold;
  font-size: 1vw;
  max-width: 80%;
  left: 6%;
  z-index: 2;
}

#normal-link a{
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 2em;
  margin: -2em;
}
#normal-link a:link{
  color: black;
}
#normal-link a:visited{
  color: black;
}
#normal-link a:hover{
  text-decoration: underline;
}
#normal-link a:active{
  color: white;
}

@media (orientation: portrait){
  .image-container{
    display: none;
  }
  .post-text{
    width: 100%;
    height: 30vh;
    text-align: left;
  }
  .blog{
    height: 30vh;
  }
  .title{
    font-size: 3.1vh;
    max-width: 100%;
    right: 2%;
    left: 0%;
    padding-left: 3%;
  }
  .description{
    font-size: 1.9vh;
    max-width: 100%;
    padding-right: 2%;
    padding-left: 3%;
    top: -2%;
    left: 0%;
  }
  .readmore{
    font-size: 1.8vh;
    max-width: 100%;
    left: 0%;
    padding-left: 3%;
    display: none;
  }
}/*======================================================================*/
/*======================================================================*/
/*======================================================================*/
/*================= Section 2.5 (Secondary Blog Posts) =================*/

.secondary-blog-posts{
  width: 100vw;
  height: 20vh;
  background-color: #F6F6F6;
  float: left;
  display: flex;
}
.post1{
  width: 25%;
  padding-left: 4%;
}
.post2{
  width: 25%;
}
.post3{
  width: 25%;
}
.post4{
  width: 25%;
}
.category{
  font-family: graphik-semibold;
  font-size: 0.9vw;
}
.secondary-link{
  font-family: graphik-semibold;
  position: relative;
  top: -10px;
  font-size: 1.4vw;
  max-width: 85%;
}
@media (orientation: portrait){
  .post3{
    display: none;
  }
  .post4{
    display: none;
  }
  .post1{
    width: 50%;
  }
  .post2{
    width: 50%;
  }
  .category{
    font-size: 1.2vh;
  }
  .secondary-link{
    top: 0px;
    font-size: 1.7vh;
  }
  .secondary-blog-posts{
    height: 15vh;
  }
}/*======================================================================*/
/*======================================================================*/
/*======================================================================*/
/*======================== Section 3 (Services) ========================*/

.section3{
  width: 100vw;
  height: 90vh;
  float: left;
  position: relative;
}
.statement-container{
  width: 100%;
  height: 20%;
  float: left;
}
.left-container{
  width: 50%;
  height: 80%;
  float: left;
}
.right-container{
  width: 50%;
  height: 80%;
  float: right;
}

.statement{
  position: relative;
  font-family: graphik-semibold;
  font-size: 3.1vw;
  max-width: 50%;
  top: -15px;
  left: 3%;
}

.left-box{
  width: 90%;
  height: 65%;
  position: relative;
  top: 5%;
  left: 5%;
  border-style: solid;
  border-width: 1px;
  border-color: white;
  background-color: black;
  border-radius: 5px;
}

.right-box{
  width: 90%;
  height: 65%;
  position: relative;
  top: 5%;
  left: 5%;
  border-style: solid;
  border-width: 1px;
  border-color: white;
  background-color: black;
  border-radius: 5px;
}
.big-letters{
  margin: 0;
  position: relative;
  font-family: graphik-semibold;
  font-size: 6vw;
  top: 12%;
  text-align: center;
}
.left-text{
  width: 80%;
  height: 25%;
  position: relative;
  top: 5%;
  left: 5%;
}
.right-text{
  width: 80%;
  height: 25%;
  position: relative;
  top: 5%;
  left: 5%;
}
.sec3-description{
  font-family: graphik-regular;
  font-size: 1.2vw;
}

.big-letters a{
  text-decoration: none;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 0.7em;
  margin: -0.7em;
}
.big-letters a:link{
  color: white;
}
.big-letters a:hover{
  text-decoration: underline;
  color: white;
}
.big-letters a:active{
  color: white;
}
.big-letters a:visited{
  color: white;
}

@media (max-width: 1000px){
  .statement{
    font-size: 3.4vw;
    max-width: 70%;
    top: 10px;
    left: 5%;
  }
  .sec3-description{
    font-size: 1.5vw;
  }
  .big-letters{
    font-size: 7vw;
    top: 18%;
    text-align: center;
  }
}
@media (orientation: portrait){
  .statement-container{
    width: 100%;
    height: 10%;
  }
  .statement{
    font-size: 3.4vh;
    max-width: 90%;
    top: -10px;
    left: 5%;
  }
  .left-container{
    width: 100%;
    height: 45%;
    float: left;
  }
  .right-container{
    width: 100%;
    height: 45%;
    float: left;
  }
  .sec3-description{
    font-size: 1.5vh;
  }
  .big-letters{
    font-size: 7vh;
    top: 10%;
    text-align: center;
  }
}
@media (max-width: 440px){
  .section3{
    height: 115vh;
    float: left;
  }
  .statement{
    font-size: 2.8vh;
    max-width: 90%;
    top: 10px;
    left: 5%;
  }
  .sec3-description{
    font-size: 1.8vh;
  }
  .big-letters{
    font-size: 7vh;
    top: 15%;
    text-align: center;
  }
}
/*======================================================================*/
/*======================================================================*/
/*============================== Section 4 =============================*/

.section4{
  width: 100vw;
  height: 60vh;
  float: left;
  overflow: hidden;
  position: relative;
  background-color: #F6F6F6;
}
.sec4-container{
  width: 80%;
  height: 80%;
  position: absolute;
  left: 10%;
  right: 10%;
  top: 10%;
  bottom: 10%;
  font-family: graphik-semibold;
  text-align: center;
}
#sec4-title{
  padding-top: 1%;
  font-size: 5vw;
  margin-bottom: 0;
  position: relative;
}
#sec4-subtitle{
  font-size: 1.5vw;
  padding-right: 15%;
  padding-left: 15%;
  position: relative;
}
#sec4-button{
  background-color: black;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: graphik-semibold;
  font-size: 1.2vw;
  transition-duration: 0.2s;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  margin-top: 2.5%;
}
#sec4-button:hover{
  background-color: #939393;
  color: white;
}
@media (orientation: portrait){
  .section4{
    height: 50vh;
  }
  #sec4-title{
    padding-top: 0%;
    font-size: 4.2vh;
    top: -10%;
  }
  #sec4-subtitle{
    padding-top: 0%;
    top: -7%;
    font-size: 2.5vh;
  }
  #sec4-button{
    font-size: 2vh;
    margin-top: 0%;
  }

  .sec4-container{
    width: 90%;
    height: 80%;
    position: absolute;
    left: 5%;
    right: 5%;
  }
}
/*======================================================================*/
/*======================================================================*/
/*=============================== Footer ===============================*/

.footer{
  width: 100vw;
  height: 40vh;
  float: left;
  background-color: black;
  overflow: hidden;
  position: relative;
}

.footer-logo{
  font-family: logo;
  float: left;
  position: relative;
  width: 20%;
  height: 70%;
}

#footer-logo{
  color: white;
  font-size: 4vw;
  margin: 0;
  position: relative;
  left: 15%;
}

.footer-links{
  font-family: logo;
  float: right;
  position: relative;
  width: 80%;
  height: 70%;
}
.footer-links a{
  text-decoration: none;
}
.footer-links a:link{
  color: white;
}
.footer-links a:visited{
  color: white;
}
.footer-links a:hover{
  text-decoration: underline;
}
.footer-links a:active{
  color: black;
}
#footer-links{
  color: white;
  text-align: right;
  font-family: graphik-regular;
  position: relative;
  line-height: 35px;
  top: 10%;
  right: 6%;
}

.footer-copy{
  float: left;
  position: relative;
  width: 100%;
  height: 30%;
}
#footer-copy{
  color: grey;
  font-size: 1vw;
  margin-left: 5%;
  text-align: right;
  font-family: graphik-regular;
  position: relative;
  right: 5%;
}
@media (orientation: portrait){
  #footer-logo{
    font-size: 5vh;
    position: relative;
    left: 25%;
  }
  #footer-copy{
    font-size: 1.7vh;
  }
}
