input{
    font-size: 24px;
    font-family: "Myriad Pro";
}

button{
    font-size: 24px;
    font-family: "Myriad Pro";
}

#contact-texts{
    text-align: center;
    display: table;
    width: 100%;
    height: 100%;
    font-size: 19px;
    white-space: nowrap;
}

.contact-text-label{
    display: inline-table;
    text-align: center;
    position: relative;
    width: 28%;
    height: 100%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.contact-text{
    position: relative;
    left: 10px;
    font-size: 3vh;
    padding-bottom: 0.5%;
}    

.contact-extra-info-label{
    position: absolute;
    
}

.contact-input-field{
    position: relative;
    left: 2.5%;
    width: 95%;
    padding-bottom: 1%;
}

.contact-input-value{
    width: 100%;
    font-size: 3vh;
}

#contact-message-field{
    position: relative;
    left: 2.5%;
    width: 95%;
    height: 250px;
}

#contact-message-value{
    font-size: 3vh;
    font-family: Coolvetica;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#input-fields{
    position: relative;
    margin-top: 50px;
    background: rgba(230, 230, 230, 0.85);
    width: 75%;
    left: 12.5%;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 5px -5px 12px rgba(0, 0, 0, 0.25);
    margin-bottom: 25px;
}

#button-row{
    height: 10%;
    width: 100%;
    text-align: center;
}

.contact-form-button{
    font-size: 3vh;
    width: 40%;
    height: 100%;
}