body {
    font-family: 'Neue Machina' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}


main {
    flex: 1;
}

.hidden {
    display: none;
}



img {
    border-radius: 5px;
    height: 100%;
}

textarea {
    display: none;
}

/* main color - #1F5BFF */

header {
    min-height: 5%;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 1%;
    padding-bottom: 1%;
}

.headerContainer {
    width: 60vw;
    height: 100%;

}

.logo>.logoImg {
    height: 48px;
    width: auto;
    transition: all 0.2s ease-in;
}

.logoImg:hover {
    transform: scale(1.1);
    transition: all 0.2s ease-in;
    transform-origin: left;
}

h1 {
    font-size: 1.8em;
    font-weight: 800;
}

.headerAfter {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    font-size: 0.85em;
}

.about {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.aboutContainer {
    width: 60vw;
    display: flex;
    justify-content: space-between
}

.aboutText {
    width: 50%;
}

.aboutText>p {
    padding-top: 20px;
    line-height: 1.5;
    text-rendering: auto;
}

.aboutImg {
    width: 40%;
    max-height: 600px;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}

.footerAbout {
    display: flex;
    align-items: center;
    height: 48px;
    padding-right: 20px;
    padding-left: 20px;
    background: black;
    transition: all 0.1s ease-out;
}

/* --- Dark Theme Overrides (Conditional Invert) --- */
html[data-theme="dark"] body {
    background-color: #121212;
    color: #eeeeee;
}

html[data-theme="dark"] .menuSelect > a,
html[data-theme="dark"] .navigationContainer > a {
    color: #dddddd;
}

html[data-theme="dark"] .menuSelect > a:hover,
html[data-theme="dark"] .navigationContainer > a:hover {
    color: #1F5BFF;
}

html[data-theme="dark"] .logo > .logoImg {
    filter: invert(1);
}

.footerAbout>a {
    color: #fff;
    text-decoration: none;

}

.footerAbout:hover {
    transition: all 0.1s ease-in;
    background-color: rgb(10, 11, 67);
}

.menu {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    bottom: 5%;
}

.hideMenu {
    display: none;
}

.menuContainer {
    width: 60vw;
}

.menuSelect {
    display: flex;
    flex-direction: column;
}

.menuSelect>a {
    color: #282828;
    text-decoration: none;
    font-size: 8vh;
    line-height: 11vh;
    font-weight: 800;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;

}

.menuSelect>a:hover {
    transform: scale(1.2);
    color: #1F5BFF;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.10));
    transition: all 0.3s ease-in-out;
    transform-origin: left;
}


.navigation {
    padding-top: 24px;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.navigationContainer {
    width: 60vw;
    display: flex;
    justify-content: space-between;
}

.navigationContainer>a {
    color: #282828;
    text-decoration: none;
}

.navigationContainer>a:hover {
    font-weight: 500;
    text-decoration: underline;
}

.currentPage {
    color: #1F5BFF;
    font-weight: 800;
    cursor: default;
}

.gallery {
    width: 100%;
    display: flex;
    justify-content: center;
}

.galleryContainer {
    width: 60vw;
}

footer {
    min-height: 48px;
    width: 100%;
    margin-top: 2%;
    background: linear-gradient(#1f5bff, #1b4cd2);
    display: flex;
    border-radius: 5px 5px 0px 0px;
    justify-content: center;
    align-items: center;
}

.footerContainer {
    display: flex;
    width: 60vw;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    transition: all 0.1s ease-out;
}

.footerContainer>a {
    color: #fff;
    text-decoration: none;
}

.spacing:hover {
    text-decoration: underline;
    transition: all 0.1s ease-in;
    transform-origin: left;
}


.mobileSelectGallery, .mobileTitle {
    display: none;
}

.footerMobile {
    display: none;
}

.menu.is-visible {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;

}

.menu.is-hidden {
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  
  body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 1, 24, 0.4);
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  
  
  
  ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
  
    background: rgba(0, 9, 50, 0.5);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
  
  ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.3);
  }


@media (max-width: 1340px) {

    .menuContainer>a {
        font-size: 6.5vh;
        line-height: 11vh;

    }

    .headerAfter {
        font-size: 12px;
    }

}

@media (max-width: 1180px) {

    .logo>.logoImg {
        height: 40px;
    }

    header {
        padding-top: 2%;
    }

    .aboutText {
        width: 60%;
    }

    .aboutImg {
        width: 30%;
    }

    .menu {
        bottom: 10%;
    }

    .menuContainer>a {
        line-height: 9vh;
    }

    .headerContainer {
        width: 80vw;
    }

    .menuContainer {
        width: 80vw;
    }

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

    .footerContainer {
        width: 80vw;
    }

    .aboutContainer {
        width: 80vw;
    }

    .navigationContainer {
        width: 80vw;
    }

    .galleryContainer {
        width: 80vw;
    }
}


@media (max-width: 940px) {

    .hidden {
        display: block;

    }

    header {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .logo>.logoImg {
        height: 40px;
    }

    footer {
        margin-top: 40px;
        border-radius: 5px 5px 0px 0px;
    }

    .footerContainer {
        width: 95vw;
        font-size: 0.85em;
    }

    .footerAbout {
        display: none;
    }

    .headerContainer {
        width: 96vw;
    }

    .headerAfter {
        font-size: 12px;
    }

    .mobileSelectGallery {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .mobileTitle {
        display: block;
        padding-bottom: 10px;
    }

    .mobileGalleryContainer {
        width: 96vw;
    }

    .menu {
        z-index: 2;
        position: fixed;
        bottom: 0;
        padding-bottom: 20px;
        width: 100%;
        display: flex;
        justify-content: center;
        transition: all 100ms ease-out;
    }

    .menuContainer {
        position: relative;
        width: 96vw;
        height: 52px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
        background-color: #00000050;
        border: 1px solid rgba(255, 255, 255, 0.04);
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.23), 0px 0px 1px rgba(0, 0, 0, 0.3);
        backdrop-filter: blur(10px);
        border-radius: 62px;
        -webkit-backdrop-filter: blur(10px);
    }


    .menuSelect {
        display: flex;
        flex-direction: row;
        flex-basis: content;
        overflow-y: scroll;
        padding: 20px;
    }

    .menuSelect>a {
        color: #fff;
        margin-right: 20px;
        margin-left: 20px;
        margin-bottom: 0px;
        line-height: normal;
        text-decoration: none;
        background: -webkit-linear-gradient(#ffffff, #e9e9e9);
        font-size: 1em;
        font-weight: 600;
        letter-spacing: 0.050em;
        transition: all 0.2s ease-in-out;
        filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.10));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .menuSelect>a:hover {
        transform: scale(1.2);
        transition: all 0.2s ease-in-out;
    }

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

    .about {
        top: 80px;
    }

    .aboutContainer {
        width: 97vw;
        flex-direction: column;
    }

    .aboutText {
        width: 100%;
    }

    .aboutText>p {
        padding-top: 20px;
        font-size: 14px;
        line-height: 1.6;
        text-align: justify;
    }

    .aboutImg {
        width: 100%;
        height: calc(100vw/2.2);
        margin-top: 20px;
        object-fit: cover;
        border-radius: 5px;
    }

    .galleryContainer {
        width: 96vw;
    }

    .navigation {
        display: none;
    }


}