@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&amp;display=swap');
* {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;  
    padding: 0;
    box-sizing: border-box;
}

html,body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.7em;
}

a {
    color: #333;
    text-decoration: none;
}


h1, h2, h3 {
    padding-bottom: 20px;
}

p {
    margin: 10px 0;
}

.logo-top a {
    font-weight: normal;
    font-family: 'Bree Serif', serif;
    font-size: 2rem;
    padding: 0 5rem;
    line-height: 3.7rem;
}

.logo-bot {
    font-family: 'Bree Serif', serif;
    font-size: 42px;
    font-weight: normal;
}
.logo-top:hover,
.logo-bot:hover {
    font-weight: normal;
}
/*Utility Classes*/


.text-primary {
    color: #f7c08a;
}

.lead {
    font-size: 20px;
}

.btn {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background: #333;
    padding: 10px 20px;
    border-radius:6px;
}

.btnnew {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background: #333;
    padding: 10px 20px;
    border-radius:6px;
}

.btnnew:hover {
    font-style: italic;
    transition: background 0.5s ease;
}

.btn:hover {
    background: #f7c08a;
    color: #333;
    transition: background 0.5s ease;
}

.btn-light {
    background: #f4f4f4;
    color: #333;
}

.btn-light:hover {
    background: #f7c08a;
    transition: background 0.3 5s ease;
}

.bg-dark {
    background: #333;
    color: white;
}

.bg-primary {
    background: #f7c08a;
    color: #333;
}

.bg-secondary {
    background: #333;
    color: #f7c08a;
}

.info-img {
    background-color: white;

}

.clr {
    clear: both;
}

/*Navbar*/
#navbar {
    background: #333;
    color: white;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

#navbar a {
    color: white;
}

#navbar ul li a:hover {
    font-weight: bold;
}

#navbar ul {
    list-style: none;
    float: right;
}

#navbar ul li {
    float: left;
    text-transform: uppercase;
}

#navbar ul li a {
    display: block;
    padding: 20px;
    text-align: center;
    padding-bottom: 1.5rem;
}

#navbar ul li a:hover {
    background: #444;
    color: #f7c08a;
    transition: color 0.3s ease;
}

#navbar a.current {
    background: #444;
    color: #f7c08a;
    font-weight: bold;
}

.checkbtn {
    font-size: 1em;
    color: white;
    float: right;
    padding-top: 1em;
    padding-right: .5em;
    cursor: none;
    display: none;
}

#check {
    display: none;
}

/* Showcase */
.showcase {
    background: url('../img/showcase.jpg') no-repeat center center/cover;
    height: 650px;
    opacity: 1;
}

.showcase .showcase-content {
    color: white;
    text-align: center;
    padding-top: 220px;
}

.showcase-contact  {
    background: linear-gradient( rgba(0,0,0,0.35), rgba(0,0,0,0.35)), url("../img/showcase-contact.jpg") no-repeat center center/cover;
    background-position: 100% 33%; 
    height: 18.75rem;
}

.showcase-ourRooms {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.35) ), url("../img/showcase-our-rooms.jpg") no-repeat center center/cover;
    height: 18.75rem;
}

.showcase-attractions {
    background: linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.35)), url("../img/showcase-attractions.jpg") no-repeat center center/cover;
    background-position: 100% 15%;
    height: 18.75rem;
}

.showcase-attractions .showcase-content,
.showcase-contact .showcase-content,
.showcase-ourRooms .showcase-content{
    color: #f7c08a;
    padding-top: 10rem;
    font-size: 2em;
    padding-bottom: 5px;
    text-align: left;
    padding-left: 1em;
}

.showcase .showcase-content h1 {
    font-size: 60px;
    line-height: 1.2em;
}

.showcase .showcase-content p {
    padding-bottom: 20px;
    line-height: 1.7em;
    font-size: 22.5px;
}       

/* Features */
#features {
    display: flex;
}
.box {
    flex: 1;
    padding: 50px;
    text-align: center;
    height: auto;
}

.box i {
    margin-bottom: 10px;
}

.box ul {
    font-style: italic;
    list-style: none;
}

.box p {
    font-size: larger;
}

.btn1 {
    background-color: #f7c08a;
    padding: 1rem;
    text-align: center;
}

/* Attractions */
#joffre,
#birkenhead,
#nairn,
#sloquet {
    display: flex;
    flex-direction: row;
    height: 30rem;
}

#birkenheadMobile,
#sloquetMobile {
    display: none;
}

#sloquet a,
#birkenhead a {
    color: #f7c08a;
} 

.joffre-photo {
    flex: 3;
    background: url("../img/joffre.jpg") no-repeat center center/cover;
}

.joffre-description,
.birkenhead-description,
.nairn-description,
.sloquet-description {
    flex: 2;
    padding: 2rem;
    padding-top: 9rem;
    text-align: center;
}

.birkenhead-photo {
    flex: 3;
    background: url("../img/birkenhead.jpg") no-repeat center center/cover;
}

.nairn-photo {
    flex: 3;
    background: url("../img/nairn.jpg") no-repeat center center/cover;
}

.sloquet-photo {
    flex: 3;
    background: url("../img/sloquet.jpg") no-repeat center center/cover;
}


/* Footer */
#main-footer a {
    color: gray;
}

.footer {
    margin: -2rem 0;
    display: flex;
    width: 100%;
}

#main-footer h2 {
    margin-left: 50px;
    margin: auto;
}
.foot {
    flex: 1;
    width: 33.3%;
    background: #444;
    text-align: left;
}

.foot h1{
    font-size: 33px;
    color: #f7c08a;
}

#main-footer {
    background-color: #444;
    overflow: auto;
    width: 100%;
    padding-bottom: 50px;
}

.foot-logo {
    text-align: left;
    margin-top: 60px;
}

#main-footer p, h4 {
    text-align: left;
    color: gray;
    font-size: 22px;
}

#wrap {
    float: left;
    position: relative;
    left: 50%;
}

#content {
    float: left;
    position: relative;
    left: -50%;
    padding-top: 3.85em;
}

#content a:hover {
    font-weight: normal;
    color: #f7c08a;
}
#content .empty {
    opacity: 0;
}

#copyright {
    text-align: center;
    color: gray;
    overflow: auto;
    background: #444;
}

#copyright a{
    color: gray;
}

hr.rounded,
hr.rounded2 {
    border-top: 5px solid gray;
    overflow: auto;
    border-bottom: 3px;
    border-radius: 10px;
    width: 80%;
    margin-left: 10%;
}

/* Contact */
#contact {
    display: flex;
    height: auto;
}

.wrapper {
    background: #f7c08a;
    text-align: center;
    flex: 2;
}

.wrapper h3 {
    color: #333;
    text-align: left;
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 1rem;
}

.contact-form {
    background: transparent;
    max-width: 750px;
    margin: 1.5rem;
    background: rgba(0, 0, 0, 0.23);
    padding: 0.5rem;
    border-radius: 0.4rem;
    display: flex;
    flex-direction: row;
    box-shadow: rgba(0, 0, 0, 0.23);

}

.input-fields {
    display: flex;
    flex-direction: column;
    margin-right: 4%;
}

.msg,
.input-fields {
    width: 48%;
}

.input-fields .input,
.msg textarea,
.msg input {
    margin: 1rem 0;
    background: transparent;
    border: 0;
    border-bottom: 0.15rem solid;
    border-radius: 1px;
    border-color: #444;
    padding: 0.5rem;
    color: white;
    width: 100%;
    font-size: 1rem;
}

.msg textarea {
    height: 15.1rem;
}

::-webkit-input-placeholder {
    font-weight: normal;
    color: white;
}

::-moz-input-placeholder {
    font-weight: normal;
    color: white;
}

::-ms-input-placeholder {
    font-weight: normal;
    color: white;
}

.send-btn {
    background:#333;
    text-align: center;
    padding: 1rem;
    color: #f7c08a;
    margin-top: -0.5rem;
    margin-bottom: 0.2rem;
    border-radius: 6px;
    width: 100%;
    font-weight: bold;
    font-size: 1rem;
    border: none;
    
}

.send-btn:hover {
    background: #f7c08a;
    color: #333;
    transition: background 0.5s ease;
}

#map {
    flex: 3;
}

/* Terms of Use / Privacy Policy */
#term-policy {
    padding-top: 7rem;
    background: #f7c08a;
    overflow: auto;
    display: flex;
}

.writing h1 {
    color: #444;
    margin-bottom: -1rem;
}

#term-policy h3 {
    color: gray;
    margin-bottom: -1rem;
}

#term-policy p {
    padding-bottom: 1rem;
}

#term-policy ul {
    margin-left: 2rem;
}

#term-policy h2 {
    color: #444;
}
.writing {
    flex: 3;
    padding-left: 13.7rem;
}

.more-info {
    flex: 2;
    height: fit-content;
}

.isolate {
    text-align: left;
    transform: translateX(50%);
    background-color: rgba(0, 0, 0, 0.5);
    width: auto;
    position: fixed;
    padding: 2rem;
    border-radius: 10px;
}

.isolate,
.isolate a {
    color: white;
}

.isolate h1 {
    color: #f7c08a;
}

.isolate a:hover {
    font-weight: normal;
    color: #f7c08a;
}


/* Our Rooms */

.offer {
    text-align: center;
    padding-top: 1rem;
    background: #f7c08a;
    overflow: auto;
    line-height: 1rem;
}

.offer h2 {
    color: #333;
    padding-top: 1rem;
    text-align: left;
    padding-left: 2rem;
}

.offer a:hover {
    color: white;
    transition: color 0.3s ease;
}

.room-photos {
    text-align: left;
    padding-top: 1rem;
    background: #f7c08a;
    overflow: auto;
    padding-left: 2rem;
}

/* .room-container {
    display: flex;
    width: 100%;
    padding:2% ;
    box-sizing: border-box;
    height: 70vh;
}

.room-box {
    flex: 1;
    overflow: hidden;
    transition: .5s;
    margin: 0 2%;
    line-height: 0;
}

.room-box > img {
    width: 200%;
    height: calc(100%);
    object-fit: cover; 
    transition: .5s;
} 


.room-box:hover { flex: 1 1 50%; }
.room-box:hover > img {
    width: 100%;
    height: 100%;
} */

.container-fluid {
    width: 100%;
    background: #333;
}

.row {
    display: flex;
    flex-direction: row;
    height: auto;
    width: auto;
}

.image {
    padding: 1vh;
}

.image:hover {
    filter: brightness(60%);
    transition: all 0.3s;
}


.cabin {
    text-align: center;
    height: auto;
    padding: 1rem;
    line-height: 2.5rem;
    flex-direction: row;
}

/* Mobile */
@media only screen and (max-width: 952px) {
    /* Navbar */
    #navbar {
        display: block;
    }

    #navbar ul {
        display: 1em;
    }
    .logo-top a{
        font-size: 1.5em;
        padding: 0 1rem;
    }
    /* Index */

    .showcase .showcase-content {
        padding-top: 10em;
    }
    .showcase .showcase-content h1 {
        font-size: 3.5em;
    }

    .showcase .showcase-content p {
        font-size: 1em;
    }
    .showcase {
        display: block;
    }
    #features {
        display: block;
    }

    /* Contact */
    #contact {
        flex-direction: column;
        height: 90em;
        width: 100%;
    }
    .wrapper {
        flex: 1;
        width: 100%;
    }
    .contact-form {
        height: auto;
    }

    #map {
        flex: 1;
        height: 50rem;
    }
}

@media (max-width: 858px) {
    /* Navbar */
    .checkbtn {
        display: block;
        padding-right: 2em;
        font-size: 0.8em;
        line-height: 3.6em;
    }

    #navbar ul {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #444;
        top: 3.7rem;
        left: 0;
        text-align: center;
        left: -100%;
        transition: all 0.5s;
        transform: translateZ(0);
    }
    
    #navbar ul li {
        font-weight: bold;
        float: none;
        font-size: 1.5em;
        display: block;
        text-align: center;
        padding-bottom: 1rem;
    }

    #check:checked ~ ul {
        left: 0;
    }

    /* Footer */
    #main-footer {
        height: 24em;
    }
    .footer {
        padding-top: 50px;
        display: flex;
        flex-direction: column;
    }

    #wrap {
        float: initial;
        position: initial;
        left: initial;
    }

    #content {
        float: initial;
        position: initial;
        left: initial;
        padding-top: 2em;
    }
    
    #main-footer p {
        font-size: 1.3em;
    }

    .foot {
        flex: 1;
    }

    .foot-left {
        width: 100%;
        padding-left: 1.5em;
    }

    .foot-center {
        width: 100%;
        padding-left: 1.5em;
    }

    
    .foot-logo {
        width: 100%;
        text-align: center;
    }

    .foot-logo h1 {
        display: none;
    }

    .logo-bot {
        font-size: 2em;
        text-align: center;
        padding-bottom: 1.8rem;
    }

    /* Showcase */
    .showcase-attractions .showcase-content,
    .showcase-contact .showcase-content,
    .showcase-ourRooms .showcase-content {
        padding-top: 7.5rem;
        font-size: 1.5em;
        padding-left: 1em;
    }

    .showcase-contact  {
        background-position: 100% 33%; 
        height: 13rem;
    }
    
    .showcase-ourRooms {
        height: 13rem;
    }
    
    .showcase-attractions {
        background-position: 100% 15%;
        height: 13rem;
    }

    /* Our Rooms */
    .offer {
        font-size: 0.8em;
        line-height: 2.2em;
    }

    .room-container {
        height: 21em;
    }
    
    .cabin {
        font-size: 0.8em;
        line-height: 2.2em;
    }

    .wrapper h1 {
        padding: 0 1em;
        font-size: 1.3em;
    }

    .row {
        display: block;
    }

    /* Attractions */
    #joffre,
    #nairn {
        display: initial;
    }

    #birkenhead,
    #sloquet {
        display: none;
    }

    #birkenheadMobile,
    #sloquetMobile {
        display: block;
        background: transparent;
    }

    #joffre a:hover,
    #birkenhead a:hover,
    #nairn a:hover,
    #sloquet a:hover {
        font-style: normal;
    }

    .joffre-photo {
        height: 30rem;
        background-position: 60% 20%;
        opacity: 1;
        height: 30rem;
        width: 100%;
    }

    .birkenheadMobile-photo {
        top: 73rem;
        background: url("../img/birkenhead.jpg") no-repeat center center/cover;
        height: 30rem;
        background-position: 70% 30%;
    }

    .nairn-photo {
        height: 30rem;

    }
    .sloquetMobile-photo {
        height: 30rem;
        background-position: 70% 30%;
        background: url("../img/sloquet.jpg") no-repeat center center/cover;
    }

    .joffre-description {
        padding: 3em;

    }

    .birkenheadMobile-description {
        padding: 3em;
        color: #f7c08a;
        background: #f7c08a;
    }

    .nairn-description {
        padding: 3em;
    }

    .sloquetMobile-description {
        display: block;
        padding: 3em;
    }

    /* Terms-Policy */
    #term-policy .writing{
        width: 100%;
        margin: initial;
        padding: 1em;
    }

    #term-policy .more-info {
        display: none;
    }
}
