/** Main CSS **/

body {
    font-family: 'Dia Regular';
    color: #0000FF;
    font-size: 30px;
}

a, a:hover, a:focus, a:active {
    color: #0000FF;
}

p {
    margin: 0;
}

strong {
    font-weight: normal;
    font-family: 'Dia Bold';
}

.no-padding {
    padding: 0;
}

.container {
    width: 100%;
    max-width: 1515px;
}

header {
    margin: 100px 0 200px 0;
}

    header h1 {
        position: relative;
        font-family: 'Dia Bold';
        font-size: 30px;        
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    header .slideLeft {
        display: inline-block;
        width: 0px;
        height: 3px;
        background-color: #FE2A2A;
        position: relative;
        top: -7px;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

        header .slideLeft.activate {
            width: 40px;
            margin-right: 15px;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

.banner p {
    max-width: 1365px;
    font-family: 'Noe Display Bold';
    font-size: 170px;
    line-height: 185px;
}

.banner img {
    width: 277px;
    position: relative;
    top: -47px;
    margin: 0 0 -60px 0;
}

.content {
    margin: 280px 0 190px 0;
}

    .content p {
        max-width: 1000px;
        font-size: 42px;
        line-height: 55px;
    }

.info-section {
    max-width: 440px;
    line-height: 40px;
}

.address {
    margin-top: 50px;
}

    .address strong {
        color: #FE2A2A;
    }

.sneak-peak {
    border: 1px solid #0000FF;
    padding: 40px;
    margin-bottom: 60px;
}

    .sneak-peak img {
        width: 100%;
        max-width: 100%;
    }

    .sneak-peak p {
        margin-bottom: 30px;
        font-size: 26px;
    }

.social p {
    margin: 150px 0;
}

.social a {
    text-decoration: underline;
}

.footer {
    background-color:#0000FF;
    height:150px;
    padding:50px 0;
    color:white;
}
.footer a{
    color:white;
    text-decoration:underline;
}

@media only screen and (max-width : 1600px) {

    .container {
        padding: 0 60px;
    }

    .no-padding {
        padding: 0 15px;
    }
}

@media only screen and (max-width : 1400px) {

    .banner p {
        font-size: 145px;
        line-height: 170px;
    }
}

@media only screen and (max-width : 1300px) {

    body {
        font-size: 22px;
    }

    header {
        margin: 50px 0 100px 0;
    }

        header h1 {
            font-size: 25px;
        }

    .banner p {
        max-width: 885px;
        font-size: 100px;
        line-height: 120px;
    }

    .banner img {
        width: 183px;
        position: relative;
        /*top: -60px;
        margin: 0 30px -60px 30px;*/
    }

    .content {
        margin: 140px 0 85px 0;
    }

        .content p {
            max-width: 700px;
            font-size: 29px;
            line-height: 35px;
        }

    .info-section {
        max-width: 360px;
        line-height: 32px;
    }
}

@media only screen and (max-width : 991px) {
    .banner p {
        font-size: 92px;
    }

    .container {
        padding: 0 25px;
    }

    footer .row {
        flex-direction: column-reverse;
    }

    .col-md-6 {
        max-width: 100%;
    }
}

@media only screen and (max-width : 767px) {
    body {
        font-size: 20px;
    }

    header {
        margin: 40px 0 70px 0;
    }

        header h1 {
            font-size: 19px;
        }
        header .slideLeft {
            top:-4px;
        }

    .banner p {
        max-width: 290px;
        font-size: 50px;
        line-height: 55px;
    }

    .banner img {
        width: 77px;
        top: -15px;
        margin: 0 0 -20px 0;
    }

    .content {
        margin: 90px 0 60px 0;
    }

        .content p {
            max-width: 305px;
            font-size: 20px;
            line-height: 25px;
        }

    .info-section {
        max-width: 300px;
        line-height: 25px;
    }

    .sneak-peak {
        padding: 20px;
    }

        .sneak-peak p {
            margin-bottom: 10px;
            font-size: 20px;
        }

    .address {
        margin-top: 30px;
    }

    .social p {
        margin: 100px 0 60px 0;
    }
}
