/* cmsms stylesheet: ViviGabor CSS modified: 2024. április 18., csütörtök 11:09:49 */
body {
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    font-weight: 500;
}

main {
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Dancing Script", cursive;
    line-height: 0.9;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    
}

.h1, h1 {
    font-size: 3.5em;
}

.h2, h2 {
    font-size: 3em;
}

.h3, h3 {
    font-size: 2.5em;
}

.h4, h4 {
    font-size: 2.25em;
}

.h5, h5 {
    font-size: 2em;
}

.h6, h6 {
    font-size: 1.5em;
}

.idezet-piros {
    color: #b71f2d;
}

.btn {
    font-weight: 600;
}

a {
    cursor: pointer;
}

a:not(.btn):not(.nav-link) {
    color: var(--bs-danger);
    text-decoration: none;
}

.text-shadow {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.text-shadow-lg {
    text-shadow: 0px 0px 18px rgba(0, 0, 0, 1);
}

.azonosito-minta-pic {
    max-width: 200px;
}

.slider-section {
    height: 50vh;
}

.name-tables {
    margin-top: -3em;
}

.name-tables .person {
    width: 35%;
}

.name-tables .heart-div {
    margin-left: -1em;
    margin-right: -1em;
}

.profile-pic {
    width: 75%;
    max-width: 175px;
    margin-top: -5em;
}

.profile-pic.mini {
    margin-top: -4em;
}

.name-tables .person-data {
    font-size: 0.95em;
}

.heart-zoom {
    -webkit-animation: slide-zoom 1s infinite alternate;
}

@keyframes slide-zoom {
    0% {
        transform: scale(1.0);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1.0);
    }
}

.time-line {
    left: calc(50% - 2px);
    width: 4px;
    background-color: #dc3545;
}

.time-line.feher {
    background-color: #fff;
}

.timeline-pic {
    max-width: 320px;
}

.w-time-line {
    width: 30px !important;
    max-width: 30px !important;
}

@media (orientation: landscape) {
    .slider-section {
        height: 55vh;
    }
}

@media (orientation: portrait) {
    .slider-section {
        height: 50vh;
    }
}

@media (max-width: 991.98px) {
    .name-tables .person-data i {
        font-size: 1.3em;
    }

    nav > .navbar-collapse {
        position: absolute;
        right: 1em;
        top: 3em;
        background-color: #fff;
        padding: 0 1.5em;
        border-bottom-left-radius: 1em;
        border-bottom-right-radius: 1em;
        box-shadow: var(--bs-box-shadow) !important;
        max-height: 68vh;
    }
}

@media (max-width: 767.98px) {
    .name-tables .person {
        width: 40%;
    }

    #sliderTextDiv {
        font-size: 0.85em;
    }

    .profile-pic {
        margin-top: -4em;
    }

    .profile-pic.mini {
        margin-top: -4.5em;
    }
}

@media (max-width: 575.98px) {
    body {
        font-size: 17px;
    }

    .name-tables .person {
        width: 50%;
    }

    #sliderTextDiv {
        font-size: 0.7em;
    }

    .profile-pic {
        margin-top: -3em;
    }

    .profile-pic.mini {
        margin-top: -5em;
    }

    nav > .navbar-collapse {
        top: 3.15em;
    }
}
