.contactFormCont{
    padding-top: 5vh;
}

.contactForm{

}

.fieldWrapper {
    align-items: center;
}

.fieldLabel{
    font-size: 1.5vw;
    padding: 10px;
}

.field {

    height: auto;

    justify-content: center;
}

.field input {
    width: 30vw;
    font-size: 25px;
    
}

.field textarea {
    width: 40vw;
    height: 350px;
    font-size: 20px;
}

#submitDiv{
    padding: 40px;
}

.submit {
    height: 55px;
    width: 15vw;
}

#contactLanding {

    background-image: url("/static/images/contact_blue_95.jpg"); 
    background-size: 100% 100%;

}

@media (max-width: 800px) {

    .fieldLabel{
        font-size: max(2vh,1.5vw);
        padding: 10px;
    }

    .field input {
        width: max(30vh,30vw);
        max-width: 90%;
        font-size: 22px;
        
    }

    .field textarea {
        width: max(40vh,40vw);
        max-width: 90%;
        height: 350px;
        font-size: 17px;
    }

    .submit {
        height: 55px;
        width: max(20vh,15vw);
    }

    #contactLanding {
        background-size: 300vw 120vh;
        background-repeat:no-repeat;
        /*background-position-x: -280px; */
        background-position-x: -83vw;
        background-position-y: -15vh;
        background-image: url("/static/images/contact_blue_90.jpg"); 

        
        
        
        
    }

    #contactLanding .productHeading{
        margin-top: 35vh;
    }


}