/* ------------------- ContactPage ----------------- */
#contact__header__section {
    height: 3vh;
}

.contact__section {
    padding: 4%;
}

.contact__section .row .white {
    color: #FFAF00;
    font-size: 400%;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact__section .row p {
    font-size: 340%;
    font-weight: 700;
    color: #FFAF00;
}

.contact__section .row .mail {
    text-decoration: underline;
    font-size: 300%;
    font-weight: 700;
    margin-top: 20px;
    color: #ffffff;
}

.contact__section .row .cell {
    font-size: 300%;
    font-weight: 700;
    color: #ffffff;
}
/* --------------------------------------------- */
