section{
    margin-top: 18.5%;
    height: 100%;
}

body{
    background-image: url(/img/bg.jpg);
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    color: #FFFFFF;
    margin: 0px 0px 0px 0px;
}

h1{
    margin-top: 20px;
    margin-bottom: 0px;
    font-family: 'Roboto Condensed' , 'Roboto', sans-serif;
    font-size: 35px;
    text-transform: uppercase;
}

a{
    text-decoration: none;
    color: #FFFFFF;
}

p{
    font-family: 'Roboto', sans-serif;
    margin-top: 30px;
    font-family: 'Roboto';
    font-size: 20px;
    line-height: 45px;
}

img {
    width: 100%;
    max-width: 339px;
    height: auto;
}

@media(min-width: 330px){

    h1{
        font-size: 30px;
    }
}


@media(min-width: 500px){
    h1{
        font-size: 47px;
    }
}

@media(min-width: 755px){
    h1{
        font-size: 70.99px;
    }
}

@media(min-width: 978px){
    h1{
        font-size: 91.99px;
    }
}

@media(min-width: 1198px){
    body{
        background-size: inherit;
    }
}