@import "responsive.css";
@import "intro.css";
@import "showcase.css";
@import "info.css";
@import "parallax.css";
@import "contact.css";
@import "footer.css";
@import "presskit.css";

@font-face {
    font-family: 'Nunito-Regular';
    src: url("../fonts/Nunito/Nunito-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'Nunito-Bold';
    src: url("../fonts/Nunito/Nunito-Bold.ttf") format("truetype");
}

/* atma-300 - latin */
@font-face {
  font-family: 'Atma_Light';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/Atma/atma-v3-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Atma Light'), local('Atma-Light'),
       url('../fonts/Atma/atma-v3-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Atma/atma-v3-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Atma/atma-v3-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Atma/atma-v3-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Atma/atma-v3-latin-300.svg#Atma') format('svg'); /* Legacy iOS */
}
/* atma-regular - latin */
@font-face {
  font-family: 'Atma_Regular';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Atma/atma-v3-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Atma Regular'), local('Atma-Regular'),
       url('../fonts/Atma/atma-v3-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Atma/atma-v3-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Atma/atma-v3-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Atma/atma-v3-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Atma/atma-v3-latin-regular.svg#Atma') format('svg'); /* Legacy iOS */
}
/* atma-600 - latin */
@font-face {
  font-family: 'Atma_SemiBold';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/Atma/atma-v3-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Atma SemiBold'), local('Atma-SemiBold'),
       url('../fonts/Atma/atma-v3-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Atma/atma-v3-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Atma/atma-v3-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Atma/atma-v3-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Atma/atma-v3-latin-600.svg#Atma') format('svg'); /* Legacy iOS */
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Atma_Regular';
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
}

h1 {
    color: white;
    font-size: 1.2em;
    line-height: 120%;
    text-transform: uppercase;
    font-family: 'Atma_SemiBold';
}

h2 {
    color: #1ac386;
    font-size: 1.2em;
    line-height: 120%;
    text-transform: uppercase;
    font-family: 'Atma_SemiBold';
    text-align: center;
}

h3 {
    color: #1ac386;
    font-size: 0.8em;
    line-height: 120%;
    text-transform: uppercase;
    font-family: 'Atma_Light';
}

h4 {
    font-family: 'Nunito-Regular';
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffff;
}

h5 {
    font-family: 'Nunito-Regular';
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.5;
    color: #231e2d;
    font-weight: 400;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
}

.headline {
    width: 100%;
    position: absolute;
    text-align: center;
}

.copy-text1 {
    width: 100%;
    position: absolute;
    flex-direction: column;
    text-align: center;
    left: 0;
}

.copy-text1, .copy-text2, .copy-text3 p {
    color: white;
    font-size: 1.1em;
    line-height: 130%;
    font-family: 'Atma_Regular';
    margin-top: 0.8em;
    text-align: center;
}

.section {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.section-half {
    width: 100%;
    height: 50vh;
    overflow: hidden;
}

.section-half2 {
    width: 100%;
    height: 50vh;
    overflow: hidden;
}

.section-one-third {
    width: 100%;
    height: 35vh;
    overflow: hidden;
}

.section-double {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.section-footer {
    width: 100%;
    height: auto;
    overflow: hidden;
}
