@charset "UTF-8";
/* CSS Document */

/*transitions*/

.transition {
    opacity: 0.7;
    transition: linear 1.0s;
}

.transition:hover {
    opacity: 1.0;
    transition: ease-in-out 1.0s;
}

.card-title {
    font-size: 2em;
    padding-bottom: 10px; 
}

.card-text {
    font-size: 1.5em;
}

.accordion-item {
    margin-left: 5px;
}

.nav-item {
    background-color: #69A7AF;
}

.nav-item:hover {
    background-color: #86bec5;
}

/* ACCOMODATIONS CSS */

#wrapper-overview {
    padding: 15px;
    background-color:#578186;
}

#wrapper-overview h1{
    background-color:#8595a6;
    font-size: 3em;
    padding: 10px 0.75%;
    margin: 15px 0 15px 0;
}

.card-group-acc {
    display: inline-block;
    width: 33%;
    padding-top: 10px;
}
.card-group-acc img {
    opacity: 0.55;
}

.card-img-text-1 {
    color:#fff;
    text-shadow: 2px 2px #0a0a0ae1;
}

.card-img-text-2 {
    color:#fff;
    text-shadow: 2px 1px #2b2b2be3;
}

.card-img-text-3 {
    color:#fff;
    text-shadow: 1px 2px #636c75cc;
}

.overview {
    display: inline-block;
    width: 30%;
    margin-left: 1%;
    margin-bottom: 10px;
}

.overview-h {
    display: inline-block;
    width: 40%;
    margin-left: 30%;
    margin-bottom: 10px;
}

.overview-l {
    display: inline-block;
    width: 24%;
    margin-left: 1%;
    margin-bottom: 10px;
}

#wrapper-cabin {
    padding: 15px;
    background-color:#577986;
}

#wrapper-cabin h1 {
    background-color:#8595a6;
    font-size: 3em;
    padding: 10px 0.75%;
    margin: 15px 0 15px 0;
}

#wrapper-house {
    padding: 15px;
    background-color:#577686;
}

#wrapper-house h1 {
    background-color:#8595a6;
    font-size: 3em;
    padding: 10px 0.75%;
    margin: 15px 0 15px 0;
}

.row-h > .column-h {
    padding: 0 8px;
}

.row-h:after {
    content: "";
    display: table;
    clear: both;
}

.column-h {
    float: left;
    width: 30%;
    margin: 0px 2.2% 10px 1.13%;
}

.column-h-1 {
    float: left;
    width: 30%;
    margin: 0px 1.15% 15px 1.15%;
}

.modal-h {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color:#8595a6;
}

.close {
    color:#578186;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 2em;
    font-weight: bold;
}

.close:hover, .close:focus {
    color:#2b2b2b;
    text-decoration: none;
    cursor: pointer;
}

.modal-content-h {
    position: relative;
    background-color:#8595a6;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

.mySlides {
    display: none;
}

.prev-h, .next-h {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 1em;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    text-decoration: none;
}

.next-h {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev-h:hover, .next-h:hover {
    background-color: #86bec5;

}

.caption-container {
    text-align: center;
    background-color: #8595a6;
    padding: 2px 16px;
    color:black;
}

img.preview {
    opacity: 0.6;
    width: 90%;
}

.column-h-1 img {
    margin-bottom: -4px;
}

.mySlides img {
    width: 100%;
    vertical-align:middle;
}

.active, .preview:hover {
    opacity: 1.0;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}


#wrapper-lodge {
    padding: 15px;
    background-color:#577286;
}

#wrapper-lodge h1 {
    background-color:#8595a6;
    font-size: 3em;
    padding: 10px 0.75%;
    margin: 15px 0 15px 0;
}



/* CONTACT FORM CSS */

label {
    width: 100%;
}

#wrapper {
    width: 50%;
    height: 90%;
    padding: 10px;
    margin: 50px auto;
    background-color: #b5ced1c9;
}

#wrapper h1, #wrapper p {
    text-align: center;
}

#wrapper form {
    display: block;
    margin: 10px;
    font-weight: 500;
}

#wrapper input[type=text], input[type=email], select, textarea {
    width: calc(100% - 10px);
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
}


#contact-body {
    background-color: #82cac4e5;
    background-image: url("../images/COMPRESSED/lodge.png");
    background-repeat: no-repeat;
    background-size: cover;
    line-height: unset;
}

@media only screen and (max-width: 1024px) {

    .card-title {
        font-size: 1.5em;
        padding-bottom: 10px;
    }
    
    .card-text {
        font-size: 1.0em;
    }

    .card-group,
    .overview,
    .overview-l,
    .card-group-acc{
        display: inline-block;
        width: 100%;
    }

    .overview-h {
        width: 100%;
        display: inline;
    }

}

@media only all and (max-width: 480px) {

    .card-title {
        font-size: 1.2em;
        padding-bottom: 10px;
    }
    
    .card-text {
        font-size: 1em;
    }

    .nav-tabs {
        display: inline-block;
        width: 100%;
    }

    .card-group,
    .overview,
    .overview-l,
    .card-group-acc{
        display: inline-block;
        width: 100%;
    }

    .overview-h {
        width: 100%;
        display: inline;
    }

}