@charset "UTF-8";
/* CSS Document */
body {
  font-size: 14pt;
  font-weight: 300;
  color: #FFF;
  font-family: 'Space Grotesk', sans-serif;	
}
a:link {
  color: #6d6e71;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #F47920;
}
a:visited {
  color: #6d6e71;
  text-decoration: none;
}
H1 {
  font-size: 80pt;
  line-height: 110px;
}
#approach {
  background-image: url("../images/background/2x/OUR-APPROACH@2x.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
	background-color: #f3f3f3;
}
#home {
  background-image: url("../images/background/2x/HOME@2x.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
	background-color: #ad9a86;
}
#mail {
  display: none;
}
#phone {
  display: none;
}
#portfolio {
  background-image: url("../images/background/2x/OUR-TEAM@2x.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
	background-color: #f0bf58;
}
#portfolio .context {
  width: 30vw;
  padding-left: 200px !important;
}
#service {
  background-image: url("../images/background/2x/OUR-SERVICES@2x.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
	background-color: #000000;
}
.content {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-left: 360px;
}
.context {
  width: 35vw;
  padding: 100px 250px 10px 80px;
  line-height: 30px;
}
.copyright {
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  padding: 10px 30px;
  border-radius: 25px;
  position: absolute;
  bottom: 2.5vh;
}
.copyright a:link {
  color: #FFFFFF;
}
.copyright .hi {
  display: inline-block;
}
.copyright .lo {
  display: none;
}
.discover {
  width: 6vw;
  margin-left: 370px;
}
.discover_mobile {
  display: none;
}
.headline {
  width: 43vw;
}
.logo {
  width: 10vw;
  padding: 30px 250px 10px 100px;
}
.nav {
  font-size: 12pt;
  color: #6d6e71;
  text-transform: uppercase;
  padding: 40px 350px;
  letter-spacing: 3px;
}
.nav ul li {
  display: inline-block;
  position: relative;
}
.nav ul li:hover:before {
  content: "";
  position: absolute;
  top: -10px;
  background: #F47920;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  left: calc(50% - 10px);
}
.nav_bar {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
/* CSS for 1080 Desktops */
@media (max-width: 2100px) and (min-width: 1280px) {
  body {
    font-size: 11pt;
  }
  H1 {
    font-size: 60pt;
    line-height: 80px;
  }
  #approach {
    background-image: url("../images/background/1x/OUR-APPROACH.png");
  }
  #home {
    background-image: url("../images/background/1x/HOME.png");
  }
  #portfolio {
    background-image: url("../images/background/1x/OUR-TEAM.png");
  }
  #portfolio .context {
    margin-top: 150px;
  }
  #service {
    background-image: url("../images/background/1x/OUR-SERVICES.png");
  }
  .content {
    flex-direction: row;
    margin-left: 300px;
  }
  .context {
    padding: 60px 50px 10px 0px;
    width: 35vw;
  }
  .discover {
    width: 5vw;
  }
  .headline {
    width: 35vw;
  }
  .nav {
    font-size: 11pt;
    padding: 40px 230px;
    letter-spacing: 2px;
  }
}
/* CSS for Tablets */
@media (max-width: 1250px) and (min-width: 750px) {
  body {
    font-size: 11pt;
  }
  H1 {
    font-size: 40pt;
    line-height: 60px;
    margin-top: 20px;
  }
  #approach {
    background-image: url("../images/background/1x/OUR-APPROACH_tablet.png");
  }
  #home {
    background-image: url("../images/background/1x/HOME_tablet.png");
  }
  #portfolio {
    background-image: url("../images/background/1x/OUR-TEAM_tablet.png");
  }
  #portfolio H1 {
    font-size: 33pt !important;
    line-height: 48px !important;
    margin-top: 10px !important;
  }
  #portfolio .content {
    flex-direction: row !important;
    justify-content: space-around !important;
    margin-left: 30px !important;
  }
  #portfolio .context {
    width: 50vw !important;
    padding-left: 10px !important;
    line-height: 25px;
  }
  #portfolio .headline {
    width: 38vw !important;
  }
  #service {
    background-image: url("../images/background/1x/OUR-SERVICES_tablet.png");
  }
  #service H1 {
    font-size: 33pt !important;
    line-height: 48px !important;
    margin-top: 10px !important;
  }
  #service .content {
    flex-direction: row !important;
    justify-content: space-around !important;
    margin-left: 30px !important;
  }
  #service .context {
    width: 40vw !important;
  }
  #service .headline {
    width: 40vw !important;
  }
  .content {
    flex-direction: column;
    margin-left: 50px;
  }
  .context {
    padding: 0px 30px 10px 0px;
    width: 85vw;
  }
  .copyright {
    padding: 10px 30px;
    font-size: 9pt;
    margin: 5px 50px;
    border-radius: 25px;
    position: absolute;
    bottom: 2.5vh;
  }
  .discover {
    width: 100px;
    margin: 10px 50px;
  }
  .headline {
    width: 80vw;
  }
  .logo {
    width: 20vw;
    padding: 25px 25px 25px 50px;
  }
  .nav {
    padding: 25px;
    letter-spacing: 1px;
    font-size: 10pt;
  }
}
/* CSS for Mobile */
@media (max-width: 450px) {
  body {
    font-size: 10pt;
    line-height: 13px;
  }
  H1 {
    font-size: 20pt !important;
    line-height: 30px !important;
    margin-top: 15px;
  }
  #approach {
    background-image: url("../images/background/1x/OUR-APPROACH_mobile.png");
  }
  #approach .copyright {
    color: #929497;
  }
  #home {
    background-image: url("../images/background/1x/HOME_mobile.png");
  }
  #mail {
    display: inline-block;
    float: right;
    width: 25px;
    margin: 5px;
  }
  #phone {
    display: inline-block;
    float: right;
    width: 25px;
    margin: 5px;
  }
  #portfolio {
    background-image: url("../images/background/1x/OUR-TEAM_mobile.png");
	  	background-attachment: fixed;
  }
  #portfolio H1 {
    margin-top: 15px !important;
  }
  #portfolio .content {
    flex-direction: column !important;
    margin-left: 15px !important;
  }
  #portfolio .context {
    padding: 0px 5px 25px 0px !important;
    width: 90vw !important;
    line-height: 23px;
    margin-top: 0px;
  }
  #service {
    background-image: url("../images/background/1x/OUR-SERVICES_mobile.png");
  }
  #service .content {
    flex-direction: column !important;
    margin-left: 15px !important;
  }
  .content {
    margin-left: 20px;
    flex-direction: column !important;
    width: 90vw !important;
  }
  .context {
    padding: 0px 5px 25px 0px;
    width: 90vw !important;
    line-height: 23px;
  }
  .copyright {
    padding: 10px 20px;
    width: 240px;
    display: inline-block;
    float: left;
    left: 93%;
    font-size: 9pt;
    line-height: 35px;
    background-color: rgba(0, 0, 0, 0);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  }
  .copyright .hi {
    display: none;
  }
  .discover {
    display: none;
  }
  .discover_mobile {
    display: block;
    width: 220px;
    margin: 5px auto;
  }
  .headline {
    width: 90vw !important;
  }
  .logo {
    width: 38vw;
    padding: 15px 20px;
  }
  .nav {
    display: none;
  }
}