html {
    min-height: 100%;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #000;
    background: linear-gradient(#EA4A00, #E39800);
}

.ad-container {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;  
}

.ad-container img {
  max-width: 100%;
  height: auto;
  display: block;
}

.ad-container img.tracker {
  width: 0;
  height: 0;
  position: absolute;
  visibility: hidden;
}


body::-webkit-scrollbar-track,
#korabbi::-webkit-scrollbar-track,
#nyeremenyek::-webkit-scrollbar-track,
#main::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #271200;
}

body::-webkit-scrollbar,
#korabbi::-webkit-scrollbar,
#nyeremenyek::-webkit-scrollbar,
#main::-webkit-scrollbar {
    width: 8px;
    background-color: #271200;
}

body::-webkit-scrollbar-thumb,
#korabbi::-webkit-scrollbar-thumb,
#nyeremenyek::-webkit-scrollbar-thumb,
#main::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #d46000;
}

.logo {
    border-radius: 50%;
    width: 64px;
    height: 64px;
    background-image: url('../img/logo.jpeg');
    background-size: cover;
    background-position: center;
    margin-right: 25px;
}

.logo:hover {
    filter: contrast(180%);
}

.buttons {
    display: flex;
    padding: 5px 10px;
}

.button {
    margin: 3px;
    border: none;
    background-color: rgb(121, 38, 0);
    color: #fff;
    cursor: pointer;
    width: 115px;
    height: 50px;
    border: 1px solid black;
    text-transform: uppercase;
    border-radius: 10px;
}

.button:hover {
    background-color: rgb(255, 81, 0);
    color: #fff;
}

.content {
    margin: auto;
    display: block;
    text-align: center;
}

.titles {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    background: linear-gradient(
        to right,
        white 0%,
        rgb(238, 229, 130) 20%,
        rgb(185, 255, 244) 40%,
        white 80%,
        rgb(238, 229, 130) 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 500% auto;
    animation: shine 5s ease-in-out infinite ;

}

h1 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    color: white;

}


@media (min-width: 1212px) {
    body {
        overflow-x: hidden;
    }

    h1 {
         font-size: 60px;
    }
    
}


@media (min-width: 1200px) {
    .nav-item {
        border: 3px solid rgb(255, 255, 255);
        border-radius: 15px;
        padding: 0;
        margin: 10px auto;
        margin-right: 10px;
        text-align: center;
        width: 110px;
        color: #fff;
        background-color: rgb(121, 38, 0);
        box-shadow: 5px 5px 5px #000;
    }

    .keret2 {
        margin: auto;
        background-color: rgb(255,255,255,0.2);
        border-radius: 10px;
        width: 30%;
        text-align: center;
    }

    h1 {
        font-size: 60px;
    }

    .nav-item:hover {
        background-color: rgb(85, 27, 0);
    }

    #user-button {
        width: auto;
    }

    #fleksz {
        display: flex;
        align-items: center;
        padding: 5px;
        cursor: pointer;
    }

    #fleksz:hover {
        background-color: rgb(85, 27, 0);
    }

    .navbar-right {
        margin-right: 20px;
    }
    .resp {
        width: auto;
    }
    .nav-link:hover {
        color: white !important;
    }

    .dropdown-item {
        color: white;
    }
    
    .dropdown-item:active {
        background-color: white;
        color: black;
    }

    #dropd {
        width: 50% !important;
        border: none;
        background-color: #863c00;
    }

}

@media (max-width: 1200px) {

    .container,
    .container-night {
        width: 50% !important;
    }


    .nav-item {
        width: 50%;
    }

    .logo {
        display: none;
    }

    .ad > iframe {
        max-width: 100%;
    }
     #event {
        display: none;
    }

    .keret2 {
        margin: auto;
        text-align: center;
    }

    .dropdown-item {
        color: white;
    }
    
    .dropdown-item:hover {
        color: #ff6700;
        background-color: #191a29;
    }

    #dropd {
        width: 50% !important;
        border: none;
        background-color: #191a29;
        font-size: 21px;
    }
    
    h1 {
        font-size: 30px;
    }

}

#lightdark {
    width: 50px;
}

.nav-item-active {
    background-color: #271200 !important;
    text-decoration: underline;
}

.navbar {
    background-color: #863c00 !important;
    border-bottom: 3px solid black;
}


.mx-auto {
    margin-left: 0 !important;
}

.container {
    text-align: center;
    align-items: center;
    justify-content: center;
    box-shadow: 5px 5px 5px #000000;
    background-color: rgba(255, 255, 255, 0.7);
    width: 50%;
    border-radius: 15px;
    padding: 15px;
    margin: 25px auto;
}


li {
    margin: 0 auto;
    text-align: justify;
    font-weight: bold;
    list-style: none;
}






#npc,
.npc {
    width: 28px;
    height: 28px;
}




#pont {
    color: white;
    float: left;
    font-size: 16px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 690px) {
    .social-links>li>a>i {
        width: 32px;
        height: 32px;
        font-size: 16px;
        margin: 3px;
    }
    footer > a {
        font-size: 10px;
    }
}

@media (min-width: 690px) {
    .social-links>li>a>i {
        width: 64px;
        height: 64px;
        font-size: 32px;
        margin: 15px;
    }
    footer > a {
        font-size: 18px;
    }
}

footer {
    position: relative;
    text-align: center;
    margin-top: auto;
    padding: 3px;
    background-color: #863c00;
    /*margin-top: 50px;*/
}

footer>h5 {
    color: white;
}

footer>a {
    margin: 10px;
    text-transform: uppercase;
}

footer>a:hover {
    color: yellow;
}

footer>p>a:hover {
    color: yellow;
}

#ujdonsagok {
    margin-bottom: 1000px;
}

footer>p {
    margin-top: 15px;
}

#contactus {
    text-transform: uppercase;
}

.footerlogo {
    border-radius: 50%;
    width: 64px;
    height: 64px;
    background-image: url('../img/welcome.png');
    background-size: cover;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

.fc-dialog-footer {
    background-color: white;
}

#socials>ul>li>a {
    text-decoration: none;
    color: #000;
}

.social-links>li {
    display: inline-block;
    font-size: 40px;
}

.social-links>li>a>i {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 81, 0);
    border-radius: 50%;
}

.social-links>li>a>i:hover {
    color: #fbff0b;
}

.social-links>li>a:hover {
    color: #d4d4d4;
    background-color: #d4d4d4;
}

#dropdownMenuLink {
    color: rgba(255, 255, 255, .55);
}




#maindiv {
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

#rewarddiv {
    /* background-color: rgb(8, 8, 18); */
    background: linear-gradient(rgb(43, 22, 4), rgb(8, 8, 18));
    width: 700px;
    height: 500px;
    color: white;
    border: 10px solid rgb(255, 81, 0);
    border-radius: 25px;
    margin: 10px auto;
    text-align: center;
    position: relative;
}

#azon {
    font-size: 64px;
}

#bonus {
    width: 64px;
    height: 64px;
    display: inline;
}

#bezarasgomb {
    bottom: 5%;
    border-radius: 15px;
    background-color: rgb(44, 13, 0);
    color: rgba(255, 255, 255, .55);
    border: 3px solid rgb(255, 81, 0);
    width: 110px;
    height: 50px;
    transition: .15s ease-in-out;
    box-shadow: 5px 5px 5px #000;
}

#bezarasgomb:hover {
    color: #fff;
    background-color: rgb(85, 27, 0);
}

#nj {
    font-size: 40px;
}

#nb {
    font-size: 30px;
}

#nj,
#nb,
#azon {
    background: linear-gradient(to right,
            white 0%,
            rgb(238, 229, 130) 20%,
            rgb(185, 255, 244) 40%,
            white 80%,
            rgb(238, 229, 130) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 500% auto;
    animation: shine 5s ease-in-out infinite;
}

@keyframes shine {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}


.adatcim {
    margin: 10px;
    font-size: 20px;
}

.adatsor {
    background-color: #fde192;
    color: #000;
    text-align: center;
    padding: 7px;
    border-radius: 5px;
    font-size: 18px;
}


.valtoztatas:hover {
    color: yellow;
}





.dropdown-menu {
    width: 100px;
}

.dropdown-menu .dropdown-item {
    white-space: normal;
}

.infosection > p, .infosection > li {
    color: white;
    font-size: 20px;
}
.infosection {
    width: 70%;
    padding: 10px 25px;
    background-color: rgb(255,255,255,0.2);
    overflow: hidden;
    margin: 25px auto;
    border-radius: 10px;
}

.infosection > p > a {
    color: rgb(46, 47, 114);
}

.infosection > p> a:hover {
    color: orangered;
}

.infoheader {
    text-align: center;
    color: white;
    font-size: 20px;
}

.ad {
    margin-left: auto;
    margin-right: auto;
}

body > ins {
    text-align: center;
}

.keret {
   background-color: rgb(255,255,255,0.2);
   border-radius: 10px;
   width: 90%;
   margin: auto;
}





/* Offcanvas stílusok */
.offcanvas-body {
    background-color: #191a29;
}

.offcanvas-body .nav-link {
    color: #ffffff;
    font-size: 21px;
    padding: 10px 0;
}

.offcanvas-body #pont {
    color: #ffffff;
    font-size: 21px;
    padding: 10px 0;
}

.offcanvas-body #pont:hover {
    color: #ff6700;
}


.offcanvas-body .nav-link:hover {
    color: #ff6700;
}

.offcanvas-header {
    background-color: #ff6700;
    color: #ffffff;
}

.offcanvas-header .btn-close {
    color: #ffffff;
}