/* segoe ui */
@font-face {
    font-family: SegoeUI;
    src: url(fonts/segoeui/segoeui.woff) format('woff');;
}
@font-face {
    font-family: SegoeUI;
    src: url(fonts/segoeui/segoeuib.woff) format('woff');;
    font-weight: bold;
}
@font-face {
    font-family: SegoeUI;
    src: url(fonts/segoeui/segoeuii.woff) format('woff');;
    font-style: italic;
}
@font-face {
    font-family: SegoeUI;
    src: url(fonts/segoeui/segoeuiz.woff) format('woff');;
    font-weight: bold;
    font-style: italic;
}
/* verdana */
@font-face {
    font-family: Verdana;
    src: url(fonts/verdana/verdana.woff) format('woff');;
}
@font-face {
    font-family: Verdana;
    src: url(fonts/verdana/verdanab.woff) format('woff');;
    font-weight: bold;
}
@font-face {
    font-family: Verdana;
    src: url(fonts/verdana/verdanai.woff) format('woff');;
    font-style: italic;
}
@font-face {
    font-family: Verdana;
    src: url(fonts/verdana/verdanaz.woff) format('woff');;
    font-weight: bold;
    font-style: italic;
}
/* comic sans */
@font-face {
    font-family: Comic;
    src: url(fonts/comic/comic.woff) format('woff');;
}
@font-face {
    font-family: Comic;
    src: url(fonts/comic/comicbd.woff) format('woff');;
    font-weight: bold;
}
@font-face {
    font-family: Comic;
    src: url(fonts/comic/comici.woff) format('woff');;
    font-style: italic;
}
@font-face {
    font-family: Comic;
    src: url(fonts/comic/comicz.woff) format('woff');;
    font-weight: bold;
    font-style: italic;
}

body {
    background-color: #0D160B;
    color: #F5F1ED;
    font-family: Verdana
}

a {
    text-decoration: underline;
    color:aqua;
}

#aliased { 
    image-rendering: optimizeSpeed;             /* STOP SMOOTHING, GIVE ME SPEED  */
    image-rendering: -moz-crisp-edges;          /* Firefox                        */
    image-rendering: -o-crisp-edges;            /* Opera                          */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
    image-rendering: pixelated;                 /* Universal support since 2021   */
    image-rendering: optimize-contrast;         /* CSS3 Proposed                  */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                           */
}

.marquee {
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    display: block;
}

.marquee span {
    display: inline-block;
    overflow: hidden;
    -webkit-transition: 15s;
    transition: 15s;
    -webkit-animation: marquee 15s linear infinite;
    animation: marquee 15s linear infinite;
}


.item-collection-1 {
    position: relative;
    left: 0%;
    animation: swap 15s linear infinite;
}

.item-collection-2 {
    position: relative;
    left: 0%;
    animation: swap 15s linear infinite;
}

@keyframes swap {
    0%, 50% {
        left: 0%;
    }
    50.01%,
    100% {
        left: 100%;
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-100%)
    }
}

audio {
    width: 85%;
    height: 2vw;
    object-fit: contain;
}

.constructionbanner {
    background-color: black;
    box-sizing: border-box;
    font-family: 'Times New Roman', Times, serif;
    color: yellow;
    font-size: 120%;
}

.navigationbar {
    height: 3vw;
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10px, 1fr));
    margin-top: 1vw;
    margin-bottom: 1vw;
}

.navigationbar2 {
    height: 3vw;
    width: 100%;
    box-sizing: border-box;
    display: grid;
    margin-top: 1vw;
    margin-bottom: 1vw;
}


.navigationbutton {
    border-radius: 0.2vw;
    background-color: #64113F;
    border: 0.4vw solid #FF007F;
    box-sizing: border-box;
    padding: 4%;
    margin-left: 3%;
    margin-right: 3%;
    text-align: center;
    text-decoration: none;
    font-size:1vw;
    color: #F5F1ED;
    cursor: pointer;
}

.infobutton {
    border-radius: 0.2vw;
    background-color: #0D160B;
    border: 0.4vw solid #6BD425;
    box-sizing: border-box;
    padding: 4%;
    text-align: center;
    text-decoration: none;
    font-size:1vw;
    color: #F5F1ED;
    cursor: pointer;
}

.navigationbutton2 {
    border-radius: 0.2vw;
    background-color: #64113F;
    border: 0.4vw solid #FF007F;
    box-sizing: border-box;
    padding: 3%;
    width: 80%;
    margin: auto;
    margin-bottom: 3%;
    text-align: center;
    text-decoration: none;
    font-size:1.5vw;
    color: #F5F1ED;
    cursor: pointer;
}

.navigationbutton3 {
    border-radius: 0.2vw;
    background-color: #0D160B;
    border: 0.4vw solid #6BD425;
    box-sizing: border-box;
    padding: 4%;
    margin-left: 3%;
    margin-right: 3%;
    text-align: center;
    text-decoration: none;
    font-size:1vw;
    color: #F5F1ED;
    cursor: pointer;
}

.navigationheader {
    border-radius: 0.2vw;
    background-color: #64113F;
    border: 0.5vw solid #FF007F;
    height: 7vw;
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10px, 1fr));
    text-align:center;
    padding: 1%;
    margin-top: 1vw;
    margin-bottom: 1vw;
    position: relative;
}

.container {
    width: 74vw;
    background-color: #000000d0;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    padding: 50px;
    line-height: 25px;
    position: relative;
    overflow: visible;
    border: 0.5vw solid rgba(0, 0, 0, 1);
}

.subcontainer1 {
    height: 55%;
    width: 40%;
    float: left;
}

.subcontainer2 {
    height: 55%;
    width: 58%;
    float: right;
    margin-left: 2%;
}

.projectsheader {
    border-radius: 0.2vw;
    background-color: #64113F;
    border: 0.5vw solid #FF007F;
    height: 7vw;
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10px, 1fr));
    text-align:center;
    padding: 1%;
    margin-top: 90vw;
    margin-bottom: 1vw;
    position: relative;
}

.projectcontainer {
    background-color: #64113F;
    height: 15vw;
    width: 100%;
    display: inline-block;
    margin-top: 1vw;
    margin-bottom: 1vw;
}

.projectsub1 {
    border-radius: 0.2vw;
    border-top-right-radius: 0vw;
    border-bottom-right-radius: 0vw;
    border: 0.5vw solid #FF007F;
    height: 100%;
    width: 23.5%;
    box-sizing: border-box;
    float: left;
}

.projectsub2 {
    border-radius: 0.2vw;
    border-top-left-radius: 0vw;
    border-bottom-left-radius: 0vw;
    border: 0.5vw solid #FF007F;
    border-left: 0vw;
    border-bottom: 0vw;
    height: 20%;
    width: 76.5%;
    box-sizing: border-box;
    float: right;
    font-size: 1.3vw;
    padding: 1%;
}

.projectsub3 {
    border: 0.5vw solid #FF007F;
    border-left: 0vw;
    border-top: 0vw;
    border-bottom: 0vw;
    height: 60%;
    width: 76.5%;
    box-sizing: border-box;
    float: right;
    font-size: 1.2vw;
    padding: 1%;
}

.projectsub4 {
    border: 0.5vw solid #FF007F;
    border-left: 0vw;
    border-top: 0vw;
    height: 20%;
    width: 76.5%;
    box-sizing: border-box;
    float: right;
    font-size: 1.3vw;
    padding: 1%;
}

.projectsheader_2 {
    border-radius: 0.2vw;
    background-color: #0D160B;
    border: 0.5vw solid #6BD425;
    height: 7vw;
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10px, 1fr));
    text-align:center;
    padding: 1%;
    margin-top: 7vw;
    margin-bottom: 1vw;
    position: relative;
}

.projectcontainer_2 {
    background-color: #0D160B;
    height: 15vw;
    width: 100%;
    display: inline-block;
    margin-top: 1vw;
    margin-bottom: 1vw;
}

.projectsub1_2 {
    border-radius: 0.2vw;
    border-top-right-radius: 0vw;
    border-bottom-right-radius: 0vw;
    border: 0.5vw solid #6BD425;
    height: 100%;
    width: 23.5%;
    box-sizing: border-box;
    float: left;
}

.projectsub2_2 {
    border-radius: 0.2vw;
    border-top-left-radius: 0vw;
    border-bottom-left-radius: 0vw;
    border: 0.5vw solid #6BD425;
    border-left: 0vw;
    border-bottom: 0vw;
    height: 20%;
    width: 76.5%;
    box-sizing: border-box;
    float: right;
    font-size: 1.3vw;
    padding: 1%;
}

.projectsub3_2 {
    border: 0.5vw solid #6BD425;
    border-left: 0vw;
    border-top: 0vw;
    border-bottom: 0vw;
    height: 60%;
    width: 76.5%;
    box-sizing: border-box;
    float: right;
    font-size: 1.2vw;
    padding: 1%;
}

.projectsub4_2 {
    border: 0.5vw solid #6BD425;
    border-left: 0vw;
    border-top: 0vw;
    height: 20%;
    width: 76.5%;
    box-sizing: border-box;
    float: right;
    font-size: 1.3vw;
    padding: 1%;
}

.welcomebox {
    border-radius: 0.2vw;
    height: 25vw;
    width: 100%;
    background-color: #64113F;
    border: 0.5vw solid #FF007F;
    box-sizing: border-box;
    position: relative;
}

.speechbubble {
    height: 46%;
    width: 30%;
    border-radius: 45%;
    background-color: #FFF4A5;
    background: radial-gradient(closest-side, #FFFDF4, #FFF4A5);
    border: 0.2vw solid #171717;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 78%;
    color:#171717;
    font-family: Comic;
}
.speechbubble2 {
    height: 40%;
    width: 32%;
    border-radius: 0.2vw;
    background-color: #000000;
    border: 0.2vw solid #FFFFFF;
    box-sizing: border-box;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-45%, 0);
    color:#FFFFFF;
    text-align: center;
    font-family: Comic;
}

.jukebox {
    border-radius: 0.2vw;
    height: 12vw;
    width: 100%;
    background-color: #1A1423;
    border: 0.5vw solid #9593D9;
    box-sizing: border-box;
    margin-top: 1vw;
    display: inline-block;
    vertical-align: top;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.promobox1 {
    border-radius: 0.2vw;
    width: 100%;
    height: 35vw;
    background-color: #000000;
    /* border: 0.5vw solid #57C4E5; */
    border: 0.5vw solid #3D6C90;
    box-sizing: border-box;
    margin-top: 1vw;
    display: inline-block;
    vertical-align: top;
}

.promobox2 {
    border-radius: 0.2vw;
    width: 100%;
    height: 22vw;
    background-color: #000000;
    border: 0.5vw solid #F5F1ED;
    box-sizing: border-box;
    margin-top: 1vw;
    display: inline-block;
    vertical-align: top;
}

.infobox {
    border-radius: 0.2vw;
    height: 44vw;
    width: 100%;
    background-color: #0D160B;
    border: 0.5vw solid #6BD425;
    box-sizing: border-box;
    margin-top: 1vw;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.scrollbox {
    border-radius: 0.2vw;
    height: 35vw;
    width: 90%;
    background-color: #0D160B;
    border: 0.5vw solid #6BD425;
    box-sizing: border-box;
    display: inline-block;
    overflow: scroll;
    margin: 5%;
}

.videobox {
    border-radius: 0.2vw;
    height: 22vw;
    width: 100%;
    background-color: black;
    border: 0.5vw solid #960200;
    box-sizing: border-box;
    margin-top: 1vw;
    display: inline-block;
    vertical-align: top;
}


.projectscontainer {
    height: 95vw;
    width: 70%;
    margin-top: 10%;
    background-color: #2b298eb6;
    
}

.funheader {
    border-radius: 0.2vw;
    background-color: #0D160B;
    border: 0.5vw solid #6BD425;
    height: 7vw;
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10px, 1fr));
    text-align:center;
    padding: 1%;
    margin-top: 1vw;
    margin-bottom: 1vw;
    position: relative;
}

.funcontainer {
    border-radius: 0.2vw;
    width: 100%;
    background-color: #0D160B;
    border: 0.5vw solid #6BD425;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
}

.funbox {
    border-radius: 0.7vw;
    border-top-left-radius: 0.2vw;
    border-top-right-radius: 0.2vw;
    display: inline-block;
    width: 30%;
    height: 18vw;
    margin: 1%;
    border: 0.4vw solid #9593D9;
    background-color: #1A1423;
    box-sizing: border-box;
    vertical-align:top;
    padding: 0.5%;
    text-align: center;
    text-decoration: none;
    font-size:1vw;
    color: #F5F1ED;
    /* cursor: pointer; */
}