
/* MEDIA QUERIES */

@media screen and (max-width: 1280px){
    #header, #center, #center2{
        background-size: cover;
        background-position: center;
    }

    .center_column_form input{
        width: 80%;
    }

    .center_column_form input[type="submit"]{
        width: 84%;
    }
}

@media screen and (max-width: 720px){
    .center_column, .center_column_form{
        width: 90%;
        margin-left: 5%;
    }
}

@media screen and (max-width: 600px){

    .center_column_form input{
        width: 96%;
        height: 50px;

    }

    .center_column_form input[type="submit"]{
        width: 100%;
        margin-bottom: 50px;
    }

    .center_column_form input[name="name"]{
        margin-bottom: 25px;
    }

    .center_column_form input[name="email"]{
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 1024px){
    .center_column_form p img{
        width: 88%;
    }
}

@media screen and (max-width: 320px){

    .center_column, .center_column_form{
        width: 80%;
        margin: 0 auto;
    }

    .center_column_form p img{
        width: 100%;
    }

    .center_column_form form{
        width: 95%;
    }
}
