*  {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

a{
    text-decoration: none;
}

a:visited{
    /* transition: 0.1s ease-in-out; */
    text-decoration: none;
    font-size: 110%; 
}

a:active{
    color: #f7050d;
    font-size: 80%;
}

::-webkit-scrollbar{
    width: 12px;
}

.home{
    background-image: url("../misc/Background_website2.png");
    background-size: contain;
    background-repeat: repeat-y;
}

::-webkit-scrollbar-thumb{
    background-color: #54d5ece8;
    border-width: 2px 2px 2px 2px;
    border-radius: 10px;
    background-clip: padding-box;
    border-style: solid;
    border-color: transparent;
}

::-webkit-scrollbar-track{
    background-color: #212121;
}

::-webkit-scrollbar-button{
    background-color: #fa001f;
}

::-webkit-scrollbar-corner{
    background-color: #ffd64f;
}

.background-color{
    background-color: #00A2E8;
}

.background{
    z-index: -2;
    position: fixed;
    width: 100%;

    /* omitting the background */
    display: none;
}

/* .navbarborder{
    z-index: -1;
    background-color: #ffe055;
    width: 100%;
    height: 10px;
    text-align: center;
} */

.box{
    z-index: -1;
    background-color: #f5f2f0ee;
    width: 100%;
}



.titles{
    display: flex;
    justify-content: center;
}

.new-video{
    width: 420px;
    margin: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.we-are-tcc{
    width: 420px;
    margin: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.videos{
    display: flex;
    justify-content: center;
}

.video-one{
    margin: 20px
}

.video-two{
    margin: 20px 0;
}

.division{
    background-color: rgb(190, 190, 190);
    height: 3px;
    margin: 0 auto;
    opacity: 90%;
    border: 1px;
    border-color: rgb(190, 190, 190);
    border-radius: 10px
}

/* News And Announcements and Featured Fan Arts */

.news-fanart{
    display: flex;
    justify-content: center;
}

.text-box3{
    margin: 25px;
    background-color: #fefefe;
    width: 450px;
    height: 80px;
    border: 1px;
    border-color: #fefefe;
    border-radius: 1.5px;
    display: flex;
    justify-content: center;
}

.text-box4{
    margin: 25px;
    background-color: #fefefe;
    width: 450px;
    height: 80px;
    border: 1px;
    border-color: #fefefe;
    border-radius: 1.5px;
    display: flex;
    justify-content: center;
}

.text-box-sub-div{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.news{
    margin-top: 20px;
    font-family: serif;
    font-weight: lighter;
    text-align: center;
    margin-bottom: 20px;
}

.fanart{
    margin-top: 15px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin-bottom: 15px;
}



/* .white{
    background-color: #f5f2f0;
    width: 100%;
    height: 400px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
} */

/* .footer-links{
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
} */

/* it is already on footer.css */

/* .other-pages{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    font-family: serif;
    text-decoration: underline;
} */

.link-join{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3px
}

.link-feedback{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3px
}

.link-map{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3px 
}

/* .social{
    display: flex;
    align-items: center;
    justify-content: center;
} */

.youtube{
    transition: 0.2s ease-in;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 2.5px 0px 2.5px
}

.youtube:hover{
    transition: 0.2s ease-out;
    margin-top: -15px;
}

.newgrounds{
    transition: 0.2s ease-in;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 2.5px 0px 2.5px
}

.newgrounds:hover{
    transition: 0.2s ease-out;
    margin-top: -15px;
}

.instagram{
    transition: 0.2s ease-in;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 2.5px 0px 2.5px
}

.instagram:hover{
    transition: 0.2s ease-out;
    margin-top: -15px;
}

.twitter{
    transition: 0.2s ease-in;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 2.5px 0px 2.5px
}

.twitter:hover{
    transition: 0.2s ease-out;
    margin-top: -15px;
}

.reddit{
    transition: 0.2s ease-in;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 2.5px 0px 2.5px
}

.reddit:hover{
    transition: 0.2s ease-out;
    margin-top: -15px;
}

.discord{
    transition: 0.2s ease-in;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 2.5px 0px 2.5px
}

.discord:hover{
    transition: 0.2s ease-out;
    margin-top: -15px;
}

.yellow2{
    background-color: #ffd64f;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tcc{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: small;
    font-family: serif;
}

/* slide show */

.slideshow{
    border: none;
    position: relative;
    z-index: 1;
}

.slide-show-div{
    display: flex;
    justify-content: center;
}

.slideshow-border{
    height: 105%;
    width: 103%;
    position: absolute;
    background-image: url("/misc/video_border.png");
    background-size: cover;
    background-position: center;
    z-index: 0;
    box-shadow: 0 0 15px 0px #ffe600;
}

/* div background colors */

.div-gray{
    background-color: gray;
}

.text-box-video{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text-box-video iframe{
    display: block;
}

.text-box-video iframe{
    width: 420px;
    height: 235px;
}

/* this is comment, it won't affect the code, good to organize it */

/* @media stuff */

@media (max-width: 1100px){
    .news-fanart{
        flex-direction: column;
        transition: 0.5s;
    }
}

@media (max-width: 900px){

    .btn{
        margin-left: -25px;
        flex-basis: 200px;
    }

    .navbar-logo{
        height: 300px;
    }

    .navbar .navbarbuttons a img{
        /* width: 180px; */
        width: 100%;
    }

    .videos iframe{
        width: 300px;
        height: 170px;
    }

    .titles-video{
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 600px){
    .btn{
        margin-left: -20px;
    }

    .title{
        margin-top: 15px;
    }

    .navbarbuttons{
        margin-bottom: 40px;
    }

    #tcc{
        width: 280px;
    }

    .comicaltext{
        width: 260px;
    }

    .videos iframe{
        width: 210px;
        height: 117px;
    }

    .navbar .navbarbuttons a img{
        width: 150px;
    }

    .text-box3, .text-box4{
        margin: 20px;
    }

    .we-are-tcc, .new-video{
        margin: 20px 15px;
    }
}

@media (max-width: 650px){
    .other-pages{
        width: 75%;
        margin: 0 auto;
        margin-bottom: 25px;
    }
}

@media (max-width: 500px){
    .color{
        height: 40px;
    }
}

@media (max-width: 450px){
    .btn{
        margin-left: -15px;
    }

    .text-box-video iframe{
        width: 336px;
        height: 188px;
    }

    .text-box3, .text-box4{
        margin: 10px 0px;
        width: 350px;
        height: max-content;
    }

    .navbar .navbarbuttons a img{
        width: 120px;
    }
}

/* modifications */

@media (max-width: 0){
    .btn img{
        width: 100%;
    }

    .btn{
        flex-basis: 25%;
    }

    .navbarbuttons a{
        justify-content: center;
        margin-right: -30px;
    }
}