.topnav {
    background-color: #f5f3ed;
}

.topnav-float a {
    color: #111111;
}

.contact-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.contactHeader {
    padding: 14vw 0 45vw 5%;
    width: 50%;
}

.contactHeader h1 {
    font-family: "Overused Grotesk", sans-serif;
    margin-bottom: 2vw;
}

.contactHeader h2 {
    font-size: 2vw;
    font-weight: 300;
    width: 80%;
    margin: 0;
}

/* ----------------------Email Submission---------------------- */
.contact-left {
    width: 45%;
    height: 50vw;
    background-color: #fff;
    border-radius: 2.8vw;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);

    margin: 12vw 5% 0 0;
    padding: 3vw;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.contact-left h2 {
    font-family: "Overused Grotesk", sans-serif;
    font-size: 2.1vw;
    font-weight: 500;
    margin: 0 0 2vw 0;
}

.contact-inputs {
    width: 100%;
    border-radius: 1.1vw;
    border: solid 0.1vw #d6d3d1;
    padding: 1vw;
    font-weight: 500;
    margin-bottom: 1.3vw;
    font-size: 1.05vw;
}

.contact-left textarea {
    height: 70%;
    font-size: 1.05vw;
}

.contact-inputs:focus {
    border: 0.2vw solid #2031f5;
    font-size: 1.05vw;
}

.contact-inputs::placeholder {
    color: #888;
    font-size: 1.05vw;
}

.contact-left button {
    display: flex;
    align-items: center;
    margin-top: 2vw;

    border: none;
    border-radius: 1.1vw;
    padding: 1vw 1.5vw;
    background-color: #2031f5;
    font-size: 1.2vw;
    font-weight: 500;
    color: #fff;
}
