/* lato-regular - latin_latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('Fonts/Lato/lato-v14-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
    src: local('Lato Regular'), local('Lato-Regular'),
    url('Fonts/Lato/lato-v14-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('Fonts/Lato/lato-v14-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('Fonts/Lato/lato-v14-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
    url('Fonts/Lato/lato-v14-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('Fonts/Lato/lato-v14-latin_latin-ext-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-italic - latin_latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: url('Fonts/Lato/lato-v14-latin_latin-ext-italic.eot'); /* IE9 Compat Modes */
    src: local('Lato Italic'), local('Lato-Italic'),
    url('Fonts/Lato/lato-v14-latin_latin-ext-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('Fonts/Lato/lato-v14-latin_latin-ext-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('Fonts/Lato/lato-v14-latin_latin-ext-italic.woff') format('woff'), /* Modern Browsers */
    url('Fonts/Lato/lato-v14-latin_latin-ext-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('Fonts/Lato/lato-v14-latin_latin-ext-italic.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700 - latin_latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('Fonts/Lato/lato-v14-latin_latin-ext-700.eot'); /* IE9 Compat Modes */
    src: local('Lato Bold'), local('Lato-Bold'),
    url('Fonts/Lato/lato-v14-latin_latin-ext-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('Fonts/Lato/lato-v14-latin_latin-ext-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('Fonts/Lato/lato-v14-latin_latin-ext-700.woff') format('woff'), /* Modern Browsers */
    url('Fonts/Lato/lato-v14-latin_latin-ext-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('Fonts/Lato/lato-v14-latin_latin-ext-700.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700italic - latin_latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    src: url('Fonts/Lato/lato-v14-latin_latin-ext-700italic.eot'); /* IE9 Compat Modes */
    src: local('Lato Bold Italic'), local('Lato-BoldItalic'),
    url('Fonts/Lato/lato-v14-latin_latin-ext-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('Fonts/Lato/lato-v14-latin_latin-ext-700italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('Fonts/Lato/lato-v14-latin_latin-ext-700italic.woff') format('woff'), /* Modern Browsers */
    url('Fonts/Lato/lato-v14-latin_latin-ext-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('Fonts/Lato/lato-v14-latin_latin-ext-700italic.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-900 - latin_latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('Fonts/Lato/lato-v14-latin_latin-ext-900.eot'); /* IE9 Compat Modes */
    src: local('Lato Black'), local('Lato-Black'),
    url('Fonts/Lato/lato-v14-latin_latin-ext-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('Fonts/Lato/lato-v14-latin_latin-ext-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('Fonts/Lato/lato-v14-latin_latin-ext-900.woff') format('woff'), /* Modern Browsers */
    url('Fonts/Lato/lato-v14-latin_latin-ext-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('Fonts/Lato/lato-v14-latin_latin-ext-900.svg#Lato') format('svg'); /* Legacy iOS */
}

*, *:before, *:after {
    box-sizing: border-box;
}

body {
    margin: 0;
    width: 100%;
    font-family: 'Open Sans', "Lato", Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    font-style: normal;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.sep {
    border: 0;
    width: 3em;
    height: 1px;
    margin: 1em 0;
    background-color: rgba(255, 255, 255, 0.4);
}

.mast {
    position: relative;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto;
    color: #a7a0a2;
    background-color: #111;
    padding: 0;
}
.mast:after {
    z-index: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
}
.mast > header {
    z-index: 2;
    position: relative;
}
.mast__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: 50%;
}
.mast {
    text-align: center;
    color: #333333;
}
.mast__title {
    font-family: 'Open Sans', "Lato", Arial, sans-serif;
    font-size: 1.8em;
    font-weight: 400;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}
.mast__title span {
    -webkit-animation: letter-glow 0.7s 0s ease both;
    animation: letter-glow 0.7s 0s ease both;
}
.mast__text {
    font-family: 'Open Sans', "Lato", Arial, sans-serif;
    font-size: 1.3em;
    margin: 0 0 0.5em;
    line-height: 1.5;
    white-space: pre-wrap;
}
.mast__text span {
    -webkit-animation: letter-glow 0.7s 0s ease both;
    animation: letter-glow 0.7s 0s ease both;
}
.fastAnimation .mast__text span {
    -webkit-animation: letter-glow 0.1s 0s ease both;
    animation: letter-glow 0.1s 0s ease both;
}

@-webkit-keyframes letter-glow {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.1);
    }
    66% {
        opacity: 1;
        text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);
    }
    77% {
        opacity: 1;
    }
    100% {
        opacity: 0.7;
        text-shadow: 0px 0px 20px rgba(255, 255, 255, 0);
    }
}

@keyframes letter-glow {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.1);
    }
    66% {
        opacity: 1;
        text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);
    }
    77% {
        opacity: 1;
    }
    100% {
        opacity: 0.7;
        text-shadow: 0px 0px 20px rgba(255, 255, 255, 0);
    }
}
