a {
    text-decoration: none !important;
}

nav {
    font-family: 'Slabo 27px', serif;
    font-weight: bold;
    font-size: 18px;
    /* opacity: 0;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s; */
}

font {
    padding: 5px 10px;
    margin-right: 10px;
}

#banner {
    float: left;
    background: url("Music.jpg") no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    font-family: 'Slabo 27px', serif;
    font-weight: 600;
    transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.blurIt {
    filter: blur(5px) brightness(0.6);
    transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#myRadarChart,
#myScatterChart,
#myBarChart {
    width: 100%;
    height: 700px;
    background: white;
    font-family: 'Quicksand', sans-serif !important;
}

.introHeader {
    font-size: 34px;
    font-weight: 900;
    margin-top: -1%;
    text-align: center;
    color: darkslategray;
}

.introText {
    color: darkslategray;
}

#intro {
    float: left;
    padding: 0 13%;
    margin-top: 170px;
    text-align: justify;
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    display: none;
}

.goUpDown {
    transform: translateY(-50px);
}

#radar,
#bar,
#scatter,
#back,
#footerr {
    float: left;
    /* padding: 0 20%; */
    text-align: justify;
    color: rgb(105, 105, 105);
    font-family: 'Quicksand', sans-serif !important;
    font-size: 18px;
    width: 100%;
    margin-top: 290px;
    background: white;
}

.footer {
    background: darkcyan;
    color: white;
    padding: 50px 100px;
    border-radius: 10px;
    text-align: center;
    display: none;
}

.iconCap {
    text-align: center;
    padding: 5px 15px;
    font-family: 'Quicksand', sans-serif !important;
    color: darkslategray;
    transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 100ms;
}

#footerr {
    margin-left: 0px;
    margin-top: -100px;
}

#backR,
#backS,
#backB {
    width: 100%;
}

#next,
#prev {
    transition: 0.3s ease;
    background: darkcyan;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 100px;
    cursor: pointer;
}

#featName {
    padding: 10px 20px;
}

#closeS,
#closeB,
#closeR,
.findSim,
.scatterUp,
.ally,
.nony {
    border: none;
    margin-left: 600px;
    font-weight: 500;
    padding: 10px 20px;
    background: darkcyan;
    border-radius: 100px;
    transition: 0.3s ease;
    color: white;
    cursor: pointer;
}

.findSim {
    margin: 0;
}

#closeAll {
    background: darkred;
    margin-left: 10px;
    border: none;
    width: 150px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 100px;
    transition: 0.3s ease;
    color: white;
    cursor: pointer;
}

#openAll {
    margin-left: 100px;
    font-weight: 500;
    background: darkcyan;
    border: none;
    padding: 10px 20px;
    border-radius: 100px;
    transition: 0.3s ease;
    color: white;
    width: 150px;
    cursor: pointer;
}

#openAll:hover {
    background: white;
    color: darkcyan;
    transition: 0.3s ease;
}

#closeAll:hover {
    background: white;
    color: darkred;
    transition: 0.3s ease;
}

.prevClip {
    margin-left: 10px;
    font-weight: 500;
    background: darkviolet;
    border: none;
    padding: 10px 20px;
    border-radius: 100px;
    transition: 0.3s ease;
    color: white;
    width: fit-content;
    cursor: pointer;
}

.prevClip:hover {
    background: white;
    color: darkviolet;
    transition: 0.3s ease;
}

.ally {
    margin-left: 50px;
    background: lightgreen;
}

.nony {
    margin: 0;
    background: lightcoral;
}

.scatterUp {
    margin-left: 0px;
}


/* .findSim {
    color: whitesmoke;
    background: rgba(0, 139, 139, 0.507);
} */

#prev:hover {
    background: white;
    color: darkcyan;
    transition: 0.3s ease;
}

#next:hover {
    background: white;
    color: darkcyan;
    transition: 0.3s ease;
}

.barText,
.SText {
    padding: 150px;
}

#closeB:hover,
#closeS:hover,
#closeR:hover,
.scatterUp:hover,
.ally:hover,
.nony:hover,
.findSim:hover {
    background: white;
    color: darkcyan;
    transition: 0.3s ease;
}

#song,
#song2 {
    font-family: 'Quicksand', sans-serif;
}

.ally:hover {
    color: lightgreen;
}

.nony:hover {
    color: lightcoral;
}

#myBarChart {
    height: 100%;
    width: 100%;
    font-family: 'Quicksand', sans-serif !important;
}

.pad {
    font-family: 'Quicksand', sans-serif !important;
}

#radarFrame,
#barFrame,
#scatterFrame {
    width: 180%;
    height: 1100px;
    border: none;
    display: none;
    z-index: 100;
    margin-top: -300px;
    border-radius: 10px 10px 0 0;
    border-bottom: 2px solid grey;
    margin-left: 50px;
    background: white;
    font-family: 'Quicksand', sans-serif !important;
}

#barImg,
#scImg,
#radarImg {
    cursor: pointer;
    margin-left: 20px;
    border: 5px double grey;
    border-radius: 10000px;
}

#iconBar {
    transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.openIcon,
.openIcon2 {
    position: fixed;
    bottom: 20px;
    padding: 5px 10px;
    border: 2px solid darkgreen;
    border-radius: 100px;
    height: fit-content;
    width: 230px;
    background: rgba(29, 245, 82, 0.7);
    text-align: center;
    color: rgb(0, 104, 104);
    cursor: pointer;
    transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 1000;
}

.openIcon {
    left: 34px;
}

.openIcon2 {
    right: 34px;
}

.openIcon:hover,
.openIcon2:hover {
    background: white;
    transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}


/* .featWid {
    float: right;
} */


/* .table {
    background: white;
    color: darkslategray;
    width: 600px;
    border-radius: 10px;
} */

.widggy,
.featWidggy {
    position: fixed;
    bottom: 60px;
    width: fit-content;
    height: fit-content;
    display: none;
    z-index: 1000;
}

.widggy {
    left: 20px;
}

.featWidggy {
    width: 650px;
    right: 20px;
    height: 400px;
    border-radius: 10px;
    background: white;
    color: darkslategray;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
    /* border: 5px solid orange;
    background: pink; */
}

.listtt,
.feattt {
    transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.rotateDown {
    transform: rotate(180deg);
    transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (max-width: 768px) {
    .featWidggy {
        width: 90%;
        margin: 0%;
        border: 2px solid lightgray;
        overflow-x: scroll;
    }
    .openIcon {
        padding: 10px 15px;
        width: 50%;
        position: fixed;
        bottom: 0;
        left: 0;
        border-radius: 0;
    }
    .openIcon2 {
        width: 50%;
        position: fixed;
        bottom: 0;
        right: 0;
        border-radius: 0;
        padding: 10px 15px;
    }
    #bar {
        width: 1000px;
    }
    #banner {
        background-size: contain;
    }
    #intro {
        width: 100%;
        margin-top: 65%;
        padding: 0;
        margin-left: 1%;
        color: midnightblue;
        font-size: 14px;
    }
    .introHeader {
        color: midnightblue;
        font-size: 24px;
    }
    .blurIt {
        filter: blur(0px) brightness(1);
        transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    #barImg,
    #scImg,
    #radarImg {
        height: 90px;
        width: 90px;
        margin-top: 30px;
    }
    #closeAll {
        margin-top: 30px;
    }
    #openAll {
        margin-left: 30px;
        margin-top: 30px;
    }
    .goUpDown {
        transform: translateY(30px);
    }
    #radarFrame,
    #barFrame,
    #scatterFrame {
        width: 1000px;
        margin-left: 20px;
        margin-top: -250px;
    }
    #closeS,
    #closeB,
    #closeR,
    .scatterUp,
    {
        margin-left: 60px;
        margin-top: 20px;
        font-weight: 900;
        padding: 10px 20px;
        border-radius: 100px;
        transition: 0.3s ease;
    }
    .ally,
    .nony,
    .findSim {
        margin-left: 0px;
        margin-top: 20px;
        font-weight: 500;
    }
    #myRadarChart,
    #myScatterChart,
    #myBarChart {
        width: 180%;
        height: 500px;
        font-family: 'Quicksand', sans-serif !important;
    }
    .footer {
        font-size: 14px;
        padding: 15px;
        margin-left: 5%;
    }
    #footerr {
        margin-left: -2%;
        margin-bottom: 40px;
    }
    #song,
    #song2 {
        margin-left: 0px;
        margin-top: 10px;
    }
}


/* Different fonts for you guys to edit

font-family: 'Montserrat', sans-serif;
font-family: 'Slabo 27px', serif;
font-family: 'PT Sans', sans-serif;
font-family: 'Nunito', sans-serif;
font-family: 'Indie Flower', cursive;
font-family: 'Nanum Gothic', sans-serif;
font-family: 'Quicksand', sans-serif;
font-family: 'Source Code Pro', monospace;
font-family: 'Rokkitt', serif;
font-family: 'Comfortaa', cursive; */


/* Don't worry about all this. I was just experimenting... Just Ignore it :/

.scroll {
    margin-left: 48%;
    border-left: 2px solid midnightblue;
    padding: 10px;
    font-size: 18px;
    width: 100px;
    height: 45px;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.2s;
}

.arrowDown1 {
    border-bottom: 2px solid midnightblue;
    font-size: 16px;
    width: 30px;
    height: 0;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.2s;
    opacity: 0;
}

.arrowDown2 {
    margin-left: 70%;
    border-top: 2px solid midnightblue;
    font-size: 16px;
    width: 30px;
    height: 0;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.2s;
    opacity: 0;
}

#downBtn {
    margin-top: 37%;
    margin-left: 48%;
    width: fit-content;
    cursor: pointer;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.4s;
}

.change1 {
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.4s;
    transform: translate(47px, -6px) rotate(-50deg);
    width: 15px;
    opacity: 1;
    transition-delay: 0.2s;
}

.change2 {
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.4s;
    transform: translate(-32px, -6px) rotate(50deg);
    width: 15px;
    opacity: 1;
    transition-delay: 0.2s;
}

.changeS {
    height: 70px;
} 
.showNav {
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
    opacity: 1;
} */