.logo[data-v-2da3f7ff] {
    max-width: 20%;
    height: auto
}

.header-nav[data-v-2da3f7ff] {
    background-color: var(--background-color-dark);
    height: 10%;
    width: 100%
}

.header-text[data-v-2da3f7ff] {
    color: var(--text-color);
    font-size: 1.5rem;
    font-weight: 700
}

.nav-bar[data-v-2da3f7ff] {
    overflow: hidden;
    transition: height .3s ease;
    background-color: var(--background-color-dark);
    display: flex;
    justify-content: center
}

nav ul[data-v-2da3f7ff] {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1rem;
    align-items: center
}

nav ul li a[data-v-2da3f7ff] {
    text-decoration: none;
    color: var(--text-color)
}

#app {
    font-family: Iniria-Sans
}

.background {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: var(--background-color-light);
    z-index: -2
}

#app,body,html {
    font-family: Inria Sans,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: var(--text-color-dark);
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute
}

.header {
    width: 100vw;
    display: flex;
    justify-content: center;
    z-index: 10
}

.page-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row
}

.page-left {
    width: 15%;
    display: flex;
    align-items: top
}

.page-right {
    width: 15%
}

.content-container {
    width: 70%;
    display: flex;
    flex-flow: column
}

.nav-links {
    width: 33.33%;
    display: flex;
    justify-content: center
}

.nav-links a {
    display: flex;
    align-items: center;
    text-decoration: none
}

.nav-links a img {
    max-height: 85%
}

.nav-links a.router-link-exact-active {
    color: #fff;
    background-color: #2c3e50;
    padding: .5rem;
    border-radius: .25rem
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    background-color: var(--background-color-light)
}

::-webkit-scrollbar-thumb {
    background-color: var(--background-color);
    border-radius: 0
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555
}

.flex-container.center {
    display: flex;
    justify-content: center
}

@media (max-width: 768px) {
    .page-left,.page-right {
        display:none
    }

    .content-container {
        width: 100%;
        padding-left: .5rem;
        padding-right: .5rem
    }

    .header {
        margin-bottom: 1rem
    }
}

@media (max-height: 768px) {
    .content-container {
        overflow-y:scroll
    }
}

.gallery[data-v-3d98eddd] {
    display: flex;
    place-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1rem
}

.gallery-image[data-v-3d98eddd] {
    max-width: 25%;
    height: auto
}

.banner-image[data-v-3d98eddd] {
    max-width: 50%;
    height: auto
}

.banner-container[data-v-3d98eddd] {
    display: flex;
    place-content: center;
    margin: 1rem
}

.long-text[data-v-3d98eddd] {
    margin: 1rem
}

@media (max-width: 768px) {
    .banner-image[data-v-3d98eddd],.gallery-image[data-v-3d98eddd] {
        max-width:100%
    }
}
