:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  height: 100%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  overflow: visible;
}

h1 {
  color: #000;
  text-align: center;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 44px;
}

h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

h3 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Bitter, serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
}

h4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

h5 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

h6 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #000;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 25px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
  position: static;
  bottom: 200px;
  left: 0;
}

.button:hover {
  color: #000;
  text-shadow: 1px 1px 2px #000;
  background-color: #fff;
}

.button.next-button {
  z-index: 10;
  text-shadow: 2px 2px #333;
  background-color: #000;
  background-image: url('../images/asfalt-light.png');
  border: 0 #fff;
  border-radius: 90px;
  width: 150px;
  height: 150px;
  padding-top: 50px;
  line-height: 25px;
  transition: all .5s;
  position: fixed;
  left: auto;
  right: 0;
  box-shadow: 0 0 6px #000;
}

.button.next-button:hover {
  transform: translate(20px);
}

.button.next-button:focus {
  box-shadow: 0 0 6px #fff;
}

.button.contact-button {
  z-index: 10;
  text-shadow: 2px 2px #333;
  background-color: #000;
  background-image: url('../images/asfalt-light.png');
  border-width: 0;
  border-color: rgba(0, 0, 0, 0);
  padding-top: 62.5px;
  transition: all .5s;
  box-shadow: 0 0 6px #000;
}

.button.contact-button:hover {
  transform: translate(-20px);
}

.button.contact-button:focus {
  background-color: #000;
  box-shadow: 0 0 6px #fff;
}

.left-div {
  z-index: 11;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  transform: translate(-100%);
}

.right-div {
  z-index: 11;
  background-color: #000;
  background-image: none;
  width: 100%;
  height: 100%;
  position: fixed;
  transform: translate(100%);
}

.button-group {
  z-index: 10;
  text-align: center;
  width: 100%;
  display: block;
  position: fixed;
  bottom: 50px;
}

.background-video {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: relative;
}

.next-div {
  text-align: center;
  background-image: linear-gradient(#000, rgba(0, 0, 0, .8)), url('../images/groundgrass.jpg');
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: auto;
  height: 50%;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  top: 25%;
  right: 0;
}

.next-text {
  color: #fff;
  display: inline-block;
  position: fixed;
  top: 50%;
  right: 25px;
}

.footer-div {
  z-index: 20;
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(51, 51, 51, .6)), url('../images/asfalt-light.png');
  background-size: auto, auto;
  width: 100%;
  padding: 10px 20px;
  position: fixed;
  bottom: 0;
  box-shadow: inset 0 0 6px #333;
}

.copyright {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  bottom: 0;
  left: 10px;
}

.video-container {
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
}

.responsive-embed {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.logo-container {
  text-align: center;
  position: fixed;
}

.logo-link {
  width: 60%;
  margin-top: 50px;
  margin-left: 20%;
  position: fixed;
}

.contact-container {
  text-align: center;
  margin-top: 250px;
}

.contact-block {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  width: 40px;
  height: 40px;
  padding-top: 10px;
}

.intro-text {
  width: 100%;
  height: 150px;
  padding-top: 60px;
  position: fixed;
  bottom: 200px;
}

.terms {
  padding-left: 75px;
  padding-right: 75px;
  position: fixed;
  bottom: 90px;
}

.terms-text {
  color: #fff;
  text-align: center;
  font-family: Varela Round, sans-serif;
  font-size: 12px;
  position: relative;
}

.info-div {
  text-align: center;
  width: 100%;
  position: fixed;
  bottom: 200px;
}

.tabs-menu {
  text-align: center;
}

.link-box {
  color: #000;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Varela Round, sans-serif;
}

.link-box.w--current {
  color: #fff;
  background-color: #333;
  font-family: Varela Round, sans-serif;
}

.tab {
  text-align: center;
  padding: 20px 75px 10px;
}

.tab-text {
  text-shadow: 1px 1px 2px #000;
}

.right-button {
  z-index: 8;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px #333;
  background-color: #000;
  background-image: url('../images/asfalt-light.png');
  border-radius: 90px;
  width: 150px;
  height: 150px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 50px;
  padding-bottom: 15px;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
  line-height: 25px;
  text-decoration: none;
  transition: all .5s;
  position: fixed;
  bottom: 200px;
  right: 0;
}

.right-button:hover {
  transform: translate(20px)rotate(360deg);
}

.right-button.page-button {
  z-index: 10;
  padding-top: 62.5px;
  box-shadow: 0 0 6px #fff;
}

.left-button {
  z-index: 10;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px #333;
  background-color: #000;
  background-image: url('../images/asfalt-light.png');
  border-radius: 90px;
  width: 150px;
  height: 150px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 62.5px;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
  line-height: 25px;
  text-decoration: none;
  transition: all .5s;
  position: fixed;
  bottom: 200px;
  left: 0;
}

.left-button:hover {
  transform: translate(-20px)rotate(-360deg);
}

.left-button:focus, .left-button.close {
  box-shadow: 0 0 6px #fff;
}

.video-div {
  width: 500px;
  display: inline-block;
  position: relative;
}

.test-section {
  background-color: green;
  width: 100%;
  height: 100%;
  position: absolute;
}

.logo-box {
  background-color: rgba(0, 0, 0, .74);
  border-radius: 3px;
  width: 100%;
  max-width: 800px;
  padding: 25px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%)translate(-50%, -5px);
}

.footer {
  color: #fff;
  text-align: center;
  background-color: #000;
  background-image: url('../images/subtle_carbon.png');
  padding: 60px 10px;
  position: relative;
  box-shadow: inset 0 0 8px #000;
}

.header {
  padding-top: 15px;
  padding-bottom: 15px;
}

.header.insidepage {
  background-color: #000;
  padding-left: 15px;
  padding-right: 15px;
  position: static;
}

.navlink {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #000;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.navlink:hover {
  color: #fff;
  text-shadow: none;
  background-color: rgba(0, 0, 0, .09);
  border-color: #fff;
  font-family: Open Sans, sans-serif;
}

.navlink.w--current {
  color: #fff;
}

.navlink.contact {
  border-color: #fff;
}

.navlink.contact:hover {
  color: #000;
  text-shadow: none;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0);
}

.navlink.contact:active {
  text-shadow: none;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
}

.logolink {
  line-height: 60px;
  display: block;
  position: static;
}

.background {
  background-image: url('../images/aerial-video.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
}

.intro-div {
  background-color: gray;
  background-image: linear-gradient(#000, #333);
  padding-top: 50px;
  padding-bottom: 50px;
}

.intro-div.bg-contact {
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.link-logo {
  margin-bottom: 10px;
}

.button-menu {
  display: none;
}

.section-portfolio {
  padding-top: 50px;
  padding-bottom: 50px;
  box-shadow: inset 0 0 8px #000;
}

.lightbox-link {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.contact-text {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 72px;
  line-height: 72px;
  text-decoration: none;
  display: block;
}

.container-contact {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.container {
  padding-left: 25px;
  padding-right: 25px;
}

.video-embed {
  margin-bottom: 50px;
}

.background-img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.container-home {
  text-align: center;
  display: block;
}

.main-img {
  margin-top: -25px;
  margin-bottom: 25px;
  display: inline-block;
}

.column-img {
  margin-bottom: 25px;
}

.home-heading {
  position: relative;
  top: 150px;
}

.section-home {
  z-index: 90;
  color: #000;
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.logo {
  width: 50%;
  margin-top: 50px;
  margin-left: 25%;
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
}

.logo.w--current {
  width: 80%;
  margin-top: -10%;
  margin-left: -40%;
  position: relative;
  top: 50%;
  left: 50%;
}

.logo.black {
  z-index: 10;
}

.content-introduction {
  text-align: center;
  position: relative;
  top: 150px;
}

.content-button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #fff;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 48px;
  text-decoration: none;
}

.section-work {
  z-index: 100000;
  text-align: center;
  background-color: #e3e3e3;
  background-image: linear-gradient(45deg, gray, #e6e6e6);
  padding: 60px 15px;
  position: relative;
}

.link-arrow {
  width: 100px;
  height: 100px;
  margin-left: -50px;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.menu-button {
  z-index: 100;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 15px;
}

.link-button {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.section-lone {
  padding: 60px 15px;
  box-shadow: inset 0 0 8px #000;
}

.section-quote {
  text-align: center;
  background-color: #e3e3e3;
  background-image: linear-gradient(135deg, #e6e6e6, gray);
  padding: 60px 15px;
}

.section-explore {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.social-button {
  background-color: #fff;
  width: 40px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px;
}

.social-button:hover {
  background-color: #d3d3d3;
  transform: scale(1.2);
}

.field-label {
  text-align: justify;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.field-text {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 5px;
  height: 52px;
  margin-bottom: 20px;
}

.field-text:hover {
  background-color: #e3e3e3;
  border-color: #333;
}

.field-text:focus {
  background-color: #e3e3e3;
  border-color: #333;
  box-shadow: inset 0 0 8px #000;
}

.contact-form {
  background-image: none;
  padding: 30px;
}

.submit-button {
  float: right;
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  background-image: linear-gradient(135deg, #2e3192, #1bffff);
  padding: 12px 36px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.submit-button:hover {
  background-color: #000;
  border: 3px solid #000;
}

.footer-text {
  margin-bottom: 20px;
  font-family: Inconsolata, monospace;
  font-weight: 400;
}

.menu {
  z-index: 99;
  text-align: center;
  background-color: #000;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: none;
  position: fixed;
}

.menu-links {
  width: 100%;
  height: 300px;
  margin-top: -150px;
  position: absolute;
  top: 50%;
}

.menu-link {
  color: #fff;
  text-transform: lowercase;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 50px;
  text-decoration: none;
  display: block;
}

.menu-link:hover {
  font-weight: 300;
  text-decoration: underline;
}

.menu-link.w--current {
  text-decoration: underline;
}

.menu-link.w--current:hover {
  background-color: #000;
}

.section-works {
  background-color: #000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  width: 100%;
  padding: 100px 15px 60px;
  position: relative;
}

.section-videos {
  padding: 60px 15px;
  box-shadow: inset 0 0 8px #000;
}

.home-h2 {
  font-size: 60px;
  line-height: 80px;
}

.section-services {
  padding-top: 60px;
  padding-bottom: 60px;
}

.icon {
  width: 35%;
  max-width: 300px;
  margin-bottom: 10px;
}

.service-label {
  text-align: center;
  text-shadow: none;
  margin-bottom: 5px;
  font-family: Bitter, serif;
}

.service-description {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.service-column {
  text-align: center;
  margin-bottom: 40px;
}

.row-2 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.iconic-button {
  color: #fff;
  height: 25%;
  text-decoration: none;
  display: block;
}

.h3 {
  color: #000;
  transition: opacity .4s;
}

.icon-group {
  width: 300px;
  height: 40px;
  position: absolute;
  bottom: 10px;
  right: 0;
}

.heading {
  font-weight: 400;
}

.intro-overlay {
  z-index: 100;
  background-color: #000;
  background-image: url('../images/dark-space.jpg');
  background-size: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.heading-2 {
  font-family: Oswald, sans-serif;
}

.image {
  margin-top: -25%;
  position: relative;
  top: 50%;
}

.intro-logo {
  width: 80%;
  margin-top: -10%;
  margin-left: -40%;
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50%;
}

.h2 {
  font-family: Lato, sans-serif;
  font-size: 48px;
  font-weight: 900;
}

.tagline {
  color: #000;
  text-shadow: none;
  margin-top: -15%;
  font-family: Raleway;
  font-size: 24px;
  font-weight: 400;
  position: relative;
  top: 50%;
}

.homepage-logo {
  width: 80%;
  margin-top: -7%;
  margin-left: -40%;
  position: absolute;
  top: 50%;
  left: 50%;
}

.heading-3 {
  font-family: Bitter, serif;
  font-weight: 700;
}

.heading-4 {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.text-span {
  font-family: Bitter, serif;
  font-style: italic;
}

.social-media-link {
  width: 25px;
  margin-left: 10px;
  margin-right: 10px;
}

.text-span-2 {
  font-family: Bitter, serif;
  font-style: italic;
}

.heading-5, .heading-6 {
  font-family: Montserrat, sans-serif;
}

.link-block {
  color: #000;
  text-align: center;
  text-transform: lowercase;
  background-image: linear-gradient(135deg, #e6e6e6, gray);
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: Bitter, serif;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.link-block:hover {
  color: #000;
  text-transform: lowercase;
  background-image: linear-gradient(45deg, #e6e6e6, gray);
  text-decoration: underline;
}

.box-link {
  color: #000;
  text-align: center;
  width: 100%;
  font-family: Bitter, serif;
  font-size: 36px;
  font-weight: 700;
  text-decoration: none;
}

.tab-link {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 3px solid #fff;
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 0 0 0 3px #000;
}

.tab-link.w--current {
  background-color: #444;
}

.heading-8, .icon-text {
  color: #fff;
}

.hero-section {
  background-image: linear-gradient(225deg, #ece9e6, #fff);
  height: 100%;
  position: relative;
}

.h1-hero {
  color: #000;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px gray;
  font-family: Fjalla One, sans-serif;
  font-size: 10vw;
  font-weight: 400;
  line-height: 10vw;
}

.link-block-2 {
  width: 100%;
  margin-top: 250px;
  text-decoration: none;
}

.full-screen-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-bg, .video, .main-wrapper, .background-video-2 {
  width: 100%;
  height: 100%;
}

.flight-crew {
  opacity: 1;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

.side-bar {
  width: 33%;
  height: 100%;
}

.page-title {
  opacity: 1;
  color: #fff;
  text-align: left;
  text-transform: none;
  text-shadow: none;
  margin-top: -155px;
  margin-left: -12px;
  font-family: Lato, sans-serif;
  font-size: 185px;
  font-weight: 900;
  line-height: 125px;
  display: block;
  position: absolute;
  bottom: 0;
}

.h1 {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  width: 50%;
  height: 49px;
  margin-bottom: 30px;
  margin-left: 20px;
  font-family: Fjalla One, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
  display: inline-block;
}

.icon-box {
  text-align: center;
  width: 100%;
  height: 250px;
  margin-top: 105px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
}

.links-box {
  text-align: right;
  width: 150px;
  height: 25px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.text-block {
  margin-bottom: 0;
  font-family: Arimo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.section-video {
  height: 250px;
  margin-bottom: 90px;
  overflow: hidden;
}

.image-2 {
  z-index: 1000;
  opacity: 0;
  height: 178.5px;
  margin-top: -25px;
  display: inline-block;
  position: absolute;
  bottom: 0;
}

.left-heading {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  font-family: Lato, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 52px;
}

.license-icon {
  margin-top: 20px;
  display: block;
}

.center-heading {
  text-transform: uppercase;
  text-shadow: 0 -1px rgba(255, 255, 255, .25);
  margin-top: 90px;
  font-family: Lato, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 52px;
}

.drone {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 60px;
  font-size: 18px;
}

.item-heading {
  color: #000;
  text-align: left;
  text-shadow: 0 -1px rgba(255, 255, 255, .25);
  font-family: Fjalla One, sans-serif;
  font-size: 24px;
  font-weight: 900;
  display: block;
  position: relative;
}

.section-footer {
  text-align: center;
  background-image: linear-gradient(135deg, #333, #000);
  padding-top: 60px;
  padding-bottom: 60px;
  box-shadow: 0 0 6px #000;
}

.video-2 {
  margin-top: -50px;
}

.accent-video {
  display: inline-block;
}

.ground-crew {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
}

.link-blocks {
  float: right;
  text-align: right;
  width: 200px;
  margin-top: -10px;
  display: inline-block;
}

.simple-link {
  color: #000;
  text-align: center;
  border-radius: 30px;
  width: 70px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Inconsolata, monospace;
  text-decoration: none;
}

.link-block-3 {
  background-color: #fff;
  border-radius: 30px;
  width: 60px;
  padding: 10px;
}

.button-icon {
  color: #fff;
  text-transform: uppercase;
  background-image: url('../images/flightcrewlogo-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 257px;
  height: 220px;
  margin-bottom: 1px;
  padding-top: 200px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
  position: static;
  left: 1px;
}

.button-icon.icon-2 {
  background-image: url('../images/groundcrewlogo-1.png');
}

.emblems {
  text-align: center;
  width: 100%;
  height: 220px;
  position: absolute;
  bottom: 100px;
}

.image-3 {
  width: 360px;
  padding-bottom: 25px;
  position: absolute;
  left: 485px;
}

.image-4 {
  width: 360px;
  position: absolute;
  left: 680px;
}

.video-mask {
  background-color: rgba(0, 0, 0, .6);
  width: 100%;
  height: 100%;
  position: absolute;
}

.container-2 {
  color: #000;
  text-align: center;
  font-family: Arimo, sans-serif;
}

.image-5 {
  margin-top: 60px;
}

.tv-frame {
  background-image: url('../images/tv-frame.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 50px;
}

.content-section {
  background-color: #eee;
  border-radius: 5px;
  margin-top: 60px;
  padding: 30px 60px;
  box-shadow: 0 0 6px #000;
}

.section {
  text-align: center;
  background-image: linear-gradient(135deg, rgba(68, 68, 68, .1), rgba(0, 0, 0, .25)), url('../images/shakyamuni-global.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 120px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.skilled-section {
  color: #fff;
  background-image: linear-gradient(135deg, rgba(68, 68, 68, .6), rgba(0, 0, 0, .8)), url('../images/directormonfront.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 90px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.heading-overlap {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 52px;
}

.stats-list {
  margin-bottom: 30px;
}

.heading-9 {
  font-family: Lato, sans-serif;
  font-weight: 900;
  line-height: 52px;
}

.button-2 {
  text-transform: uppercase;
  background-image: linear-gradient(135deg, #2e3192, #1bffff);
  padding: 12px 36px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
}

.contact {
  z-index: 1000;
  background-color: #fff;
  background-image: radial-gradient(circle, #222, #444);
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
}

.contact-floater {
  height: 300px;
  margin-top: -150px;
  position: relative;
  top: 50%;
}

.form-wrapper {
  width: 80%;
  margin-top: 30px;
  margin-left: -40%;
  position: relative;
  left: 50%;
}

.input-field {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}

.input-field.email-field {
  width: 49%;
  display: inline-block;
}

.input-field.subject-field {
  float: right;
  width: 49%;
}

.close-button {
  width: 60px;
  position: absolute;
  top: 0;
  right: 10px;
}

html.w-mod-js [data-ix="delay-load"] {
  transform: translate(0, 1000px);
}

html.w-mod-js [data-ix="delay-load-logo"] {
  transform: translate(0, -500px);
}

html.w-mod-js [data-ix="float-top-down"] {
  transform: translate(0, -500%);
}

html.w-mod-js [data-ix="shrunk-grown"] {
  transform: scale(.1);
}

html.w-mod-js [data-ix="float-right-left"] {
  transform: translate(100%);
}

html.w-mod-js [data-ix="footer-hidden-text"] {
  transform: translate(0, 500%);
}

html.w-mod-js [data-ix="float-left-right"] {
  transform: translate(-200%);
}

html.w-mod-js [data-ix="logo-grow"] {
  opacity: 0;
  transform: scale(.75);
}

html.w-mod-js [data-ix="float-up-1"], html.w-mod-js [data-ix="float-up-2"], html.w-mod-js [data-ix="float-up-3"] {
  transform: translate(0, 200px);
}

html.w-mod-js [data-ix="load-upward-float"] {
  transform: translate(0, 250px);
}

html.w-mod-js [data-ix="float-in-on-scroll"] {
  opacity: 0;
  transform: translate(0, 250px);
}

html.w-mod-js [data-ix="element-scrolls-right-left"] {
  transform: translate(0, 300px);
}

html.w-mod-js [data-ix="video-load"] {
  display: none;
}

@media screen and (max-width: 991px) {
  .navlink {
    text-align: center;
  }

  .navlink.contact {
    text-align: center;
    border-color: rgba(0, 0, 0, 0);
  }

  .menu-icon {
    color: #fff;
    font-size: 32px;
  }

  .menu-open {
    background-color: #000;
  }

  .button-menu {
    float: right;
    display: block;
  }

  .button-menu.w--open {
    background-color: #000;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 56px;
    line-height: 64px;
  }

  h5 {
    font-size: 20px;
    line-height: 28px;
  }

  .container-home {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-introduction {
    height: 110px;
    margin-top: -55px;
  }

  .menu-button {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  h3 {
    text-shadow: none;
    font-size: 30px;
    line-height: 40px;
  }

  h5 {
    font-size: 18px;
    line-height: 24px;
  }

  .button.next-button {
    width: 100px;
    height: 100px;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
    bottom: 80px;
  }

  .button.contact-button {
    width: 100px;
    height: 100px;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
    bottom: 80px;
  }

  .left-div {
    transform: translate(-100%);
  }

  .right-div {
    transform: translate(100%);
  }

  .copyright {
    width: 100%;
    margin-left: -50%;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    line-height: 25px;
    left: 50%;
  }

  .video-container {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-link.w--current {
    width: 80%;
    margin-top: 50px;
    margin-left: 10%;
  }

  .intro-text {
    bottom: 250px;
  }

  .terms {
    padding-left: 10px;
    padding-right: 10px;
    bottom: 150px;
  }

  .terms.hidden-text {
    transform: translate(200%);
  }

  .terms-text {
    font-size: 10px;
    line-height: 18px;
    bottom: 80px;
    transform: none;
  }

  .terms-text.hidden-text {
    transform: none;
  }

  .info-div {
    bottom: 350px;
  }

  .tabs-menu {
    padding-left: 15px;
    padding-right: 15px;
  }

  .link-box {
    margin-bottom: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tab {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-text {
    text-align: center;
    line-height: 18px;
  }

  .right-button {
    width: 100px;
    height: 100px;
    padding-top: 25px;
    font-size: 14px;
    bottom: 100px;
  }

  .right-button.page-button {
    padding-top: 50px;
  }

  .left-button {
    width: 100px;
    height: 100px;
    padding-top: 37.5px;
    font-size: 14px;
    bottom: 100px;
  }

  .video-div {
    width: 320px;
    height: 180px;
    position: relative;
  }

  .button-menu {
    float: none;
    text-align: center;
  }

  .main-img {
    margin-top: -50px;
  }

  .home-heading {
    top: 75px;
  }

  .section-home {
    background-repeat: repeat-y;
    background-size: contain;
  }

  .logo {
    width: 80%;
    margin-left: -40%;
    left: 50%;
  }

  .menu-button {
    right: 15px;
  }

  .home-h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .page-title {
    display: none;
  }

  .h1 {
    width: 80%;
    margin-left: -40%;
    position: absolute;
    left: 50%;
  }

  .links-box, .section-video {
    display: none;
  }

  .left-heading {
    font-size: 36px;
    line-height: 42px;
  }

  .license-icon {
    display: inline-block;
  }

  .center-heading {
    margin-top: 60px;
    font-size: 36px;
    line-height: 42px;
  }

  .video-2 {
    display: none;
  }

  .link-blocks {
    float: none;
    text-align: center;
    width: 80%;
    margin-left: -40%;
    position: absolute;
    top: 110px;
    left: 50%;
  }

  .simple-link {
    width: 60px;
  }

  .button-icon {
    width: 150px;
    height: 220px;
    padding-top: 180px;
  }

  .emblems {
    top: 150px;
    bottom: auto;
  }

  .video-mask {
    background-image: url('../images/black-background-leather.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-section {
    text-align: center;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section {
    margin-top: 60px;
  }

  .skilled-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-overlap {
    font-size: 36px;
    line-height: 42px;
  }

  .container-3 {
    margin-top: 175px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .icon-image {
    width: 30px;
  }
}


