:root {
    --lightblue: #bfd9e3
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    
}

/* Hide scrollbar for WebKit browsers */
body::-webkit-scrollbar {
    display: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Rosarivo', sans-serif;
}

section {
    margin: 0 10% 200px;
    padding: 0;
}

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

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

/* Header and Background */

header {
    display: flex;
    flex-direction: column;
    z-index: 1;
    /* justify-content: space-between; */
    align-items: center;
    /* padding: 20px; */
    /* margin: 0px; */
    background-color: #333;
    color: #fff;
    height: 800px;
    /* overflow: hidden; */
    background-image: url('assets/wilrender.png');
    background-position: center;
    background-size: cover;
    background-repeat: none;
    filter: brightness(90%);
    transition: background 0.5s;
}

.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-logo-wrapper{
    /* padding-top: 20px; */
    width: 50%;
    height: 100%;
    /* align-items: center; */
    display: flex;
    justify-content: center;

}

.header-logo-wrapper img{
    transition: transform 0.3s;
    padding-top: 20px;
    filter: brightness(130%)
}

.will-logo-wrapper, .shyre-logo-wrapper {
    width: 100%;
    height: 200px;
    z-index: 2;
    display: flex;
    justify-content: center;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.), rgba(0, 0, 0, 0));
    transition: background 0.5s;
}

.shyre-logo {
    height:100px;
}

.will-logo {
    height:150px;
}

.header-firstrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 800px;
    justify-content: space-between;
    /* border-top: 50px solid rgb(68, 68, 68); */
}

/* Title Section */

.title{
    display: flex;
    flex-direction: row;
    justify-content: center;
    filter: brightness(95%);
    margin: 0;
    /* background-color: rgb(224, 224, 224); */
}

.title-header {
    /* background-color: rgb(66, 66, 66); */
    /* background-image: url(/assets/wil_marble.png); */
    background-size: cover;
    background-repeat: repeat-y;
    /* height: 200px; */
    width: 100%;
    position: relative; 
    top: -250px;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border-top: rgb(167, 120, 19) 3px solid; */
    /* border-bottom: #fff 2px solid; */

}

.title-header h2{
    /* font-family: 'bonheur royale', sans-serif; */
    font-family: "classico-urw", sans-serif;
    font-weight: 400;
    font-size: 40px;
    font-style: normal;
    
    text-shadow: 2px 2px 4px #000000;
    color: white;
}

.learn-more {
    display: flex;
    width: 100%;
}

.learn-more-button {
    width: 15%;
    margin: auto;
    background-color: tan;
    border-bottom: 3px solid rgb(141, 97, 38);
}

.learn-more-button:hover {
    background-color: rgb(173, 148, 115);
}

.learn-more-button a{
    text-decoration: none;
    color: white;
    padding: 10px;
    border-radius: 5px;
    font-size: 20px;
    /* font-weight: bold; */
    font-family: "classico-urw", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* About Section */

.about {
    margin: 0px 0% 0px;
    background-color: #f5f5f5;
}

.about-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: var(--lightblue);
}

.about-text {
    width: calc(90% - 50%); 
    float: left;
    display: flex;
    flex-direction: column;
    /* align-self: flex-start; */
    margin-left: 3%;
    margin-right: 3%;
}

.about-text a{
    text-decoration: none;
    color: black;
}

.about-text img {
    margin: 10% 0;
}

.about-text b{
    font-size: 25px;
    font-family: "classico-urw", sans-serif;
}

.about-text span{
    font-family: "classico-urw", sans-serif;
}

.about-text-line {
    margin-top: 50px;
    border-bottom: 2px solid #333;
    width: 35%;
    /* align-self: flex-end;  */
}

.about-text h3{
    padding: 3% 0 3% 0;
    font-size: 18px;
    font-family: "montserrat", sans-serif;
    font-weight: normal;
    margin: 0 10%;
    text-align: center;
    line-height: 1.5;
}

.about-image {
    overflow: hidden;
    float: right;
    width: 50%;
    max-width: 50%;
    height: 100%;
}

.about-image img{
    /* height: 100%; */
    /* filter: brightness(140%); */
    /* width: 750px;
    max-width: 750px; */
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    /* border-left: 4px solid rgb(93, 114, 114); */
}

/* Koreatown Section */
.koreatown {
    display: flex;
    background-color: rgb(235, 228, 219);
    justify-content: space-between;
}

.koreatown-content {
    display: flex;
    flex-direction: row;
    max-width: 60%;
    /* align-self: flex-end; */
}

.koreatown-text {
    display: flex;
    flex-direction: column;
}
.koreatown-text h2{
    margin: 100px 50px 0;
    font-size: 55px;
    text-align: right;
    align-self: flex-end;
    /* max-width: 60%; */
}

.koreatown-text-line {
    margin: 80px 50px 0 0;
    border-bottom: 2px solid #333;
    width: 35%;
    align-self: flex-end; 
}

.koreatown-picture {
    /* position: relative; */
    position: relative; 
    top: 50px;
    width: 40%;
    overflow: hidden;
}

.koreatown-picture img{
    /* height: 100%; */
    margin: 40px;
    width: 100%;
    height: auto;
    max-height: 700px;
    object-fit: cover;
}
.koreatown-maincontent {
    margin: 40px 50px 80px 40px;
    /* max-width: 60%; */
    align-self: flex-end;
    display: flex;
    flex-direction: row;
}

.koreatown-maincontent p {
    flex-basis: calc(33% - 15px);
    margin: 15px;

}
/* nav ul {
    list-style: none;
    display: none;
    gap: 20px;
    color: white;
} */



/* nav {
    height: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

nav a {
    color: #fff;
    text-decoration: none;
} */

/* .nav-links.active {
    display: flex;
} */

/* .hero {
    background: url('hero.jpg') no-repeat center center/cover;
    color: #fff;
    text-align: center;
    padding: 100px 20px;
} */



/* .menu-toggle {

    font-size: 24px;
    cursor: pointer;
} */

@media (max-width: 1080px) {
    .about-content {
        flex-direction: column-reverse;
        align-items: normal;
    }

    .about-text {
        width: 100%;
    }

    .about-image {
        margin-top: 30px;
        align-self: center;
        width: 80%;
        max-width: 80%;
    }

    .koreatown {
        flex-direction: column;
        margin-left: 0px;
        margin-right: 0px;
    }

    .koreatown-picture {
        top: -50px;
        width: 400px;
        height: 600px;
        align-self: center;
        display: flex;
        align-items: center;
    }

    .koreatown-picture img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .koreatown-content {
        width: 80%;
        max-width: 80%;
        margin: 0 10%;
    }

    .koreatown-text-line {
        margin: 20px;
    }

    .koreatown-maincontent {
        flex-direction: column;
        margin: 0px 0px 30px;
    }

    .koreatown-text h2{
        margin: 20px 0px 0 0;
    }
}