/*This applies to everything*/
body {
    background-image: url(img/background.png);
    color: #F4EFE5;
    margin: 0%;
    padding: 0%;
}

/*Here is the buttons div*/
.buttondiv {
    margin-top: 10%;
}


/*Menu bar*/

.navbarown{
    position: absolute;
    margin-top: -56.5%;
    z-index: 1s;
    width: 100%;
}
.ul {
    justify-content: center;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
}
.dungeondivs{
    display: none;
    text-align: center;
}
.itemdivs{
    display: none;
    text-align: center;
}
.divs{
    display: none;
    text-align: center;
}
.classdivs{
    display: none;
    text-align: center;
}



.menu_lines {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, black, orange, black);
}

.menu_lines_nav {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, black, orange, black);
}

.li {
    text-align: center;
}

.li-a {
    display: block;
    color: rgb(255, 255, 255, 0.8);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-weight: bold;
}

.li-a:hover {
    color: white;
    text-decoration: none;
}

.li-a::before {
    content: url(img/left-arrow.png);
    left: -5px;
    margin: 0%;
    color: orange;
    position: relative;
    opacity: 0%;
}
.li-a:hover::before {
    opacity: 100%;
    animation-name: duckl;
    animation-duration: 1s;
}

.li-a::after {
    content: url(img/right-arrow.png);
    right: -5px;
    margin: 0%;
    color: orange;
    position: relative;
    opacity: 0%;
}
.li-a:hover::after {
    animation-name: duckr;
    animation-duration: 1s;
    opacity: 1000%;
}

/*video under the navbar */
video{
    height: 100%;
    width: 100%;
    z-index: -1;
}
#divek1, #divek2, #divek3, #divek4, #divek5{
    height: 600px;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 5%;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #ff8000;
    display: none;
    z-index: 2;
}

#divek1{
    display: block;
}


/*The color/background color of the scrolling bar*/
::-webkit-scrollbar {
    width: 9px;
}

::-webkit-scrollbar-track {
    background: #141414;

}

::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: #000000;
}

/*The website is divided into div elements, main being the first of them*/
.main {
    height: 100%;
}

/*Update the second div*/
.updates {
    margin-left: 5%;
    height: 100%;
    width: 90%;
    padding-bottom: 100px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    max-height: 1000px;
    overflow: scroll;
}

/*These divs contain the updates*/
.updatediv {
    background-color: rgba(0, 0, 0, 0.65);
    margin-left: 20%;
    margin-top: 5%;
    width: 60%;
    height: auto;
    border-radius: 20px;
}

/*Here you can set the size and properties of the image*/

.imgsocial {
    width: 10%;
    margin: 1%;
}

.imgsocial:hover{
    filter: contrast(200%);
    transition-duration: 1s;
}


.socialmedia {
    background-color: rgba(0, 0, 0, 0.90);
    text-align: center;
}

.updateimg {
    width: 50%;
}

.account{
    visibility: hidden;
}


footer{
    margin-left: 0 !important;
    width: 100%;
    margin-top: 10%;
    margin-bottom: -100%;
}

.menuOpen{
    opacity: 0;
}

.menuClose{
    opacity: 0;
}

.bossbutton{
    margin-bottom: 5%;
    text-decoration: none;
    color: white;
    font-size: 30px;
}

.bossbutton:hover{
    color: white;
    cursor: pointer;
}

.bossimgs{
    width: 100%;
    margin-bottom: 5%;
    display: none;
}

.classimgs{
    width: 100%;
    display: none;
}

.itemsimg{
    width: 100%;
    display: none;
}

.dungeonsimg{
    width: 100%;
    margin-bottom: 5%;
    display: none;
}

.eventsimg{
    width: 100%;
    margin-bottom: 5%;
    display: none;
    border: 1px solid rgb(143, 129, 0);
}

.rating{
    display: none;
}

.dungeonsimg:hover{
    filter: blur(2px);
    cursor: pointer;
}

.bossimgs:hover{
    filter: blur(2px);
    cursor: pointer;
}

.itemsimg:hover{
    filter: blur(2px);
    cursor: pointer;
}

.classimgs:hover{
    filter: blur(2px);
    cursor: pointer;
}

.eventsimg:hover{
    filter: blur(2px);
    cursor: pointer;
}

#no-blur:hover{
    filter: none !important;
}

#no-blur{
    border: none !important;
}

.bossimgs::before {
    content: url(img/left-arrow.png);
    left: -30px;
    margin-left: 40px;
    color: orange;
    position: relative;
    opacity: 0%;
}
.bossimgs:hover::before {
    opacity: 100%;
    animation-name: duckl;
    animation-duration: 1s;
}

.bossimgs::after {
    content: url(img/right-arrow.png);
    right: -30px;
    margin: 0%;
    color: orange;
    position: relative;
    opacity: 0%;
}

.bossimgs:hover::after {
    animation-name: duckr;
    animation-duration: 1s;
}

.bossdiv{
    margin-left: 25%;
    display: block;
    width: 50%;
}

#exitbutton{
    display: none;
}

.logoVideo{
    position: absolute;
    margin-top: -50%;
    width: 50%;
    margin-left: 25%;
}

.logoSmall{
    position: absolute;
    margin-top: -1.5%;
    width: 5%;
    margin-left: 47.5%;
}

.bt1{
    position: absolute;
    margin-top: -25%;
    margin-left: -45%;
    color: white;
    text-decoration: none;
    font-size: 30px;
}

.bt1:hover{
    color: orange;
    transition-duration: 1s;
}

.bt2{
    position: absolute;
    margin-top: -25%;
    margin-left: -7.5%;
    color: white;
    text-decoration: none;
    font-size: 30px;
}

.bt2:hover{
    color: orange;
    transition-duration: 1s;
}

.bt3{
    position: absolute;
    margin-top: -25%;
    margin-left: 30%;
    color: white;
    text-decoration: none;
    font-size: 30px;
}


.bt3:hover{
    color: orange;
    transition-duration: 1s;
}

.bt4{
    position: absolute;
    margin-top: -10%;
    margin-left: -12%;
    color: white;
    text-decoration: none;
    font-size: 30px;
    animation-name: bt4;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

#firstopen1{
    display: none !important;
}



/*Make the site responsive*/

@media only screen and (max-width: 1920px) {
    .imgsocial {
        width: 8vw;
        margin: 1%;
    }

    .logoSmall{
        position: absolute;
        margin-top: -2.5%;
        width: 10%;
        margin-left: 45%;
    }
}

@media only screen and (max-width: 1280px) {
    .imgsocial {
        width: 13vw;
        margin: 1%;
    }

    .updateimg {
        width: 75%;
    }
    
    .ul {
        justify-content: center;
        display: flex;
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .bt1{
        font-size: 20px;
    }

    .bt2{
        font-size: 20px;
    }

    .bt3{
        font-size: 20px;
    }

    .bt4{
        font-size: 20px;
    }

    .bossbutton{
        font-size: 20px;
    }
}


@media only screen and (max-width: 1080px) {
    .imgsocial {
        width: 15vw;
        margin: 1%;
    }

    .updateimg {
        width: 100%;
    }

    .ul{
        display: block;
        width: 35%;
        height: 100%;
        float: right;
        margin-top: -1%;
    }

    .navbarown{
        visibility: hidden;
    }

    .menu_lines_nav{
        visibility: hidden;
    }

    .li-a::before {
       visibility: hidden;
    }

    .li-a::after {
        visibility: hidden;
     }

     .menuOpen{
        opacity: 100;
    }

    .logoSmall{
        position: absolute;
        margin-top: -2.5%;
        width: 10%;
        margin-left: 45%;
    }

    .bt1{
        font-size: 15px;
        margin-left: -50%;
    }

    .bt2{
        font-size: 15px;
        margin-left: -7%;
    }

    .bt3{
        font-size: 15px;
        margin-left: 37%;
    }

    .bt4{
        font-size: 10px;
        margin-left: -7%;
    }


    .bossbutton{
        font-size: 15px;
    }

}

@media only screen and (max-width: 800px) {

    .bt1{
        font-size: 15px;
        margin-left: -50%;
    }

    .bt2{
        font-size: 15px;
        margin-left: -10%;
    }

    .bt3{
        font-size: 15px;
        margin-left: 28%;
    }

    .bt4{
        font-size: 10px;
        margin-left: -10%;
    }


    .bossbutton{
        font-size: 15px;
    }

}



@keyframes duckl {
    0% {
        left: -30px;
        opacity: 0%;
    }

    100% {
        left: -5px;
        opacity: 100%;
    }
}

@keyframes duckr {
    0% {
        right: -30px;
        opacity: 0%;
    }

    100% {
        right: -5px;
        opacity: 100%;
    }
}

@keyframes bt4{
    0% {
        color: white;
    }

    50% {
        color: orange;
    }

    100% {
       color: white;
    }
}