/*
ENTIRE SITE
*/

.s2 {
  font-family: "Orbitron", Verdana, Geneva, Tahoma, sans-serif;
}

.triggerIn {
  height: 0px;
  max-height: 0px;
}

.svg_icon {
  height: 18px;
}

.svg_icon g {
  fill: #ffffff;
}

.activeLink {
  opacity: 0.6;
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,0.5);
  color: #ffffff;
}

.contentMargin {
  margin-top: 16vh;
}

#OverviewContent, #ServicesContent, #ProductsContent, #ContactContent, #ClientsContent, #FooterContent {
  opacity: 0;
  -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.75s ease-in-out;
     -moz-transition: all 0.75s ease-in-out;
      -ms-transition: all 0.75s ease-in-out;
       -o-transition: all 0.75s ease-in-out;
          transition: all 0.75s ease-in-out;
}

#OverviewContent.contentFadeIn, #ServicesContent.contentFadeIn, #ProductsContent.contentFadeIn, #ContactContent.contentFadeIn, #ClientsContent.contentFadeIn, #FooterContent.contentFadeIn {
  opacity: 1;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}

textarea {
  height: 108px;
}

.bgHighlight {
  padding: 3vh 2vw 0vh 3vw;
  background: rgba(255,255,255,1);
  color: #333333;
}

.finePrint {
  display: inline-block;
  font-size: 0.5em;
  font-family: Arial;
  line-height: 1.1em;
}

.desktopIconL {
  display: block;
  float: left;
  padding: 4vh 8vw 1vh 4vw;
}

.desktopIconR {
  display: block;
  float: right;
  padding: 4vh 4vw 1vh 8vw;
}

.desktopIconL svg, .desktopIconR svg {
  height: 30vh;
  width: auto;
  max-width: 20vw;
  vertical-align: text-top;
}

.clearBoth {
  clear: both;
}

.moreIcon {
  padding-right: 1vw;
}

.moreIcon svg {
  vertical-align: middle;
}

/*
HEADER SPECIFIC
*/

#headerContainer {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

#headerImg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/inc/img/photos/pexels-frank-cone.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#headerLogo {
  position: absolute;
  bottom: 0px;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0px auto;
  text-align: center;
}

#headerLogo svg {
  width: 90vw;
  height: auto;
  opacity: 0.3;
}

#headerImg {
  opacity: 0.1;
  transform: scale(4);
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
   -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
       transition: all 2s ease-in-out;
}
#headerImg.zoomIn {
  opacity: 1;
  background-size: cover;
  transform: scale(1);
  -webkit-transition: all 2s ease-in-out;
     -moz-transition: all 2s ease-in-out;
      -ms-transition: all 2s ease-in-out;
       -o-transition: all 2s ease-in-out;
          transition: all 2s ease-in-out;
}

#headerTextContainer {
  height: 75vh;
  opacity: 0;
  transform: translate(-200px,-400px);
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
   -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
       transition: all 2s ease-in-out;
}

#headerTextContainer.zoomIn {
  opacity: 1;
  transform: translate(0px,0px);
  -webkit-transition: all 2s ease-in-out;
     -moz-transition: all 2s ease-in-out;
      -ms-transition: all 2s ease-in-out;
       -o-transition: all 2s ease-in-out;
          transition: all 2s ease-in-out;
}

#headerText {
  position: absolute;
  bottom: 30px;
  left: 0px;
  right: 0px;
  padding: 0px 9vw;
  color: #ffffff;
}

/*
NAV MENU SPECIFIC
*/

#NavMenuContent {
  opacity: 0;
  -webkit-transition: all 2s ease-in-out;
     -moz-transition: all 2s ease-in-out;
      -ms-transition: all 2s ease-in-out;
       -o-transition: all 2s ease-in-out;
          transition: all 2s ease-in-out;
}
#NavMenuContent.contentFadeIn {
  opacity: 1;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}

.NavMenu {
  position: -webkit-sticky;
  position: sticky;
  z-index: 50;
  top: 0;
  height: 25vh;
  font-size: 1.1em;
  background: linear-gradient(rgba(34,34,34,1) 50%, rgba(34,34,34,0));
}

#navMenuLogo {
  float: left;
  padding-left: 48px;
}

#navMenuIcon {
  float: right;
  padding-right: 48px;
}

#navMenuLogo #s2_logo, #navMenuIcon #svg_menu {
  margin: 2vh;
  height: 6vh;
  width: auto;
  vertical-align: middle;
}

#navMenuLogo #s2_logo g path, #navMenuIcon #svg_menu p path {
  fill: #ffffff;
}

.NavMenu svg:hover {
  opacity: 0.5;
  transition: 1s ease-in-out;
}

#navMenuLinks {
  clear: both;
  display: none;
  position: absolute;
  top: 10vh;
  right: 0px;
  margin: 0px;
  padding: 12px 24px;
  background: rgba(0,0,0,1);
  text-align: center;
  white-space: nowrap;
  box-shadow: -8px 8px 6px 2px rgba(255, 255, 255, 0.1);
}

.navLink {
  margin: 8px auto;
  font-family: "Orbitron", Verdana, Geneva, Tahoma, sans-serif;
  font-size: 0.8em;
}

/*
OVERVIEW SPECIFIC
*/

/*
SERVICES SPECIFIC
*/

/*
PRODUCTS SPECIFIC
*/

/*
CONTACT SPECIFIC
*/

/*
CLIENTS SPECIFIC
*/

/*
FOOTER SPECIFIC
*/

#footerContainer {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  background: #000000;
}

#footer_logo #s2_logo {
  margin: 0px;
  height: auto;
  max-height: 200px;
  width: 80%;
}

#footer_logo svg g {
  fill: #333333 !important;
}

#footerContainer p {
  margin: 0px;
  padding: 4px 0px;
}

/*
FORM SPECIFIC
*/

#contactFormRow2 {
  display: none;
}

.fieldIndicator {
  float: right;
}

.fieldIndicator:after {
  clear: both;
}

.requiredField:before {
  content: "\274A";
  color: gold;
  font-weight: bold;
}

span.validField::before {
  content: "\2714 \fe0e";
  color: gold !important;
  font-family: 'Zapf Dingbats';
  font-weight: bold;
}

label.invalidField {
  color: gold !important;
}

span.invalidField::before {
  content: "\26A0";
  color: gold !important;
  font-family: 'Zapf Dingbats';
  font-weight: bold;
}

span.validationMessage {
  display: inline-block;
  color: gold !important;
  font-size: 0.7em;
  line-height: 1.1;
}

span.validationMessage {
  display: none;
}

div.formResponse {
  margin: 36px;
  border: 1px solid #ffffff;
  padding: 12px 36px 0px 36px;
  color: #ffffff;
  font-size: 1.2em;
}

/*
MESSAGE BOX SPECIFIC
*/


#screenMask {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 60;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8) !important;
}

/*
MEDIA QUERIES
*/

/* Larger than mobile */
@media (min-width: 400px) {

}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {

  #headerLogo svg {
    height: 50vh;
    width: auto;
  }

  #headerTextContainer {
    height: 85vh;
  }

  .NavMenu {
    height: 15vh;
  }

}

/* Larger than tablet */
@media (min-width: 750px) {

}

/* Larger than desktop */
@media (min-width: 1000px) {

}

/* Larger than Desktop HD */
@media (min-width: 1200px) {

}