@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

body {
    margin: 0;
    padding: 0;
    max-width: 100%;
    max-height: 100%;
    background-color: #e9e9e9;
    box-sizing: border-box;
}

.header {
    background-color: #fff;
    box-shadow:  0px 0px 14px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
}

.headlogo {
    padding: 10px;
}

li {
    display: inline-block;
    padding: 10px;
    color: #000;
}

a {
    text-decoration: none;
    color: black;
}

nav {
    /* enable this whole nav if you  want sticky  */
    position: sticky;
    top: 0;
}

.navitems {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: start;

}

.navitems li {
    position: relative;
    font-size: 1.2rem;
}

.navitems li:hover {
    background-color: #830000;
    border-radius: 12px;
    height: 40px;
}

.navitems a:hover {
    color: #fff;
    height: 40px;
}

.drop-down > li {
    position: relative;
    background-color: #fff;
    width: 100px;
    padding: 5px;
    margin: 1px;
}

.drop-down {
    position: absolute;
    top: 100%;
    display: none;
    min-width: 10px;
    padding: 0 0.5rem;
    margin: 0 0 5px;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.navitems li:hover .drop-down {
    display: block;
}

.drop-down li:hover .sub-menu {
    display: block;
}


.navitems {
    margin-left: 20px;
}

.navbar-mobile {
    display: none;
}

.container {
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}

.main {
    display: flex;
    justify-content: center;
}

.page-banner {
    background-image: url(/assets/img/1500x500\ blank\ storm\ bg.png);
    background-repeat: no-repeat;
    background-size:cover;
    width: 50%;
    border-radius: 12px;
    text-align: center;
    height: 430px;
    border-radius: 20px;

}

.page-banner h1 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: 1.7pt;
}

.page-banner h2 {
    font-size: 14px;
    color: #dddddd70;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
}


.page-banner h1, h2 {
    position: relative;
    bottom: 90px;
}

.news {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.row {
    background-color:   rgb(255, 255, 255);
    padding: 20px;
    width: 50%;
    border-radius: 12px;
    box-shadow:  0px 0px 14px 10px rgba(0, 0, 0, 0.4);

}

.post-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.title h1  {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 2rem;
    margin-top: 10px;
    margin-bottom: 5px;
}

hr {
    width: 100%;
    color: silver;
    margin-top: 10px;
    margin-bottom: 10px;
}

.author {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.950rem;
}

.post-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.videos {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.video {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.video-1 {
    width: 500px;
    height: 289px;
}

.video-2 {
    width: 500px;
    height: 289px;
}

.blur-boxes {
    position: relative;   
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding: 20px;

}

.box-1 {
    background-image: url(/assets/img/sss.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative; 
    height: 340px;
    width: 25%;
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.box-2 {
    position: relative; 
    height: 340px;
    width: 25%;
    background-image: url(/assets/img/bbb.png);
    background-repeat: no-repeat;
    background-size: contain;
    filter: blur(4px);
    -webkit-filter: blur(4px);
}

.box-3 {
    background-image: url(/assets/img/aaa.jpg);
    position: relative; 
    height: 340px;
    width: 25%;
    background-repeat: no-repeat;
    background-size: contain;
    filter: blur(4px);
    -webkit-filter: blur(4px);
    
}

.box-1:hover {
    background-image: url(/assets/img/sss.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative; 
    height: 340px;
    width: 25%;
    filter: blur(0);
    -webkit-filter: blur(0);
}

.box-2:hover {
    position: relative; 
    height: 340px;
    width: 25%;
    background-image: url(/assets/img/bbb.png);
    background-repeat: no-repeat;
    background-size: contain;
    filter: blur(0);
    -webkit-filter: blur(0);
}

.box-3:hover {
    background-image: url(/assets/img/aaa.jpg);
    position: relative; 
    height: 340px;
    width: 25%;
    background-repeat: no-repeat;
    background-size: contain;
    filter: blur(0);
    -webkit-filter: blur(0);
}

.box-1 a h1{
    height: 340px;
    width: 25%;
}
.box-2 a h1{
    height: 340px;
    width: 25%;
}
.box-3 a h1{
    height: 340px;
    width: 25%;
}

footer {
    background-color: #262626;
    height: 120px;
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    font-size: 1.1rem;
}


.copyright, .nikeslime {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #424242;
}

.socials {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    justify-content: space-evenly ;
    color: #424242;
}

#discord a{ 
    color: #424242;
}

#twitter a {
    color: #424242;
}


#discord a:hover{ 
    color: #353535;
}

#twitter a:hover {
    color: #353535;
}

.navbar-mobile {
    display: none;
}

@media only screen and (max-width: 991px) {

    * {
        max-width: 100%;
        max-height: 100%;
    }

    .navbar-mobile {
        background-color:  #680000;
        height: 100vh;
        width: 100%;
        max-width: 200px;
        position: fixed;
        top: 0;
        right: -450px;
        display: flex;
        flex-direction: column;
        align-items: center;    
        justify-content: center;
        text-align: center;
        font-size: 2rem;
        transition: .3s ease;
    }

    .navbar-mobile li {
        position: relative;
        border-radius: 8px;
        margin: 5px;
    }
    
    .drop-down-mobile > li {
        position: relative;
        background-color: #fff;
        width: 190px;
        padding: 5px;
        margin: 1px;
    }
    
    .drop-down-mobile {
        display: none;
        position: absolute;
        top: 43px;
    }

    .navbar-mobile.active {
        right: 0;
    }
    
    .navbar-mobile a {
        text-decoration: none;
        display: inline-block;
        font-size: 1.2rem;
        white-space: nowrap;
        overflow: visible;
        padding: 10px;
        margin: 2px;
        color: #fff;
    }
    
    .navbar-mobile a:hover {
        background-color: #ef233c;
        color: #fff;
        border-radius: 8px;
    }
    
    .ham-menu {
        height: 50px;
        width: 40px;
        display: flex;
        align-items: center;
        position: relative;
        bottom: 45px;
    }
    .ham-menu span {
        height: 5px;
        width: 100%;
        background-color: #ef233c;
        border-radius: 25px;
        position: absolute;
        left: 60%;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: .3s ease;
    }
    .ham-menu span:nth-child(1) {
        top: 25%;
    }
    .ham-menu span:nth-child(3) {
        top: 75%;
    }
    .ham-menu.active span {
        background-color: black;
    }
    .ham-menu.active span:nth-child(1) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .ham-menu.active span:nth-child(2) {
        opacity: 0;
    }
    .ham-menu.active span:nth-child(3) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .headlogo {
        display: none;
    }

    .navitems li {
        display: none;
    }

    .header {
        width: 100%;
    }
    
    .main {
        display: flex;
        justify-content: center;
    }
    
    .page-banner {
        background-image: url(/assets/img/1500x500\ blank\ storm\ bg.png);
        background-repeat: no-repeat;
        background-size:cover;
        width: 100%;
        border-radius: 12px;
        text-align: center;
        border-radius: 20px;
        height: 400px;
    }

    .page-banner h1 {
        font-size: 24px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 0;
        letter-spacing: 1.7pt;
    }
    
    .page-banner h2 {
        font-size: 14px;
        color: #dddddd70;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 3px;
    }
    
    
    .page-banner h1, h2 {
        position: relative;
        bottom: 90px;
    }
    
    .news {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
    
    .row {
        background-color: rgb(255, 255, 255);
        padding: 20px;
        width: 100%;
        border-radius: 12px;
        box-shadow:  0px 0px 14px 10px rgba(0, 0, 0, 0.4);
    
    }
    
    .post-1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .title h1  {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 2rem;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    
    hr {
        width: 100%;
        color: silver;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .author {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 0.950rem;
    }
    
    .post-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .videos {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }
    
    .video {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .video-1 {
        width: 300px;
        height: 168px;
    }
    
    .video-2 {
        width: 300px;
        height: 168px;
    }
    
    .blur-boxes {
        width: 100%;
        height: 20%;
        display: flex;
        justify-content: space-evenly;
        display: none;
    }
    
    .box-1 {
        background-image: url(/assets/img/sss.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        position: static;
    }
    
    .box-2 {
        width: 100%;
        background-image: url(/assets/img/bbb.png);
        background-repeat: no-repeat;
        background-size: contain;
    }
    
    .box-3 {
        background-image: url(/assets/img/aaa.jpg);
        width: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        position: static;
    }

    .box-1:hover {
        background-image: url(/assets/img/sss.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
    }
    
    .box-2:hover {
        width: 100%;
        background-image: url(/assets/img/bbb.png);
        background-repeat: no-repeat;
        background-size: contain;
    }
    
    .box-3:hover {
        background-image: url(/assets/img/aaa.jpg);
        width: 100%;
        background-repeat: no-repeat;
        background-size: contain;
    }
    
    footer {
        background-color: #262626;
        height: 120px;
        width: 100%;
        padding: 10px;
        margin-top: 5px;
        font-size: 1.1rem;
    }
    
    
    .copyright, .nikeslime {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #424242;
    }
    
    .socials {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2rem;
        justify-content: space-evenly ;
        color: #424242;
    }
    
    #discord a{ 
        color: #424242;
    }
    
    #twitter a {
        color: #424242;
    }
    
    
    #discord a:hover{ 
        color: #353535;
    }
    
    #twitter a:hover {
        color: #353535;
    }

    footer {
        background-color: #262626;
        height: 120px;
        width: 100%;
        padding: 10px;
        margin-top: 5px;
        font-size: 1.1rem;
    }
    
    
    .copyright, .nikeslime {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #424242;
        text-align: center;
    }
    
    .socials {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2rem;
        justify-content: space-evenly ;
        color: #424242;
    }
}

