#contact{
    height: 100vh;
    min-height: 1000px;
}

#contact>.container {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    
}
#contact .container-tiny{
    max-width: 400px;
    min-width: 400px;
}

#contact h2 {
    font-family: "Bodoni Moda";
    font-weight: 100;
    font-size: min(7vw,64pt);
    letter-spacing: 10pt;
    line-height: 160%;
    color: #7b7b7b;
    margin-bottom: 20px;
    text-align: center;

}

#contact .email{
    font-family: "Droid Sans";
    color: #7b7b7bbe;
    font-size: min(3vw,14pt);
    letter-spacing: 4px;
    text-align: center;
}

#contact .email:hover{
    font-family: "Droid Sans";
    color: #7b7b7b;
    text-decoration: underline;

    letter-spacing: 4px;
}


label, input, textarea {
    color: #7b7b7b;
    max-width: 100%;
    min-width: 100%;
    padding: 12px 20px;
    font-size: 14pt;
    margin-top: 50px;
}

input{
    
    background-color: transparent;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #7b7b7bbe;
}

textarea{
    border-radius: 10px;
    border-color: #7b7b7bbe;
    font-family: 'Droid Sans';
}
