body {
    height: 100%;
    font-family: Lato, sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}

h1 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: "Libre Baskerville", sans-serif;
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
}

h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #507d83;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

p {
    margin-bottom: 15px;
    white-space: normal;
}

.main-wrapper {
    display: flex;
}

.navigation-wrapper {
    width: 300px;
    padding: 60px 35px;
    flex: 0 0 auto;
    background-color: #507d83;
}

.main-content-wrapper {
    flex: 1;
}

.main-content-wrapper a {
    color: #507d83;
    font-weight: 400;
    text-decoration: none;
}

.main-content-wrapper a:hover {
    text-decoration: underline;
}

.navigation-logo-wrapper {
    display: block;
    margin-bottom: 60px;
}

.footer-wrapper {
    padding: 60px 20px;
    background-color: #2b4346;
    text-align: right;
}

.navigation {
    position: relative;
    z-index: 2;
    margin-bottom: 0px;
    padding-left: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.navigation-item {
    position: relative;
    display: flex;
    margin-top: 35px;
    margin-bottom: 35px;
    align-items: center;
    list-style-type: none;
}

.navigation-bullet {
    width: 15px;
    height: 15px;
    margin-right: 15px;
    flex: 0 0 auto;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 50%;
    background-color: #507d83;
}

.navigation-item.active > .navigation-bullet {
    background-color: #ffffff;
}

.navigation-menu-wrapper {
    position: relative;
}

.navigation-transition-line {
    position: absolute;
    left: 6.5px;
    top: 10px;
    right: auto;
    bottom: 10px;
    z-index: 1;
    width: 2px;
    background-color: #fff;
}

.main-content-featured-image-wrapper {
    position: relative;
    display: flex;
    height: 350px;
    padding-right: 80px;
    padding-bottom: 70px;
    justify-content: flex-end;
    align-items: flex-end;
    background-image: url(/images/15.-StAndrews-Old-Course.jpg?1c545bfa5ff712205f5bc6660867bbda);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.featured-image-description {
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-style: italic;
    font-weight: 300;
}

.content-container {
    padding: 65px 80px;
    font-size: 18px;
    line-height: 25px;
}

.content-container.day {
    background-color: rgba(80, 125, 131, 0.1);
}

.content-container.day:nth-child(even),
.content-container.day.even {
    background-color: rgba(80, 125, 131, 0.2);
}

.content-container.half {
    padding-right: 50%;
}

.heading {
    color: #507d83;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.focal-p {
    font-size: 18px;
    line-height: 24px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.navigation-link {
    color: #fff;
    text-decoration: none;
}

.navigation-link:hover {
    text-decoration: underline;
}

.content-title {
    margin-bottom: 5px;
    color: #2b4346;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.content-title.alt {
    color: #507d83;
}

.content-text-wrapper {
    font-style: italic;
}

.content-text-wrapper.pre-line {
    white-space: pre-line;
}

.content-text-wrapper > p {
    white-space: pre-wrap;
}

.content-text-wrapper.normal-white-space > p {
    white-space: normal;
}

.holding-page {
    display: flex;
    overflow: auto;
    width: 100%;
    height: 100%;
    text-align: center;
}

.holding-wrapper {
    display: flex;
    overflow: auto;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
}

.holding-inner-wrapper {
    display: flex;
    overflow: auto;
    width: 100%;
    margin: auto;
    padding: 20px;
    flex-direction: column;
    align-items: center;
}

.google-map > iframe {
    width: 100%;
}

.navigation-button {
    display: none;
}

.footer-image {
    width: 250px;
}

@media screen and (max-width: 991px) {
    .main-wrapper {
        position: relative;
        display: block;
        padding-top: 109px;
    }

    .navigation-wrapper {
        position: fixed;
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: auto;
        z-index: 2;
        display: flex;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        justify-content: space-between;
        align-items: center;
    }

    .main-content-wrapper {
        position: relative;
        z-index: 1;
    }

    .navigation-logo {
        width: 200px;
    }

    .navigation-logo-wrapper {
        margin-bottom: 0px;
        float: left;
    }

    .navigation-menu-wrapper {
        position: absolute;
        left: 0px;
        top: 100%;
        width: 100%;
        padding-right: 35px;
        padding-left: 35px;
        background-color: #507d83;
    }

    .navigation-transition-line {
        left: 41.5px;
    }

    .content-container {
        padding-right: 60px;
        padding-left: 60px;
    }

    .navigation-button {
        position: relative;
        display: block;
        width: 60px;
        height: 60px;
        padding: 19px 14px;
        float: right;
        cursor: pointer;
    }

    .footer-image {
        width: 200px;
    }

    .navigation-button-line {
        position: absolute;
        top: 19px;
        display: block;
        width: 32px;
        height: 4px;
        border-radius: 2px;
        background-color: #2b4447;
    }

    .navigation-button-line.middle {
        top: 28px;
    }

    .navigation-button-line.bottom {
        top: 37px;
    }
}

@media screen and (max-width: 767px) {
    .main-wrapper {
        padding-top: 100px;
    }

    .navigation-wrapper {
        padding-right: 20px;
        padding-left: 20px;
    }

    .navigation-logo {
        width: 160px;
    }

    .main-content-featured-image-wrapper {
        padding-right: 20px;
        padding-bottom: 50px;
    }

    .content-container {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 479px) {
    .main-wrapper {
        padding-top: 100px;
    }

    .main-content-featured-image-wrapper {
        padding-right: 0px;
        padding-bottom: 0px;
    }

    .featured-image-description {
        width: 100%;
        text-align: center;
    }
}
