﻿@font-face {
    font-family: 'avenir-medium';
    src: url('../../fonts/Avenir-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avenir-black-oblique';
    src: url('../../fonts/AvenirLTStd-BlackOblique.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avenir-black';
    src: url('../../fonts/Avenir-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.headLine {
    background: #2BA9E0 none repeat scroll 0 0;
    padding: 8px 0px 8px;
    color: white;
    font-size: 13px;
    font-weight: bold;
    font-family: avenir-black;
    width: 100%;
}

.headLineText {
    padding-left: 10px;
}

.logoHeadLine {
    background-color: #121111;
    padding: 13px 0;
    position: relative;
    color: #2BA9E0;
    text-align: center;
    letter-spacing: -3px;
    width: 100%;
}

.headerLogo {
    height: 60px;
    width: auto;
}

html {
    height: 100%;
}

body {
    margin: 0;
    background: white;
    background-size: cover;
    width: 100%;
    height: 100%;
    color: #2BA9E0;
}

section {
    height: 75%;
}

h1 {
    font-family: avenir-black-oblique;
    font-size: 42px;
}

.title {
    display: inline-block;
}

.mainContainer {
    max-width: 1000px;
    width: 87%;
    margin: 0px auto;
    text-align: center;
    font-size: 18px;
    font-family: avenir-medium;
    height: 100%;
}

.textContainer {
    height: 84%;
    max-height: 720px;
    overflow: hidden;
    margin-top: 70px;
}

.nicescroll-rails {
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 1px;
}

#closeWindow {
    display: inline-block;
    margin-top: 52px;
    font-family: avenir-black;
    text-decoration: none;
    float: right;
    color: #2BA9E0;
}
@media screen and (max-width: 550px) {
    .title {
        display: block;
    }
    #closeWindow {
        margin-top: 0px;
        display: block;
    }
}

@media screen and (max-width: 350px){
    h1 {
        font-size: 20px;
    }

    .title{
        display: inline-block;
    }

    #closeWindow{
        margin-top: 18px;
        display: inline-block;
    }

    .textContainer {
        margin-top: 25px;
    }
}