:root {
    --section-header: #0f2f69;
    --section-subtitle: #b36538;
}

::-webkit-scrollbar {
    display: none;
}

body, main {
    font-family: "classico-urw", sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    
}

h2 {
    margin: 0;
}

/* Logo */

.willogo {
    width: 80%;
    height:300px; 
    text-align: center;
    /* overflow: hidden; */
    /* object-fit: cover; */
    /* object-position: center; */
}

.willogo img{
    max-height: 100%;
    width: auto
}

.shyrelogo {
    width: 80%;
    height:200px; 
    text-align: center;
}

.shyrelogo img{
    max-height: 100%;
    width: auto
}

.jlred-logo {
    padding: 25px 0 25px 25px;
    background-color: rgb(51, 51, 51);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

nav {
    display: flex;
    flex-direction: row;
    margin-right: 20px;
}

nav a{
    text-decoration: none;
    margin: 0 10px;
}

nav h2{
    font-family: "classico-urw", sans-serif;
    padding: 10px;
    font-size: 1.5em;
    color: rgb(174,114,84);
}

nav h2:hover{
    color: rgb(206, 161, 103)
}


/* Header */

header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 750px;
    width: 100%;
    /* background-color: rgb(219, 219, 219); */
    color: white;
    border-bottom: 3px solid rgb(190, 150, 76);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

header h2 {
    font-weight: 400;
    font-size: 40px;
    font-style: normal;
    text-shadow: 2px 2px 4px black;
}

.wil-header {
    background-image: url("/assets/thewil/wilpagebackground.png");
}

.shyre-header {
    background-image: url("/assets/theshyre/shyrepagebackground.png");
}

.shyre-header-main {
    background-image: url("/assets/theshyre/shyreheader.png");
    min-height: 900px;
    text-align: center;
}

.shyre-header-main h2 {
    font-size: 80px;
    font-style: italic;
    text-shadow: none;
    margin: 0 20%;
}

.shyre-header-main h3 {
    font-size: 30px;
    text-shadow: none;
    letter-spacing: 3px;
    font-weight: normal;
}


/* Spacer */

.spacer {
    background-color: lightgray;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column !important; 
}

.spacer h2{
    font-size: 30px;
    margin: 20px 15%;
}

.wil-spacer {
    background-color: rgb(220, 240, 245);
    margin-bottom: 0;
}

/* Theme Section */

.theme-section {
    min-height: 800px;
    border-bottom: 1px solid #525252;
}

.theme-content {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 5% 0;
}

.theme-content img {
    border-radius: 50%;
    max-width: 35%;
    width: 35%;
    /* margin: 30px 0; */
}

.theme-text {
    text-align: center;
}

.theme-text h2 {
    letter-spacing: 8px;
}

.theme-text h3 {
    color: black;
    letter-spacing: 5px;
    font-style: italic;
    font-weight: normal;
}

.theme-text p {
    margin: 0 13%;
}

.theme-pics {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-size: cover;
    background-repeat:   no-repeat;
    background-position: center center;  
}

.theme-pics img {
    border-radius: 50%;
}

.theme-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.theme-footer h3 {
    color: black;
    font-weight: normal;
    border-bottom: 1px solid black;
    text-align: center;
    margin: 0;
    width: 400px;
}

.cultured-pics img {
    width: 30%;
    max-width: 40%;
    margin: 3%;
}

.cultured-pics div {
    text-align: center;
}

.alluring-pics {
    background-image: url("/assets/thewil/themes/alluring/alluring_bg.png");
}

.confident-pics {
    background-image: url("/assets/thewil/themes/confident/confident_bg.png");
}

.modern-section p {
    color: white;
}

.modern-footer h3 {
    color: white;
    border-bottom: 1px solid white;
}

.modern-content {
    background-color: rgb(55, 88, 131);

}

.modern-text h2, .modern-text h3 {
    color: rgb(212, 126, 46);
    text-shadow: none;
}

.modern-pics img:nth-child(even) {
    width: 30%;
}

.modern-pics img:nth-child(odd) {
    width: 35%;
}

.inspired-pics {
    background-image: url("/assets/thewil/themes/inspired/inspired_bg.png");
    justify-content: space-evenly;
}

.inspired-pics img {
    width: 30%;
    margin: 2%;
}

/* destination */

.destination {
    background-image: url("/assets/thewil/destination/wil-destination_bg.png");
    min-height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: row !important;
}

.destination-pics {
    flex-basis: 50%;
}

.destination-pics img {
    max-width:70%;
    margin: 15% 25%;
}

.destination-text {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 7%;
    text-align: center;
}

.destination-text h3 {
    color: white;
    margin: 0 20%;
    line-height: 2;
    font-size: 25px;
}

.destination-text h2 {
    color: rgb(212, 126, 46);
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 5px;
    text-shadow: none;
    margin: 5% 20%
}

/* famous */

.famous {
    background-image: url("/assets/thewil/famous/famous_bg.png");
    min-height: 900px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    flex-direction: column !important;
    justify-content: space-evenly;
    text-align: center;
}

.famous-image-container {
    width: 50%;
    text-align: center;
}

.famous img {
    width: 150px;
    border-radius: 50%;
}

.famous h3 {
    width: 50%;
    margin: 3% 0;
    letter-spacing: 30px;
    font-size: 40px;
}

.famous h2 {
    text-shadow: none;
    font-size: 100px;
    letter-spacing: 90px;
}
/* Section */

section {
    min-height: 500px;
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

section:nth-child(odd) {
    flex-direction: row-reverse;
}

.section-pics {
    background-color: lightgray;
    flex-basis: 55%;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    max-height: 850px;
}

.section-pics-sub img{
    width: calc(100% - 30px);
    padding: 0px 15px 25px;
    overflow: hidden;

}

.A {
    flex-basis: 30%;
}

.B {
    flex-basis: 70%;
}


.section-text {
    flex-basis: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.section-text p{
    padding: 0 17.5% 75px;
    margin: 0;
    text-align: center;
}

.section-header {
    width:40%;
    aspect-ratio: 3/2;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-title {
    font-size: 35px;
    border-bottom: 2px solid var(--section-header);
    padding: 0 20px;
    margin-top: 50px;
}

section h2 {
    font-weight: 400;
    font-size: 60px;
    font-style: normal;
    text-align: center;
    color: var(--section-header);
    text-shadow: 2px 2px 4px white;
}

section h3 {
    color: var(--section-subtitle);
    margin: 25px;
}

.section-semi-bottom {
    clip-path: circle(62.1% at 50% 0%);
    background-color: #525252;
    min-height: 75px;
    min-width: 150px;
    max-width: 150px;
}

.section-semi-top {
    clip-path: circle(62.1% at 50% 100%);
    background-color: #525252;
    min-height: 75px;
    min-width: 150px;
    max-width: 150px;
}

.dining-pics {
    background-color: #c79683;
}

.location-pics {
    background-color: lightgray;
}

/* Gallary */

.gallery {
    display: flex;
    flex-direction: column;
    background-color: rgb(226, 205, 178);
}

.gallery-row{
    max-height: 550px;
    width: calc(98% - 10px);
    max-width: calc(98% - 10px);
    margin: 1%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: hidden;
}

.gallery-row img{ 
    max-width: calc(100%-5px);
    max-height: 690px;
    margin: 5px;
}

.gallery-section {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    height: 1000px;
    min-width: 98%;
    width: 98%;
    margin: 1%;
}

.gallery-column {
    display: flex;
    flex-direction: column;
    padding: 5px;
}

.gallery-column img {
    max-width:100%;
    max-height:100%;
    padding-bottom: 10px;
}

.gallery-row-2 {
    display: flex;
    justify-content: space-between;
    min-width: 100%;
    margin: 0;
}

.gallery-row-2 img {
    width: 49%;
    margin: 0;
}

.gallery-column-1 {
    flex-basis: 39%;
}

.gallery-column-2 {
    flex-basis: 27%;
}

.gallery-column-3 {
    flex-basis: 32%;
}

@media (max-width: 1300px) {
    section {
        flex-direction: column-reverse !important;
    }

    .section-header {
        width: 200px;
    }
    section h2 {
        font-size: 50px;
    }

    .theme-section {
        align-items: center;
    }

    .theme-pics {
        min-height: 500px;
        width: 70%;
        background-position: center center;
    }

    .modern-section {
        background-color: rgb(55, 88, 131);
    }

    .modern-pics {
        flex-direction: row;
    }

    .inspired-pics {
        background-image: none;
        flex-direction: row;
        min-height: 300px;
    }

    .section-semi-bottom {
        display: none;
    }
    
    .section-semi-top {
        display: none;
    }
}