


.contactform form input[type="submit"] {
    width: 100%;
    padding: 15px;
    margin-top: 20px;
    background-color: red;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
}
.contactform form input[type="submit"]:hover {
    -webkit-appearance: none;
    background-color: firebrick;
}

.contact_number
{
    text-align:center;
    font-size:4vh;
    vertical-align: middle;
}

.contact_calc
{
    text-align:center;
    font-size:2vh;
    vertical-align: middle;
}

.contact_numberbutton
{
    cursor:pointer;
    height:100%;
    border-radius:1vh;
    background-color:red;
    color:white;
    width:8%;
    margin-right:1%;
    margin-left:1%;
}

.contact_thankyou
{
    width:100%;
    height:6vh;
    color:red;
}

.contact_text_selection
{
    width:80%;
    height:30vh;
}

.contact_user_selection
{
    width:80%;
    height:11vh;
    font-size: 3.5vh;
}
.contact_user_selection_title
{
    width:80%;
    height:calc(6vh+5vw);
}
.contact_buttons
{
    width:80%;
    height:8vh;
}

.contact_label
{
    margin-left:1%;
    margin-right:1%;
}

@media (min-aspect-ratio: 4/3) {
    .contact_input
    {
        width:100%;
        height:8vh;
        font-size: 3.5vh;
    }
    textarea {
       font-family: inherit;
       font-size: 3.5vh;
    }

}

@media (max-aspect-ratio: 4/3) {
    .contact_input
    {
        width:100%;
        height:8vh;
        font-size: 2.7vh;
    }
    textarea {
       font-family: inherit;
       font-size: 2.7vh;
    }

}

