#titleBar {
    width: 100%;
    aspect-ratio: 1280/330;
    background-image: url('../img/contact_abount_banner.png');
    background-size: cover;
    background-position: center;
    margin: 0;
    padding-top: 12%;
}

#section1 {
    width: 80%;
    margin: 60px auto;
}

.mapWrapper {
    width: 80%;
    height: 500px;
    overflow: hidden;
    margin: 5rem auto;
}

.mapWrapper iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
    display: block;
    border: none;
}

.infoIcon {
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    color: #61B4DC;
}

.infoText {
    color: black;
    font-weight: bold;
}

.infoSubText {
    color: #AAAAAA;
    font-weight: bold;
    font-size: 14px;
}

.form-label {
    color: black;
    font-weight: bold;
}

.submitBtn {
    background-color: #61B4DC;
    margin-top: 2rem;
    width: 130px;
    border: none;
    color: white;
}

footer {
    background-color: #000410;
    padding: 80px;
    text-align: center;
}

/* RWD Navbar Dropdown Fix */
@media screen and (max-width: 1023px) {
  #titleBar {
    padding-top: 8%;
  }
}