/* VŠEOBECNÉ */

* {
    box-sizing: border-box;
    font-family: Verdana;
}

::-webkit-scrollbar {
    display: normal;
}

::-webkit-scrollbar-track, ::-webkit-scrollbar-corner {
    background: rgb(225,225,225);
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgb(37,40,56);
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

body, html {
    top: 0px;
    left: 0px;
    margin: 0px;
    height: 100%;
    background-color: #fff;
}
.width {
    max-width: 1200px;
    /*min-width: 494px;*/
    margin-left: auto;
    margin-right: auto;
    
    
}
.parallax {
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 53px;
    right: 7px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgb(0,0,0);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    transition: all ease-in-out 0.3s;

}
#myBtn:hover {
    background-color: #555;
    color: rgb(0,0,255);
    transition: all ease-in-out 0.3s;
}

@media only screen and (max-device-width: 1366px) {
    .parallax {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 520px) and (orientation: portrait) {
    #myBtn {
        bottom: 48px;
        font-size: 10px;
        padding: 10px;
    }
}

@media screen and (max-width: 458px) {
    #myBtn {
        bottom: 59px;
    }
}

/* VŠEOBECNÉ */
/* HLAVIČKA */

.header {
    height: calc(100vh - 82px);
    padding: 0px;
    padding-top: calc(100vw * 0.03) /*70px*/;
    /*top: -50px;*/
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: space-around;
}
.gradient {
    /*opacity: 50%;*/
 
   background: url(../images/parallax_1.jpg) no-repeat right top;
   /* background: linear-gradi(142deg,rgba(0, 255, 0, 0.5) 30%,rgba(0, 0, 0, 1) 80%);*/
}

.title-wrapper {
    position: relative;
    display: grid;
    transform: skew(0, -20deg);
    z-index: 0;
}

.top-title {
    order: 1;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 1.5vw /*clamp(1rem, 4vw, 1.5rem)*/;
    margin-bottom: 1rem;
    text-shadow: 0 0 3px rgb(0,0,0);
    transition: all ease-in-out 0.3s;
    
}

.bottom-title {
    order: 3;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 1.5vw /*clamp(1rem, 4vw, 1.5rem)*/;
    margin-top: 2rem;
    padding-left: 2rem;
    text-shadow: 0 0 3px rgb(0,0,0);
    transition: all ease-in-out 0.3s;
}

.bottom-date {
    order: 4;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 2.5vw /*clamp(1rem, 4vw, 1.5rem)*/;
    margin-top: 0rem;
    padding-left: 2rem;
    text-shadow: 0 0 3px rgb(0,0,0);
    transition: all ease-in-out 0.3s;
}

.sweet-title {
    padding-bottom: 8px;
    order: 2;
    color: #ffffff;
    font-weight: 900;
    text-transform: none;
    font-size: 1vw /*5vw /*clamp(1vw, 5vw, 5vw)*/;
    line-height: 0.75em;
    text-align: center;
    transition: all ease-in-out 0.3s;
    text-shadow: 3px 1px 1px #4af7ff, 2px 2px 1px #165bfb, 4px 2px 1px #4af7ff, 3px 3px 1px #165bfb, 5px 3px 1px #4af7ff, 4px 4px 1px #165bfb, 6px 4px 1px #4af7ff, 5px 5px 1px #165bfb, 7px 5px 1px #4af7ff, 6px 6px 1px #165bfb, 8px 6px 1px #4af7ff, 7px 7px 1px #165bfb, 9px 7px 1px #4af7ff;
    span
    /*opacity: 0.5;*/
    

{
    display: block;
    position: relative;
    &:before

{
    content: attr(data-text);
    position: absolute;
    text-shadow: 2px 2px 1px #000000, -1px -1px 1px #00ff00, -2px 2px 1px #ffff00, 1px -1px 1px #00ff00;
    z-index: 1;
}

&:nth-child(1) {
    /*padding-right: 2.25rem;*/
}

&:nth-child(2) {
    padding-left: 2.25rem;
}

}
}

.circleRow {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    bottom: -15px;
    left: 25%;
    width: 30vw;
}
.circle {
    background-color: rgb(0,0,0,0);
    border-radius: 50%;
    width: 7vw;
    height: 7vw;
    transition: all ease-in-out 0.3s;
}

@media screen and (max-width: 900px) and (orientation: landscape) {
    .title-wrapper {
        top: -10px;
    }
    .top-title {
        font-size: 1.5vw /*clamp(1rem, 4vw, 1.5rem)*/;
    }
    .bottom-title {
        font-size: 1.5vw /*clamp(1rem, 4vw, 1.5rem)*/;
    }
    .bottom-date {
        font-size: 1.5vw /*clamp(1rem, 4vw, 1.5rem)*/;
    }
    .sweet-title {
        font-size: 3vw /*clamp(3rem, 10vw, 6rem)*/;
    }
    .circleRow {
        bottom: 20px;
        left: 15%;
        width: 25vw;
    }
    .circle {
        background-color: rgb(0,191,255);
        border-radius: 50%;
        width: 5vw;
        height: 5vw;
    }
}

@media screen and (max-width: 600px) {
    .title-wrapper {
        top: 70px;
    }
    .circleRow {
        bottom: -100px;
    }
}

@media screen and (max-width: 520px) and (orientation: portrait) {
    .header {
        padding-top: 0px;
    }
    .title-wrapper {
        top: 50px;
    }
    .circleRow {
        bottom: -80px;
    }
}

/* HLAVIČKA */
/* NAVIGAČNÉ MENU */

#navbar {
    overflow: hidden;
    background-color: #fff;
    box-shadow: rgba(0,0,255,0.3) 0px 19px 50px, rgba(0,0,255,0.3) 0px -19px 50px;
    height: auto;
    z-index: 99;
}
.menu {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    background:none;
    z-index:1199;
}
.menu-bar {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    list-style-type: none;
    z-index: 99;
    padding-left: 0px;
}
.menu-item a {
    float: left;
    display: block;
    color: #000;
    text-align: center;
    text-decoration: none;
    font-family: Verdana;
    font-size: 18px;
    border-radius: 10px;
    transition: all ease-in-out 0.3s;
    width: auto;
    padding: 14px 16px;
}
.menu-item a:hover {
    background-color: rgba(0,191,255,0.6);
    color: #000;
    transition: all ease-in-out 0.3s;
}
.menu-item a:active {
    background-color: rgb(225,225,225);
    color: rgba(0,191,255,0.6);
    transition: all ease-in-out 0.3s;
}
.menu-item {
    padding: 0px;
    /*margin-top: -14px;*/
}
.hamburger {
    display: none;
    cursor: pointer;
    margin-top: 26px;
    margin-bottom: 27px;
    position: relative;
    left: 1px;
    bottom: 0px;
    width: 100vw;
    z-index: 99;
}
.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: rgba(0,0,0,1);
}

@media screen and (max-width: 780px) and (orientation: portrait) {
    #navbar {
        width: 100%;
        top: 0px;
    }

        #navbar a {
            font-size: 16px;
        }

    .hamburger {
        display: block;
    }

        .hamburger.active .bar:nth-child(2) {
            opacity: 0;
        }

        .hamburger.active .bar:nth-child(1) {
            transform: translateY(8px) rotate(45deg);
            background-color: rgba(0,191,255,0.6);
        }

        .hamburger.active .bar:nth-child(3) {
            transform: translateY(-8px) rotate(-45deg);
            background-color: rgba(0,191,255,0.6);
        }

    .menu-bar {
        position: fixed !important;
        top: -100%;
        gap: 0;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        text-align: center;
        transition: all ease-in-out 1s;
        box-shadow: rgba(0,0,0,0.3) 0px 19px 50px, rgba(0,0,0,0.3) 0px -19px 50px;
    }

    .menu-item {
        margin: 3px 0;
        padding: 3px;
    }

        .menu-item a {
            width: 100%;
            border-radius: 0px;
        }

        .menu-item:first-child {
            margin: 75px 0 3px 0;
        }

    .menu-bar.active {
        top: 0px;
        transition: all ease-in-out 1s;
        margin: 0px;
    }

    #navbar.active {
        position: fixed;
        top: 0px;
        transition: all ease-in-out 1s;
    }

    #navbar a, .menu-link, .menu-item {
        width: 100%;
    }
}

.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    transition: all ease-in-out 1s;
    
}

.sticky + .content {
    padding-top: 16px;
}

@media screen and (max-width: 1200px) and (orientation: landscape) {
    .menu-item a {
        font-size: 16px;
        transition: all ease-in-out 0.2s;
    }
}

@media screen and (max-width: 1090px) and (orientation: landscape) {
    .menu-item a {
        font-size: 14px;
        transition: all ease-in-out 0.2s;
    }
}

@media screen and (max-width: 990px) and (orientation: landscape) {
    .menu-item a {
        font-size: 12px;
        transition: all ease-in-out 0.2s;
    }
}

@media screen and (max-width: 880px) and (orientation: landscape) {
    .menu-item a {
        font-size: 10px;
        transition: all ease-in-out 0.2s;
    }
}

/* NAVIGAČNÉ MENU */
/* SEKCIE STRÁNKY */

.titulok {
    font-family: 'Bebas Neue';
    font-size: 45px;
    font-weight: 600;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(216,216,216);
}
.content {
    padding: 100px 16px 100px 16px; /* top right bottom left */
    font-family: 'Open Sans';
    font-size: 18px;
    text-align: justify;
    
}
.content a {
    color: black;
    text-align: center;
    transition: all ease-in-out 0.3s;
    text-decoration: none;
    text-decoration: underline;
}
.content a:hover {
    color: rgba(0,255,0, 1);
    transition: all ease-in-out 0.3s;
    text-decoration: underline;
}
li {
    padding: 5px 10px 5px 10px; /* top right bottom left */
    font-family: 'Open Sans';
    font-size: 18px;
    text-align: justify;
}
.tableRow {
    width: 70%;
}

@media screen and (max-width: 900px) and (orientation: landscape) {
    .tableRow {
        width: 80%;
    }

    .content, ul, ol, li, .cellFont {
        font-size: 16px;
    }

    .titulok {
        font-size: 32px;
    }
}

@media screen and (max-width: 850px) and (orientation: landscape) {
    .content, ul, ol, li, .cellFont {
        font-size: 12px;
    }
}

@media screen and (max-width: 800px) and (orientation: portrait) {
    .content, ul, ol, li, .cellFont {
        font-size: 15px;
    }
    .titulok {
        font-size: 36px;
    }
    .tableRow {
        width: 90%;
    }
}

@media screen and (max-width: 600px) {
    .content, ul, ol, li, .cellFont {
        font-size: 12px;
    }
    .titulok {
        font-size: 20px;
    }
    .tableRow {
        width: 100%;
    }
}

/* SEKCIE STRÁNKY */
/* PäTA */

.footer {
    background-color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: bolder;
    border-top: 1px solid #000;
    padding-top: 15px;
    padding-bottom: 15px;
    color: rgb(0,0,0);
}
.footer a, .footer a:hover {
    text-decoration: none;
    color: rgb(100,200,100);
}

@media screen and (max-width: 900px) and (orientation: landscape) {
    .footer {
        font-size: 11px;
    }
}

@media screen and (max-width: 800px) and (orientation: portrait) {
    .footer {
        font-size: 9px;
    }
}

@media screen and (max-width: 520px) and (orientation: portrait) {
    .footer {
        font-size: 10px;
        padding: 13px 5px;
    }
}

/* PäTA */