@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

@font-face {
    font-family: 'Plate Gt One Two MT Std';
    src: url(/style/fonts/PlateGtOneTwoMTStdRegular.ttf) format('truetype');
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #EFF1F3;
    font-family: 'Rubik', sans-serif;
}

::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-thumb {
    background-color: #6a6a6a89;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background-color: #EFF1F3;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #888888a4;
}

a {
    color: #000;
}

a:visited {
    color: #000;
}

main {
    max-width: 1500px;
    margin: 0 auto;
}

nav {
    color: #fff;
    padding: 10px;
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.1));
}

.nav-header {
    background-image:url("/assets/images/header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 160px;
    position: relative;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-top: 30px;
}

.nav-selection, .nav-selection-top {
    background-color: #0072c3;
    padding: 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.nav-selection-top {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 800px;
    top: -100px;
    z-index: 1000;
    margin: 0 10px;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.397);
    transition: top 0.3s ease;
    background-color: #166ac993;
    backdrop-filter: blur(10px);
}

.nav-selection-top .active {
    background-color: #ffffff9c !important;
}

.nav-selection-top .nav-item:hover {
    background-color: #ffffffb9 !important;
}

.selection-holder {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 1000px;
}

.nav-item {
    padding: 5px 10px;
    font-size: 1em;
    border-radius: 10px;
    transition: 0.2s ease;
}

.nav-item a {
    text-decoration: none;
    font-weight: 500;
    font-size: 1.2em;
    color: #fff;
}

.nav-item:hover a {
    color: #0072c3;
}

.nav-item:hover {
    background-color: #EFF1F3;
    border-radius: 10px;
    padding: 5px 20px;
}

.active {
    background-color: #EFF1F3;
    border-radius: 10px;
}

.active a {
    color: #0072c3;
}

content {
    display: flex;
    margin-top: 10px;
    margin-bottom: 75px;
}

content h1 {
    color: #000 !important;
    margin: 0;
    margin-bottom: 10px;
    font-size: 2em;
}

.content-container {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 0 10px;
    line-height: 1.6em;
    width: 100%;
    text-align: left;
    height: fit-content;
}

.content-container h2 {
    color: #000000c2;
    text-decoration: none;
    padding-bottom: 0;
}

.article-image {
    width: 235px;
    height: auto;
    left: 50%;
    margin-left: -117.5px;
    position: relative;
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.1));
}

input {
    width: 100%;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-family: 'Rubik', sans-serif;
    transition: border-color 0.3s ease;
}

input:focus {
    border-color: #0072c3;
    outline: none;
}

table {
    width: 100%;
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 3px solid #28567d;
}

.links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
}

.no-padding {
    padding: 0;
    margin: 0;
}

.suggested-container {
    flex: 1;
    max-width: 300px;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.suggested-container h1 {
    font-size: 1.3em;
}

.suggested-link img {
    width: 150px;
    margin: 10px 0;
}

.spacer {
    margin: 10px 0 15px 0;
    border: 2px solid #28567d;
    border-radius: 15px;
    width: 100%;
    max-width: 200px;
}

.suggested-book img {
    width: 225px;
    margin: 5px 0;
    border-radius: 15px;
}

h1 {
    font-family: 'Plate Gt One Two MT Std', sans-serif;
    color: #fff;
    text-align: center;
    font-size: 2.5em;
    margin: 0;
    margin-bottom: 20px;
}

h2 {
    font-family: 'Rubik', sans-serif;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    font-size: 1.5em;
    text-decoration: underline;
    margin: 0;
    padding: 10px;
    opacity: 0.9;
}

h3 {
    font-family: 'Plate Gt One Two MT Std', sans-serif;
    color: #000;
    text-align: center;
    padding-top: 10px;
    font-size: 1.2em;
    margin: 0;
    padding: 10px;
}

footer {
    bottom: 0;
    color: #000000bb;
    text-align: center;
    position: fixed;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 800px;
}

.footer-container {
    margin: 10px;
    background-color: transparent;
    backdrop-filter: blur(10px);
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-weight: 100;
}

.footer-icon {
    position: absolute;
    left: 10px;
    top: 10px;
}

.footer-icon-mvv {
    position: absolute;
    left: 50px;
    top: 13px;
}

.footer-icon a {
    margin: auto;
}

.facebook-icon {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.mvv-icon {
    width: 30px;
    height: 30px;
}

.footer-container p {
    margin: 0;
    font-size: 0.85em;
}