@font-face {
    font-family: Lato;
    src: url('/fonts/Lato-Black.eot'); /* IE9 Compat Modes */
    src: url('/fonts/Lato-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/Lato-Black.woff2') format('woff2'), /* Modern Browsers */
    url('/fonts/Lato-Black.woff') format('woff'), /* Modern Browsers */
    url('/fonts/Lato-Black.ttf') format('truetype');
    font-weight: 900;
}

@font-face {
    font-family: 'Lato';
    src: url('/fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
    url('/fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
    url('/fonts/Lato-Regular.ttf') format('truetype');
    font-weight: 400;
}

body {
    background: url(images/intro_bg_2.jpg) 50% no-repeat;
    background-size: cover;
    min-height: 100vh;
}

a {
    color: #f15822;
}

p {
    color: #868686;
    font-size: 18px;
    font-family: Lato;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media screen and (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

header {
    padding: 40px;
    font-family: Lato;
    font-size: 20px;
}

header p {
    display: inline-block;
    color: #868686;
    margin: 0px;
}

header a {
    display: inline-block;
    float: right;
}

header img{
    display: block;
    max-width: 230px;
}

.center {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.center img {
    width: 100px;
}

.center h1 {
    font-weight: 900;
    font-size: 65px;
    font-family: Lato;
    color: white;
    margin-top: 25px;
    margin-bottom: 0px;
}
.bottom {
    margin-top: 90px;
    font-family: 'Lato', sans-serif;
    color: white;
}

.bottom h2 {
    font-family: Lato;
    color: white;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
}

.bottom ul {
    list-style: none;
    list-style-image: none;
    padding-left: 0px;
}

.bottom li {
    color: #868686;
    line-height: 26px;
    font-size: 18px;
}

.bottom li a{
    text-decoration: none;
}

.bottom li a:hover{
    text-decoration: underline;
}

footer {
    bottom: 10px;
    position: absolute;
}

.footer_m {
    display: none;
}

footer p{
    color: #757575;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

footer a {
    color: #beccd5;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
}

@media screen and (max-width: 1360px) {
    p {
        font-size: 16px;
    }

    .center {
        padding-top: 20px;
        text-align: center;
        position: relative;
        transform: none;
        left: 0%;
        top: 0%;
    }

    .center h1 {
        font-size: 45px;
    }

    bottom h2 {
        font-size: 20px;
    }

    .bottom li {
        font-size: 16px;
    }

    .footer_m {
        position: relative;
        margin-bottom: 10px;
        margin-top: 40px;
        width: 100%;
        margin-left: 0px;
        left: 0%;
        display: block;
    }

    footer {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    header {
        text-align: center;
    }

    header p {
        display: block;
        padding-bottom: 15px;
    }

    header a {
        display: inline-block;
        float: none;
    }

    header a.logo {
        display: block;
        float: none;
    }

    header img {
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {

    header p {
        font-size: 14px;
    }

    header img {
        max-width: 100%;
    }
}