:root {
    /*--color-lime: #39FF14; !*marine*!*/
    --color-lime: #ccc; /*marine*/

}

body {
    color:#ccc !important;
    /*color:red !important;*/
    /*font-family: 'Roboto', sans-serif;*/
    /*font-family: 'Open sans', sans-serif;*/
    /*font-family: 'Roboto Mono', monospace;*/
    /*font-family: 'Play', sans-serif;*/
    /*font-family: 'Inter', sans-serif;*/
    /*font-family: 'JetBrains Mono', monospace;*/
    /*font-family: 'Montserrat', sans-serif;*/
    /*font-family: 'Signika', sans-serif;*/
    /*font-family: 'Carter One', cursive;*/

    /*font-family: "Bebas Neue", sans-serif;*/
    font-family: "teko", sans-serif;
    font-weight: 100;
    font-style: normal;

    /*font-weight: bold;*/
    /*background-color: white;*/
    /*color: rgba(0, 0, 0, .65);*/
    margin: 0;
    padding: 0;
    font-size: 14px;
    background-color: black;
    background-image: url('/img/castorkanik/foret.jpg?v={{Config::get("release.version")}}');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

p, ol, td, ul {
    font-family: "Helvetica", sans-serif;

    font-size: min(16px, 3vw);
    text-align: justify;
}

h1 {
    text-transform: uppercase;
    color: white;
}

h2 {
    color: white;
}

ol, td, ul {
    color: var(--color-lime);
}

.white {
    color: white;
    font-weight:700;
}


.right {
    text-align: right;
}

.bold {
    font-weight: bold;
}

.caps {
    text-transform: uppercase;
}

.u {
    text-decoration: underline;
}
.header {
    background-image: url('/img/castorkanik/header.webp?v={{Config::get("release.version")}}');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-rows: min-content 1fr auto;

}


.header-top {
    text-transform: uppercase;
    font-size: min(25px, 5vw);
    font-weight: 100;
    padding: 30px 0px;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}


a.header-btn, a.lime-btn {
    background-color: var(--color-lime);
    text-decoration: none;
    color: black;
    padding: 4px 15px 0px 15px;
    text-transform: uppercase;
    border: 1px solid black;
    font-size: 20px


}

a.header-btn:hover, a.lime-btn:hover {
    color: black;
    background-color: white;
}

#closePopup {
    cursor: pointer;
    font-size: 14px;
    /*line-height: 0px;*/
    /*padding: 5px;*/
    /*border: grey solid 1px;*/
}

#closePopup:hover {
    /*background-color: black;*/
    /*color: white;*/
}


.header-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-menu-left {
    display: flex;
    gap: min(25px, 5vw);
    justify-content: flex-start;
    align-items: center;
}

.header-menu-right {
    display: flex;
    gap: min(25px, 5vw);
    justify-content: flex-end;
    align-items: center;
}

a.header-link {
    text-decoration: none;
    color: var(--color-lime);
}

a.header-link:hover {
    color: white;
}


.header-title {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    color: white;
    font-weight: 500;
}

.header-title div {
}

.title {
    font-size: min(200px, 18vw);
    line-height: 0px;
}

.sub-title {
    font-size: min(66px, 8vw);
    line-height: min(60px, 8vw);
}

.header-footer {
    text-transform: uppercase;
    font-size: min(25px, 5vw);
    font-weight: 100;
    display: flex;
    justify-content: center;
    gap: 35px;
    padding-bottom: 20px;
}

.header-footer a {
    text-decoration: none;
    color: var(--color-lime);
}

.header-footer a:hover {
    color: white;
}


.lime {
    color: var(--color-lime);
}

.horizontal {
    background-color: var(--color-lime);
    color: black;
    display: flex;
    justify-content: center;
    text-transform: uppercase;

}

.horizontal div {
    display: flex;
    gap: 10vw;
    justify-content: center;
    padding: min(40px, 5vw) min(40px, 10vw);
}

a.icon-black {
    text-decoration: none;
    color: black;
    font-size: min(20px, 5vw);
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

a.icon-black i {
    font-size: min(40px, 10vw);
}


a.icon-black:hover {
    color: white;
}


.blabla {
    display: flex;
    justify-content: center;
    background-color: black;
    color: white;
    padding: 30px 0px;
}


.blabla > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

@media only screen and (max-width: 900px) {
    .blabla > div {
        flex-direction: column;
    }
}

.blabla > div svg {
    width: 70%;
    fill: var(--color-lime);
    margin: 20px
}


.blabla-body {
    width: 100vw;
    padding: 40px;
    color: var(--color-lime);
}

.castor-container {
    margin: auto;
    width: min(1200px, 90vw);

}

.castor-container-tight {
    margin: auto;
    width: min(900px, 90vw);
}

.tiles {
    width: 100vw;
    display: grid;
    background-color: var(--color-lime);
    gap: min(6px, 1vw);
    font-size: min(50px, 3vw);
    line-height: min(40px, 3.5vw);

}

.tile {
    background-color: black;
    height: 20vw;
}

a.middle {
    display: flex;
    justify-content: center;
    align-items: center;

    color: var(--color-lime);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    text-align: center;
}


.photo {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.begin {
    background-size: 85% 85%;
    background-image: url('/img/castorkanik/begin.svg?v={{Config::get("release.version")}}');
    background-position: center;
    background-repeat: no-repeat;
}

.tile:hover {
    opacity: 0.5;
}

.menu {
    padding: 40px 0px;
    background-color: black;
    font-size: min(20px, 8vw);
    display: flex;
    justify-content: center;

}

a {
    text-decoration: none;

}

.menu > div {
    width: min(600px, 90vw);
    /*background-color: red;*/
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, 140px);
    gap: 10px;
    justify-content: space-around;
    justify-items: center;
    align-content: center;

}

.menu-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    justify-items: flex-start;
    font-weight: 100;
    padding: 20px 0px;
}

.menu-section a {
    color: var(--color-lime);
}

.menu-section a:hover {
    color: white;
}


.logo {
    margin: auto;
    text-align: center;
    padding: 30px 0px;

}

.logo svg {
    height: 200px;
    fill: white;
}

.mosaic {
    display: grid;
    width: 100%;
    gap: 10px;

}

.mosaic-tile {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.documents td {
    background-color: white;
    padding: 20px;
    margin-bottom: 40px;
    color: black !important;
}

folder {
    padding-left: 20px;
}

.documents a {
    color: black !important;
}

.documents a:hover {
    color: var(--color-lime) !important;
}


.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    /*background-color: #fff;*/
    /*border: 1px solid #ccc;*/
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
    z-index: 1000;
}

#popup {
    width: min(800px, 95vw);
}


footer {
    background-color: black;
}

footer, footer a {
    color: var(--color-lime) !important;
}

footer a:hover {
    color: white !important;
}

.footer-logo > svg {
    fill: var(--color-lime);
}

.footer-logo svg:hover {
    fill: white;
}


