@font-face {
  font-family: 'geomanist';
  src: url("../fonts/geomanist-medium-webfont.eot");
  src: url("../fonts/geomanist-medium-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/geomanist-medium-webfont.woff2") format("woff2"), url("../fonts/geomanist-medium-webfont.woff") format("woff"), url("../fonts/geomanist-medium-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: bold;
}

@font-face {
  font-family: 'geomanist';
  src: url("../fonts/geomanist-regular-webfont.eot");
  src: url("../fonts/geomanist-regular-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/geomanist-regular-webfont.woff2") format("woff2"), url("../fonts/geomanist-regular-webfont.woff") format("woff"), url("../fonts/geomanist-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html, body, span, h1, h2, h3, h4, h5, h6, p, a, ul, li, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'geomanist', sans-serif;
  font-weight: normal;
  color: white;
}

div {
	margin: 0;  
  border: 0;
  font-family: 'geomanist', sans-serif;
  font-weight: normal;
  color: white;
  padding-top: 30px;
}

html, body {
  background-color: #1B2330;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .container {
    margin: 0 100px;
  }
}

@media screen and (max-width: 700px) {
  .container {
    margin: 0 26px;
  }
}

#media-kit #header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 1000px) {
  #media-kit #header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#media-kit #header #text {
  max-width: 600px;
}

#media-kit #header #buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
}

@media screen and (max-width: 1000px) {
  #media-kit #header #buttons {
    margin-top: 16px;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

#media-kit #header #buttons a {
  padding: 20px 40px;
  border-radius: 10px;
  background-color: white;
  color: black;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  #media-kit #header #buttons a {
    padding: 20px 26px;
  }
}

#media-kit #header #buttons a:first-child {
  padding: 20px 30px;
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
}

@media screen and (max-width: 1000px) {
  #media-kit #header #buttons a:first-child {
    margin-left: 10px;
  }
}

#media-kit #header #buttons a:hover {
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}

#media-kit img {
  width: 100%;
  margin-top: 30px;
}

h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 20px;
}

p {
  font-size: 16px;
}

a, input {
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

a:hover {
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}

input[type='submit']:hover, input[type='button']:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

#hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  #hero {
    text-align: center;
  }
}

@media screen and (max-width: 700px) {
  #hero {
    text-align: left;
    margin: 40px auto 50px auto;
  }
}

#hero #main-image {
  height: 700px;
  width: initial;
  margin-right: 80px;
}

@media screen and (max-width: 1000px) {
  #hero #main-image {
    height: 600px;
    margin-right: 0;
  }
}

@media screen and (max-width: 700px) {
  #hero #main-image {
    height: 400px;
  }
}

#hero #logo {
  height: 56px;
  margin-bottom: 30px;
}

#hero #text {
  width: 410px;
}

@media screen and (max-width: 1000px) {
  #hero #text {
    margin-top: 40px;
  }
}

#hero #buttons {
  margin-top: 50px;
  width: 286px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1000px) {
  #hero #buttons {
    margin: 50px auto 0 auto;
  }
}

@media screen and (max-width: 700px) {
  #hero #buttons {
    margin: 40px 0 30px 0;
  }
}

#hero #buttons #download {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
}

#hero #buttons #download img {
  margin-bottom: 10px;
  
}

#hero #buttons #play-video {
  height: 54px;
  width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  cursor: pointer;
}

#hero #buttons #play-video img {
  margin-right: 10px;
  opacity: 0.8;
}

#hero #buttons #play-video:after {
  content: 'Video';
}

#hero #buttons #play-video:hover:after {
  content: "1 min";
}

#awards div {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 492px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1000px) {
  #awards div {
    width: 100%;
    margin-bottom: 10px;
  }
}

.separator {
  border-top: 2px solid white;
  width: 60px;
  height: 1px;
  display: block;
  opacity: 0.3;
  margin: 70px auto;
}

@media screen and (max-width: 700px) {
  .separator {
    margin: 40px auto 50px auto;
  }
}

#smaller-margin {
  margin: 40px auto;
}

.scroll-disabled {
  overflow: hidden;
}

@-webkit-keyframes modal {
  from {
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
  }
}

@keyframes modal {
  from {
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
  }
}
/*# sourceMappingURL=main.css.map */