*{
    margin: 0;
    font-family: Bahnschrift;
    cursor: default;
}

a {
    text-decoration: none;
    color: black;
    cursor: pointer;
}

/* ~~~~~~~~~~~~~~~~~~~~ ID Calls ~~~~~~~~~~~~~~~~~~~~ */

#here{
    text-decoration: solid;
    text-decoration: underline;
}

#SiteIntro{
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: 1em;
    margin-right: 1em;
}

#ArtJibFig1{
    /* position: relative; */
    float: right;
    margin: 1em 2em 0em 2em;

    height: 10em;
    box-shadow: 0 18px 22px 0 rgba(0,0,0,0.30), 0 25px 75px 0 rgba(0,0,0,0.25);
}

#ArtJibFig2{
    /* position: relative; */
    float: left;
    margin: 1em 2em 0em 2em;
    
    height: 10em;
    box-shadow: 0 18px 22px 0 rgba(0,0,0,0.30), 0 25px 75px 0 rgba(0,0,0,0.25);
}

#Quotes{
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: 1em;
    margin-right: 1em;
}

#QuickNav{
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: 1em;
    margin-right: 1em;
}

#Quotes-Heading{
    background-color: white;
    padding: 1em 2em 1em 2em;
    border-radius: 1em;
    box-shadow: 0 18px 22px 0 rgba(0,0,0,0.30), 0 25px 75px 0 rgba(0,0,0,0.25);
    margin-bottom: 1em;
}

#vertical-line{
    width: 2px;
    min-height: 100%;
    background-color: black;
}

#Projects{
    background-image: url(images/blueprint.jpg);
    background-size: cover;
    background-position: center;

    color: black;
}

#Recipes{
    background-image: url(images/FoodComingSoon.jpg);
    background-size: cover;
    background-position: center;

    color: black;
}

#FOWT{
    background-image: url(images/FloatingOffshoreWind.jpg);
    background-size: cover;
    background-position: center;

    color: white;
}

#DNDQuickLink{
    background-image: url(images/DND_SkyDragon.jpg);
    background-size: cover;
    background-position: center;

    color: white;
}

#FloorPlans{
    background-image: url(images/FloorPlanGeneric.jpg);
    background-size: cover;
    background-position: right;

    color: black;
}

#Projects-2Column-Section{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.home-two-columns{
    display: flex;
    padding-top: 2em;
    padding-bottom: 2em;
}

.Quote{
    padding: 3em;
    margin-top: 2em;
    margin-bottom: 2em;
    width: 60%;
    text-align: justify;
    box-shadow: 0 18px 22px 0 rgba(0,0,0,0.30), 0 25px 75px 0 rgba(0,0,0,0.25);
    border-radius: 2em;
    background-color: white;
}

.QuickNavOption{
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    width: 60%;
    text-align: justify;
    box-shadow: 0 18px 22px 0 rgba(0,0,0,0.30), 0 25px 75px 0 rgba(0,0,0,0.25);
    border-radius: 1em;
    background-color: white;
}

.QuickNavOption:hover{
    scale: 1.025;
    cursor: pointer;
}

.header-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: black; 
    height: 150px;  
}

.name-divider{
    border-width: 1px; 
    border-style: solid;
    border-color: white;
    border-radius: 50%;
    margin: 6px 0px 6px 0px; 
}

.profile-image{
    height: 100px;
    aspect-ratio: 1;
    padding: 5%;
    border-radius: 50%
}

.logo{
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-menu{
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: white;
}

.nav-menu li{
    word-wrap: normal;
    width: min-content;
    margin: .5em;
    text-align: center;
    cursor: pointer;
    padding: 5px 5px;
}

.nav-menu li a{
    text-decoration: none;
    color: white;
}

.nav-menu li:hover{
    scale: 1.2;
}

.nameplate{
    width: 375px;
    /* border: 2px solid white; */
}

.HomePageArray{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.NavigationPanel{
    width: 33%;
    /* max-width: 12em; */
    aspect-ratio: 1;
    margin: 5%;
    
    background-size: cover;
    background-position: center;
    background-color: royalblue;
    border-radius: 2em;

    display: flex;
    justify-content: center;
    align-items: center;

    /* box-shadow: 0 16px 20px 0 rgba(0,0,0,0.2), 0 20px 70px 0 rgba(0,0,0,0.2); */
}

.NavigationPanel:hover{
    box-shadow: 0 18px 22px 0 rgba(0,0,0,0.5), 0 25px 75px 0 rgba(0,0,0,0.4);
    cursor: pointer;
}

.NavigationPanel:active{
    box-shadow: 0 20px 24px 0 rgba(0,0,0,0.75), 0 30px 80px 0 rgba(0,0,0,0.65);
    cursor: pointer;
}

.thumbnail{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    aspect-ratio: 1;
    border-radius: 45%;
    margin: 30px 10px 30px 10px;
    box-shadow: 5px 5px 4px black;
    color: white;
    cursor: pointer;
    background-size: cover;
}

.thumbnail:hover{
    scale: 1.2;
}

.project-section{
    background-color: white;
}

.icon-display{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10%;
    margin: 0;
}

.icon-description{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
}

.introduction{
    display: flex;
    flex-direction: column;
    background-color: white;
    height: 250px;
    justify-content: center;
    align-items: center;
}

/* Homepage Places Section */

.places-section{
    background-image: url(images/Benedicta.jpg);
    background-size: cover;
}

.footer{
    background-color: black;
    color: white;
}

/* Projects Page Style */

.Project{
    display: flex;
    /* justify-content: center; */
    height: fit-content;
    align-items: center;
}

.Project-image{
    max-width: 40%;
    object-fit: cover;
    height: fit-content;
    margin: 2em;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.Project-Image-Container{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding-left: 2em;
}

.Project-Column{
    display: flex;
    flex-direction: column;
    width: 50%;
}

.Project-Description{
    display: flex;
    flex-direction: column;
    max-width: 50%;
    align-items: center;
    justify-content: center;
    margin: 3em;
    /* border:black 2px solid */
}

.Project-title{
    margin-bottom: 1em;
}

.Project-Header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.5em;
}

.Project-Cover-Image{
    width: 90%;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.48), 0 17px 50px 0 rgba(0,0,0,0.38);
}

.Project-Paragraph{
    padding-left: 2.5%;
    padding-right: 2.5%;
    text-align:Justify;
}

.DetailsButton{
    margin: 1em;
    padding: 7px;
    border: 1px solid black;
    border-radius: 8px;
}

.DetailsButton:hover{
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    cursor: pointer;
}

.DetailsButton:active{
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.48), 0 17px 50px 0 rgba(0,0,0,0.19);
    cursor: pointer;
}

.Disclaimer{
    font-size: 0.75em;
}

/* Mobile Styling */

@media(max-width: 65em) {
    .header-section{
        font-size: 0.8em;
        
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 200px;
    }

    .profile-image{
        height: 90px;
    }

    .name-divider{
        width: 180px;
    }
    
    .nav-menu{
        flex-direction: row;
        /* position: fixed; */
        inset: 0 0 0 65%;   
    }

    /* .nameplate{
        width: 375px;
    } */

    .Project{
        flex-direction: column;
        align-items: center;
        height: fit-content;
        gap: 10px;
    }
    
    .Project-image{
        width: 75%;
        object-fit: cover;
        margin: 2em;
    }
    
    .Project-Description{
       height: 25%; 
    }

    .Project-Column{
        display: flex;
        width: 100%;
    }

    .home-two-columns{
        flex-direction: column-reverse;
        align-items: center;
    }

    #QuickNav{
        margin-top: 4em;
        margin-bottom: 4em;
    }

    #Quotes{
        margin-top: 4em;
        margin-bottom: 4em;
    }

    #Projects-2Column-Section{
        flex-direction: column;
        align-items: center;
    }

}

@media(max-width: 80em) {
    .Project{
        flex-direction: column;
        align-items: center;
        height: fit-content;
        gap: 10px;
    }
    
    .Project-image{
        width: 75%;
        object-fit: cover;
        margin: 2em;
    }
    
    .Project-Description{
       height: 25%; 
    }

    .Project-Column{
        display: flex;
        width: 100%;
    }

    #Projects-2Column-Section{
        flex-direction: column;
        align-items: center;
    }
}

