body {
    background-image: url("../images/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    color: black;
    font-family: 'Open Sans', arial, sans-serif;
    
}

.clearfix {
    clear: both;
}

.logo-container {
    position: relative;
    margin-top: 6%;
    background-color: black;
    font-family: 'CM PRADAESQUE Regular', arial, sans-serif;
    color: white;
    text-align: center;
    font-size: 4em;
}

.container {
    margin-top: 40px;
    font-family: 'CM PRADAESQUE Regular', arial, sans-serif;
}

.container h2 {
    font-size: 3.25em;
}


.container h1 {
    font-size: 4.5em;
}

.email-form {
    position: relative;
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}


.email-form input {
    font-family: 'Open Sans', arial, sans-serif;
}


.footer {
    position: absolute;
    bottom: 0px;
    height: 50px;
    padding-top: 15px;
    background-color: black;
    width: 100%;
    color: white;
    text-align: center;
}

@media (max-width: 768px) {
    
    body {
        background-size: auto;
    }
    
    .email-form {
        width: 90%;
    }
    
    .email-form .btn {
        width: 100%;
        margin-top: 20px;
    }
    
    .container h2 {
        font-size: 2.5em;
    }


    .container h1 {
        font-size: 4em;
    }
    
}

@media (max-width: 320px) {
    
    .logo-container {
        font-size: 3.5em;
    }
    
    .container h2 {
        font-size: 2em;
    }


    .container h1 {
        font-size: 3.5em;
    }
    
    .email-form, .container {
        margin-top: 25px;
    }
}