body {
    font-family: Helvetica, Calibri, sans-serif;
    background-color: #b4747470;
    margin: 0;
}

.wrapper {
    width: 1100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #dcb4b0;
    padding: 10px 40px 10px 40px;
}

.flex-container {
    display: flex;
    justify-content: space-between;
}

nav {
    display: flex;
    justify-content: space-between;
    background-color: #682721;
    height: 200px;
}

.right-nav a {
    width: 5%;
    text-align: center;
    text-decoration: none;
    color: #4d1d18;
    background-color: #9c706d;
    font-size: 24px;
    padding: 10px;
    margin-left: 8px;
    margin-right: 8px;
    border-radius: 10px;
    transition: 300ms;
}

.right-nav > a:hover {
    color: #555;
    background-color: #f0dad8ca;
    font-weight: bold;
}

.right-nav {
    padding: 85px 100px 30px 100px;
}

h1 {
    color: #87423c;
    font-size: 36px;
    text-align: center;
}

h2 {
    color: #4d1d18;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
}

h3 {
    color: #4d1d18;
    margin-top: 5px;
    margin-bottom: 5px;
}

p {
    line-height: 150%;
    margin-top: 10px;
    margin-bottom: 10px;
}

div > p {
    max-width: 500px;
}

.image-wrapper {
    display: flex;
    justify-content: space-evenly;
}

.image-wrapper > img {
    border: solid #682721 3px;
    max-width: 400px;
    max-height: 375px;
}

.map-embed > a {
    border: solid #682721 3px;
}

form .required:after {
    content:'*';
    color:red;
}

.testimonials img {
    margin-left: 50px;
    margin-right: 50px;
}

ul {
    margin-top: 0px;
    line-height: 150%;
}

.book-now-link {
    font-size: 50px;
    text-align: center;
    font-weight: bold;
    margin: 20px;
}

.book-now-link a {
    background-color: #682721;
    color: white;
    padding: 15px;
    border-radius: 10px;
    text-decoration: none;
    transition: 300ms;
}

.book-now-link a:hover {
    background-color: #97382f;
    font-weight: bold;
}

.flex-container-seasonal-pricing {
    display: flex;
    justify-content: space-around;
}

.flex-container-seasonal-pricing div {
    margin: 10px;
}

.highlights-row {
    margin-bottom: 30px;
}

#contact-text-box {
    max-width: 500px;
    max-height: 190px;
    min-width: 250px;
    min-height: 80px;
}

.getting-there a {
    text-decoration: none;
    color: #4d1d18;
}

footer a {
    text-decoration: none;
    margin: 0px 5px 0px 5px;
}

.main-nav {
padding: 10px 20px 10px 20px;
}