

body {
    margin: 0;
    font-family: "Poppins", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #ffffff;
}

.shape-v:after, .shape-v:before {
    background-color: #000;

}

footer{
    background-image: url("/images/nemesbuk-07.webp");
    background-size: cover;
    background-position: top;
}

a {
    color: #1e489b;
    text-decoration: none;
    background-color: transparent;
}

a:visited, a:hover, a:active {
    color: #5171af;
    text-decoration: none;
    background-color: transparent;
}

:root{
    --turquoise-dark: #538197;
}

.text-turquoise-dark{
    color:  #538197
}
.btn-turquoise-dark{
    background-color: #538197;
    color: white;
}

.btn-turquoise-dark:hover {
    color: #ffffff;
    background-color: #538197;
    border-color: #355462; }
.btn-turquoise-dark:focus, .btn-turquoise-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(88, 176, 230, 0.5); }
.btn-turquoise-dark.disabled, .btn-turquoise-dark:disabled {
    color: #ffffff;
    background-color: #538197;
    border-color: #538197; }
.btn-turquoise-dark:not(:disabled):not(.disabled):active, .btn-turquoise-dark:not(:disabled):not(.disabled).active,
.show > .btn-turquoise-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #355462;
    border-color: #355462; }
.btn-turquoise-dark:not(:disabled):not(.disabled):active:focus, .btn-turquoise-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-turquoise-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(88, 176, 230, 0.5); }

a, a:visited, a:active{
    color:  #538197
}



 #preloader {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: black;
     display: flex;
     justify-content: center;
     align-items: center;
     z-index: 1000;
     transition: opacity 1s ease, visibility 1s ease; /* Fokozatos eltűnés */
     opacity: 1;
     visibility: visible;
 }

#preloader.hidden {
    opacity: 0;
    visibility: hidden;
}

#preloader img {
    width: 300px;
    height: auto;
}


#content {
    display: none;
}

@media only screen and (max-width: 991px) {
    header.main-nav .navbar-dark .navbar-collapse.show > .navbar-nav a, #header .navbar-dark .navbar-collapse.show > .navbar-nav a {
        color: #eee;
    }

    header.main-nav .navbar-collapse.show > .navbar-nav, #header .navbar-collapse.show > .navbar-nav {
        top: 150px;
    }
}
