body {
    background-color: #fbfdfd;
}

#header {
    height: 100vh;
    position: relative;
    width: 100%;
}

#header .bg-img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

#header nav {
    bottom: 0px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}

#contact-section {
    padding-bottom: 5rem;
    padding-top: 4rem;
}

.contact-title {
    color: #417A74;
    font-size: 3rem;
}

.contact-content {
    margin-top: 4.5rem;
}

.contact-box {
    background-color: #d2dfde;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 30rem;
    padding-bottom: 5.5rem;
    padding-left: 3.5rem;
    padding-top: 1rem;
}

.contact-office {
    color: #417A74;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 3.5rem;
}

.contact-info {
    margin-bottom: 1.75rem;
}

.contact-info img {
    margin-right: 2.25rem;
}

#contact-section input {
    border-radius: 0.5rem;
    height: 4rem;
    padding: 1.5rem 2.75rem;
}

#contact-section textarea {
    border-radius: 0.5rem;
    height: 12rem;
    padding: 1.5rem 2.75rem;
}

#map-section {
    width: 100%;
}