
@import url("../css/fonts/spinnaker.css");
@import url("../css/fonts/poppins.css");

.kg-width-full img,
.kg-width-wide img{
    display: none;
}
body{
    font-size:16px;
    margin: 0px;
    font-family: Poppins;
    -webkit-tap-highlight-color: transparent;
    background-color: #F9F3EF;
}

a{
    text-decoration: revert-layer;
    color: var(--darker-accent-color);
}

.index-image-cover{
    /*max-height: fit-content;
    height: 100%;*/
    margin-top: -2px;
    width: 100%;
    background-position: center 72%;
    background-repeat: no-repeat;
    background-size: 300%;
    background-position: top;
    /*position: relative;*/
    /*z-index:1 ;*/
    min-height: 70vh;
}

.header-container{
    background-color: #C6BA9E;
}

.header{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 30vh;
    overflow: auto;
    height: 100vh;
    padding: 0;
    margin: 0;
    margin: auto;
    overflow: hidden;
    max-width: 1920px;
}

.header-logo{
    width: -webkit-fill-available;
    width: fill-available;
    width: -moz-available;
    display: flex;
    position: absolute;
    margin: auto;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    height: fit-content;
    left: 0;
    
}

.header-logo img{
    display: block;
    object-fit: cover;
    padding-top: 5vh;
    max-height: 30vh;
    max-width: 100%;
    filter: drop-shadow(0px 0px 10px var(--darker-accent-color));

}

.header-button a{
    transition: all 0.5s ease-in;
    border-radius: 30px;
    padding: 1em 2em;
    color: white;
    font-weight: 500;
    background-color: var(--ghost-accent-color);
    text-decoration: none;
    display: block;
}

.header-button a:hover{
    transition: all 0.5s ease-out;
    border-radius: 25px;
    background-color: var(--darker-accent-color);
}

.header-button {
    /*height: -webkit-fill-available;
    height: fill-available;
    height: -moz-available;
    padding-top: 5vh;
    display: none;*/
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
    margin: 0;
    padding: 1em;
    zoom: 80%;
    text-transform: uppercase;
}

.logo span{
    font-style: italic;
    font-weight: 400;
    font-size: 3em;

}

.socials-button-container{
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-between;
    z-index: 2;
}

.header-socials{
    padding: 5vh 0 0vh 0;
    width: auto;
    height: fit-content;
    display: flex;
    justify-content: flex-start;
    scale: 0.9;
    flex-wrap: wrap;
    height: 100%;
    height: fill-available;
    height: -webkit-fill-available;
    left: 1vw;
    padding: 0;
    top: 1vh;
    z-index: 1;
    
}

.header-socials svg{
    fill: #FFF4EC;
    margin-right: 1vh;
}

.socials-button-container{
    display: none;
}

.header-socials a:hover svg path{
    transition: all 0.5s ease-out;
    fill: var(--darker-accent-color);
}

.site-content {
    /*height: 100dvh;
    height: fill-available;
    height: -webkit-fill-available;
    height: -moz-available;
    height: 100dvh;
    height: 100vh;*/
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

}

.glass-pane-container{
    background-color: rgba(255, 255, 255, 0.15);  
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    border-radius: 16px;
    max-width: 85vw;
    /*max-height: calc(100dvh - 20%);*/
    /*height: 100%;*/
    margin: auto;
    margin-bottom: 5vh;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    /*z-index: -1;*/
    height: fit-content;
    /*position: relative;*/
    color: var(--darker-accent-color);
}

.footer{
    font-size: smaller;
    margin: 1em;
}

@media (min-width: 830px) {
    .header-socials{
        display: flex;
        justify-content: flex-start;
        scale: 0.9;
        flex-wrap: wrap;
        height: 100%;
        height: fill-available;
        height: -webkit-fill-available;
        left: 1vw;
        padding: 0;
    }
    .header-button{
        position: unset;
        margin: unset;
        padding: 5vh;
        zoom: unset;
    }
    .header-button{
        height: 100%;
        margin-top: 5em;
    }
}



@media (min-width: 600px) {
    .index-image-cover{
        background-size: 100%;
    }
}

@media (min-width: 992px) {
    .header{
        max-width: 960px;      
    }
    .header-socials{
        padding: 5vh 0 0  0;
        
        flex-direction: row;

        scale: 1;
        position: relative;
    }

    .header-socials path{
        width: 26px;
        height: 26px;
    }
    .header-socials{
        display: flex;
    }
    .header-button{
        display: block;
    }
}

@media (min-width: 1200px) {
    .header{
        max-width: 1140px;       
    }

    .index-image-cover{
        background-size: 100%;
    }
    

}

@media (min-width: 1440px) {
    .header{
        max-width: 1650px;
    }
    .glass-pane-container{
        max-width: 80vw;
    }
}

@media (min-width: 1920px) {
    .header{
        max-width: 1700px;
    }
    
    
}
