.contact-banner {
    background-color: black;
    background-image: url(/images/earth-connections.jpg);  
    background-position-x: center;
    margin-bottom: 3%;
}
/* form {
    width: 500px;
}
input, textarea{
    padding: 0.3em .5em;
    font-family: "Roboto";
    font-weight: 200;
    margin: 10px 0;
}
input[type=submit] {
    background-color: rgb(17, 68, 116);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
} */
#contact-text {
    width: 450px;
    max-width: 100%;
    width: 600px;
}
iframe {
    max-width: 90%;
    width: 600px; 
    height: 380px;
}
address {
    line-height: 1.75em;
    margin: 15px;
    font-family: "Roboto";
    font-weight: 200;
    letter-spacing: 0.05em;
}
.contact-box {
    max-width: 100%;
    width: 295px;
    padding-left: 25px;
    border-left: 2px solid var(--side-border);
    border-image: linear-gradient(to bottom, transparent 10%, var(--side-border) 10% 90%, transparent 90%) 1 100%;
}
.contact-box > h3 {
    margin-top: 18px;
    margin-bottom: 0;
}
#contact > section > div.horizontal-flex {
    margin-top: 5%;
    margin-bottom: 5%;
}
#contact > footer {
    margin-top: 40px;
}