body {
    margin: 0px;
}

h1 {
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

h2 {
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

h3 {
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.main {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: none;
    margin-top: 78px;
}

.nav-bar {
    background-color: #fff;
    padding: 4px 4px 0 4px;
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
}

.nav-bar-inner {
    
}

.logo-container {

}

.nav-items {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: right;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    float: right;
    vertical-align: center;
    margin-right: 10px;
}

.nav-item-container {
    padding: 18px;
}

.nav-item {
    padding-bottom: 5px;
    color: #0d0d0d;
}

.nav-item:hover {
    color: #146c51;
    cursor: pointer;
    border-bottom: 2px solid #146c51;
}

.book-now-container {
    padding: 18px;
}

.book-now {
    background-color: #146c51;
    padding: 10px 26px;
    border-radius: 3px;
    color: #fff;
}

.book-now:hover {
    background-color: #fff;
    color: #146c51;
    cursor: pointer;
}

.mobile-menu-container {
    display: none;
}

.banner {
    width: 100%;
    /* background: url(Images/exterior-1.jpg);
    max-width: 3008px; */
}

.banner-background {
    width: 100%;
}

.banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    max-width: 720px;
    padding: 22px 15px;
    text-align: center;
    color: #0d0d0d;
    background-color: rgba(255, 255, 255, 0.85);
    font-size: 64px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.column-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: 480px;
    color: #0d0d0d;
}

.column {
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: center;
}

.column-1-inner {
    display: flex;
    flex-direction: column;
}

.column-2-inner {
    display: flex;
    flex-direction: column;
}

.red-bold {
    font-size: 18px;
    color: #be4419;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.heart-of-marin {
    font-size: 58px;
    color: #00b6bd;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.learn-more-container {
    padding-top: 22px;
}

.learn-more-button {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    background-color: #146c51;
    color: #fff;
    padding: 10px 26px;
    border-radius: 3px;
}

.learn-more-button:hover {
    background-color: #fff;
    color: #146c51;
    cursor: pointer;
}

.image-within-column {
    max-width: 510px;
}

.explore {
    display: flex;
    flex-direction: row;
    background-color:#00b6bd;
    min-height: 420px;
    justify-content: center;
    align-items: center;
    padding: 0px 100px;
}

.explore-card-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.explore-card {
    background-color: #fff;
    margin: 60px;
    width: 33%;
    display: flex;
    flex-direction: column;
    padding: 30px 35px;
    border-radius: 4px;
}

.explore-icon-container {
    display: flex;
    justify-content: center;
    padding-bottom: 12px;
}

.explore-icon {
    height: 50px;
}

.card-detail {
    font-family: 'Poppins', sans-serif;
    color: #0d0d0d;
    font-size: 20px;
    padding: 12px 0px;
}

.card-button-container {
    padding-bottom: 6px;
}

.card-button:hover {
    border-bottom: 2px solid #146c51;
    cursor: pointer;
}

.card-button {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #146c51;
    padding-bottom: 4px;
}

.explore-card {
    margin: 30px;
    padding: 28px 30px;
}

.card-detail {
    font-size: 18px;
}

.card-button {
    font-size: 18px;
}

.reviews {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 780px;
}

.reviews-inner {
    display: flex;
    flex-direction: column;
}

.review-header {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    padding: 0px 0px 8px 30px;
}

.footer {
    background-color:#00b6bd;
    display: flex;
    flex-direction: column;
    padding: 20px 80px;
}

.social-icons-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.social-icon {
    height: 20px;
    padding: 0px 3px;
}

.footer-contact {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 15px 0px 20px 0px;
}

.footer-copyright {
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    color: #fff;
    text-align: center;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.hidden {
    display: none !important;
}

/* Tablet - Landscape */
@media only screen and (max-width: 1279px) {
    .logo-container {
        display: none;
    }

    .banner-title {
        top: 38%;
        font-size: 58px;
        padding: 20px 12px;
    }

    .info {
        min-height: 420px;
    }

    .heart-of-marin {
        font-size: 46px;
    }

    .learn-more-container {
        padding-top: 17px;
    }

    .learn-more-button {
        font-size: 18px;
        padding: 8px 24px;
    }

    .image-within-column {
        max-width: 460px;
    }

    .explore {
        padding: 0px 60px;
    }

    .explore-card {
        margin: 20px;
    }

    .reviews {
        min-height: 630px;
    }

    .review-header {
        font-size: 24px;
    }

    .reviews-inner {
        width: 85%;
    }
}

/* Tablet - Portrait */
@media only screen and (min-width: 768px) and (orientation: portrait) {
    .nav-items {
        font-size: 18px;
    }

    .banner-title {
        width: 75%;
        top: 23%;
        font-size: 50px;
        padding: 10px 0;
    }

    .info {
        min-height: 340px;
    }

    .column-1-inner {
        padding-left: 40px;
    }

    .heart-of-marin {
        font-size: 36px;
    }

    .learn-more-container {
        padding-top: 10px;
    }

    .learn-more-button {
        padding: 6px 20px;
    }

    .image-within-column {
        max-width: 310px;
    }

    .explore {
        padding: 0px 25px;
        min-height: 320px;
    }

    .explore-card {
        margin: 15px;
        padding: 20px;
    }
    
    .reviews {
        min-height: 520px;
    }

    .review-header {
        font-size: 22px;
        padding: 0px 0px 8px 18px;
    }
}

/* Mobile */
@media only screen and (max-width: 767px) {
    .nav-bar {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        padding: 20px 0;
    }

    .nav-items {
        display: none;
    }

    .mobile-menu-container {
        display: block;
        margin-left: 25px;
    }

    .mobile-menu-icon {
        height: 40px;
    }
    
    .nav-bar-extension {
        display: flex;
        flex-direction: column;
        font-family: 'Poppins', sans-serif;
        padding: 20px 25px 0;
    }

    .mobile-menu-option {
        color: #0d0d0d;
    }

    .book-now-mobile {
        color: #be4419;
        text-transform: uppercase;
        font-weight: 600;
    }

    .main {
        margin-top: 84px;
    }

    .banner-title {
        top: 20%;
        font-size: 28px;
        padding: 10px 0;
        width: 80%;
    }

    .column-container {
        flex-direction: column;
    }

    .column {
        width: 100%;
    }

    .column-1-inner {
        padding: 60px 40px;
    }

    .heart-of-marin {
        font-size: 30px;
    }

    .header2 {
        font-size: 16px;
    }

    .learn-more-button {
        font-size: 16px;
    }

    .image-within-column {
        max-width: 100%;
    }

    .explore {
        padding: 40px 20px;
    }

    .explore-card-container {
        flex-direction: column;
    }

    .explore-card {
        width: auto;
        margin: 20px 30px;
    }

    .reviews {
        display: none;
    }

    .footer-contact {
        flex-direction: column;
    }
}