body {
    margin: 0;
}

section {
    padding: 100px 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Libre Baskerville", serif;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 12px;
}

p,
a,
ul,
ol,
table {
    font-family: "Nunito", sans-serif;
}

p {
    font-size: 20px;
    line-height: 30px;
}

#header {
    padding: 30px 100px;
}

#header nav a {
    color: rgb(42, 45, 47);
    text-decoration: none;
    padding: 0 25px;
}

#header nav a:hover {
    color: rgb(141, 197, 235);
}

.contact-us-banner {
    background-image: url("images/contact-us-banner.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: 100% 40%;
    padding: 0;
}

.contact-us-banner .contact-us-banner-text-overlay {
    padding: 100px 0;
    text-align: center;
    color: aliceblue;
    background-color: rgba(45, 39, 9, 0.558);
    margin: 0;
}

.contact-us-banner p {
    margin-bottom: 55px;
    font-size: 25px;
    font-style: italic;
}

.form-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 50px 50px;
}

form {
    width: 800px;
}

label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    font-family: "Nunito", sans-serif;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 10px;
    font-family: "Nunito", sans-serif;
    box-sizing: border-box;
    margin-bottom: 20px;
    border: 1px solid rgb(172, 157, 74);
    border-radius: 6px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
    border: 2px solid rgb(174, 124, 53);
    outline: none;
}

input[type="submit"] {
    background-color: rgb(172, 157, 74);
    padding: 15px 25px;
    color: aliceblue;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-family: "Nunito", sans-serif;
    width: 100%;
    font-size: 20px;
}

input[type="submit"]:hover {
    background-color: rgb(120, 106, 35);
}

form p {
    font-weight: 600;
}

.visit-us-section {
    background-color: rgba(237, 229, 171, 0.173);
}

tr,
td {
    display: block;
    width: 100%;
    color: rgb(96, 86, 40);
}

.visit-us-flex-container {
    display: flex;
    gap: 90px;
}

.visit-us-flex-container img {
    width: 100%;
    object-fit: cover;
    height: 500px;
    object-position: 100% 50%;
}

.visit-us-text-flex-item {
    width: 40%
}

.visit-us-image-flex-item {
    width: 60%;
}

.visit-us-section h2 {
    text-decoration: underline rgb(207, 187, 86) 5px;
    color: rgb(42, 45, 47);
    margin: 0;
    padding-top: 20px;
}

.hours {
    font-weight: 800;
}

.visit-us-section p {
    font-weight: 700;
    margin: 0;
    padding-top: 25px;
}

.contact-details {
    padding: 40px 0;
}

.map-preview {
    padding: 0;
}

.back-to-top-button {
    position: fixed;
    bottom: 5%;
    left: 95%;
    box-shadow: 2px 2px 4px rgba(68, 60, 20, 0.532);

}

.back-to-top-button img {
    width: 50px;
}

#footer {
    padding: 50px 100px;
}

.footer-flex-container {
    display: flex;
    gap: 60px;
}

.footer-flex-item {
    width: 25%;
}

.footer-flex-item img {
    width: 25%;
    height: 80px;
}

.footer-flex-item p {
    color: rgb(42, 45, 47);
    font-size: 18px;
    font-style: italic;
}

.footer-flex-item h5,
.footer-flex-item a {
    color: rgb(42, 45, 47);
}

.footer-flex-item ul {
    list-style-type: none;
    padding-left: 0;
}

.footer-flex-item a {
    display: block;
    text-decoration: none;
}

.footer-flex-item a:hover {
    color: rgb(141, 197, 235);
}

.small-footer-flex-container {
    display: flex;
    gap: 850px;
}

.small-footer-flex-item img {
    height: 60px;
}