/* #Header Bar */

.container {
    width: 1000px;
    margin: 0 auto;
    font-family: 'Itim', cursive;
}

header {
    width: 100%;
    height: 2780px;
    background: url(../images/bg.png) center no-repeat;
}

nav {
    width: 100%;
    height: 40px;
    background: #302f2f75;
}

nav ul {
    margin-top: 10px;
    float: left;
    font-size: 20px;
    transition: all 0.5s;
}

nav ul li {
    float: left;
    margin-left: 100px;

}
nav ul li a {
    text-decoration: none;
    color: #fff;
    transition: all 0.5;
}
nav ul li a:hover {
    color: yellow;
}

/* #Logo */

.container-logo {
    width: 960px;
    margin: 0 auto;
    font-family: 'Itim', cursive;
}

.container-logo .animate__animated {
    margin-top: -300px;
    text-align: center;
}
.container-logo .animate__pulse {
    margin-top: -300px;
    text-align: center;
}
.container-logo .animate__infinite {
    margin-top: -300px;
    text-align: center;
}

/* #cartoon */

.cartoon .cartoon-1 {
    width: 100%;
    margin-top: 0 auto;
    text-align: center;
}

/* #Bottom */

.bottom {
    width: 100%;
    margin: 0 auto;
}

.bottom-1 {
    width: 319px;
    height: 163px;
    background: url(../images/bottom-1.png) no-repeat;
    margin-left: 320px;
    margin-top: 50px;
    float: left;
}
.bottom-2 {
    width: 312px;
    height: 163px;
    background: url(../images/bottom-2.png) no-repeat;
    margin-top: 50px;
    float: left;
}
.bottom-3 {
    width: 311px;
    height: 163px;
    background: url(../images/bottom-3.png) no-repeat;
    margin-top: 50px;
    float: left;
}
.bottom-4 {
    width: 325px;
    height: 163px;
    background: url(../images/bottom-4.png) no-repeat;
    margin-top: 50px;
    float: left;
}

/* #Note */
.note {
    margin-top: 100px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    padding-bottom: 30px;
/*   border-bottom: 4px solid #fff; */
/*   background-image: url(../images/bg.png); */
/*   border: 2px solid #fff; */
}

/* #Even */

.even-1 {
    width: 100%;
    margin-top: -20px;
    text-align: center;
}

.even-edit1 {
    width: 320px;
    height: 200px;
    background: url(../images/event/1.png) no-repeat;
    text-align: center;
    float: left;
    margin-left: 425px;
}
.even-edit2 {
    width: 320px;
    height: 200px;
    background: url(../images/event/2.png) no-repeat;
    float: left;
    margin-left: 50px;
}
.even-edit3 {
    width: 320px;
    height: 200px;
    background: url(../images/event/3.png) no-repeat;
    float: left;
    margin-left: 50px;
}

/* #Even 2 */

.even-2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.even-edit4 {
    width: 320px;
    height: 200px;
    background: url(../images/event/4.png) no-repeat;
    text-align: center;
    float: left;
    margin-top: 25px;
    margin-left: 425px;
}
.even-edit5 {
    width: 320px;
    height: 200px;
    background: url(../images/event/5.png) no-repeat;
    float: left;
    margin-top: 25px;
    margin-left: 50px;
}
.even-edit6 {
    width: 320px;
    height: 200px;
    background: url(../images/event/6.png) no-repeat;
    float: left;
    margin-top: 25px;
    margin-left: 50px;
}

/* #discord */

.discord {
    width: 100%;
    margin-top: 450px;
    text-align: center;
}

/* #ranking */

.ranking {
    width: 100%;
    margin-top: -20px;
    text-align: center;
}

.ranking .vote {
    width: 320px;
    height: 350px;
    text-align: center;
    float: left;
    margin-left: 420px;
    margin-top: 50px;
    border: 2px solid rgb(255, 0, 0);
    background: #fff;
}

.ranking .pvp{
    width: 320px;
    height: 350px;
    text-align: center;
    float: left;
    margin-left: 50px;
    margin-top: 50px;
    border: 2px solid rgb(255, 0, 0);
    background: #fff;
    
}

.ranking .mvp{
    width: 320px;
    height: 350px;
    text-align: center;
    float: left;
    margin-left: 50px;
    margin-top: 50px;
    border: 2px solid rgb(255, 0, 0);
    background: #fff;
}

/* #footer */

.footer {
    width: 100%px;
    text-decoration: none;
    color: #fff;
    margin-top: 430px;
    font-size: 35px;
    background: #33333375;
    text-align: center;
}