* {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}


.badge-sparks {
    background-color: #ec973c;
    color: white;
}

.badge-default {
    color: white;
}

.badge-intro {
    color: white;
    background: linear-gradient(90deg, rgba(22, 142, 206, 1) 0%, rgba(136, 41, 141, 1) 100%);
}

.discover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 2vh;
    padding-bottom: 8vh;
}

/*Navbar*/

.navbar-brand img {
    height: 50px;
}

.navbar {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 100;
    width: 100%;
    background-color: white;
}

.navbar-toggler-icon {
    font-size: 30px;
    margin-top: 15px;
}

.navbar-light .navbar-nav .nav-link {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 800;
    font-size: 20px;
}


/*Video Rows*/


.v-row {
    padding-top: 5vh;
}

#top-section {
    margin-top: 94px;
}

.v-row-header {
    padding-left: 10vw;
    padding-bottom: 2vh;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 800;
    font-size: 40px;
}

.video-container {
    display: flex;
}

.flex-scroll {
    min-width: 100%;
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.flex-scroll::-webkit-scrollbar {
    display: none;
}

#box1 {
    margin-left: 8vw;
}

#last-box {
    margin-right: 8vw;
}

.card {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    border: 0;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .45rem;
    max-width: 300px;
    min-width: 300px;
    margin-bottom: 2vh;
    margin-left: 1vw;
    margin-right: 1vw;
    margin-top: 20px;
}

.card.card-cascade.narrower .view.view-cascade {
    margin-left: 4%;
    margin-right: 4%;
    margin-top: -1.25rem;
}

.card.card-cascade .view.view-cascade {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    -webkit-border-radius: .45rem;
    border-radius: .45rem;
}

.card-img-top {
    border-radius: .45rem;
}

.video-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.video-header h4 {
    font-size: 18px;
    font-weight: 800;
}

.video-header h6 {
    font-size: 14px;
    font-weight: 800;
}

.bottom-info {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

/*Featured Text*/
.f {
    color: #88298e;
}

.e {
    color: #ec1f27;
}

.a {
    color: #f69320;
}

.t {
    color: #ffc111;
}

.u {
    color: #118938;
}

.r {
    color: #1c8ece;
}

.e2 {
    color: #5b58a6;
}

.d {
    color: #88298e;
}

.viewer {
    display: flex;
}

/*Charater Row*/
.characters {
    display: flex;
    flex-direction: row;
    margin-top: 5vh;
    justify-content: center;
}

.characters img {
    max-height: 280px;
    max-width: 200px;
    margin-right: 2vw;
    margin-left: 2vw;
}

@media only screen and (max-width: 750px) {
    .characters {
        flex-direction: column;
        align-content: center;
        align-items: center;
    }
}


/*Video Viewer*/

.viewer-info {
    height: 100vh;
    width: 15vw;
    background-color: #1c8ece;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.viewer-image {
    display: flex;
    justify-content: center;
}

.viewer-image img {
    height: 15vh;
    margin-bottom: 4vh;
}

.viewer-title {
    display: flex;
    justify-content: center;
}

.title-header {
    display: flex;
    flex-direction: row-reverse;
    height: 60vh;
}

.title-header h2,
.title-header h4 {
    writing-mode: vertical-rl;
    color: white;
    font-weight: 800;
    margin-right: 0;
    margin: 0;
    padding: 0;
    line-height: 30px;
}

.viewer-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 30px;
    color: white;
    z-index: 11;
}

.viewer-options a {
    color: white;
    margin: 0;
    padding: 0;
}

.viewer-options a:hover {
    color: #ededed;
}

.worksheet-btn {
    display: flex;
    justify-content: center;
}

.fun-btn {
    background-color: white;
    border-color: white;
    margin-bottom: 3vh;
    color: #1c8ece;
}

.fun-btn:hover {
    background-color: transparent;
    border-color: white;
    margin-bottom: 3vh;
    color: white;
}

/*Video Containter*/

.viewer-container {
    width: 85vw;
    height: 100vh;
    box-shadow: -.05px 0px 30px rgba(39, 39, 39, .75);
    z-index: 10;
}

.viewer-container iframe {
    width: 85vw;
    height: 100vh;
}

@media only screen and (max-width: 1200px) {
    .viewer {
        flex-direction: column;
    }

    .viewer-options {
        flex-direction: column;
    }

    .viewer-info {
        height: 20vh;
        width: 100vw;
        justify-content: flex-start;
        flex-direction: row;
        align-items: center;
    }

    .viewer-container {
        width: 100vw;
        height: 80vh;
    }

    .viewer-container iframe {
        width: 100vw;
        height: 80vh;
    }

    .title-header {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .title-header h2,
    .title-header h4 {
        writing-mode: horizontal-tb;
        color: white;
        font-weight: 800;
        margin-right: 0;
        margin: 0;
        padding: 0;
        line-height: auto;
    }

    .title-header h2 {
        font-size: 1.4em;
        line-height: 20px;
    }

    .title-header h4 {
        font-size: 1em;
        line-height: 20px;
    }

    .viewer-image img {
        height: 10vh;
        margin-right: 5vw;
        margin-bottom: 0;
    }

    .worksheets {
        display: none;
    }

    .fa-times-circle {
        margin-bottom: 6vh;
    }
}

.modal-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.modal-button {
    margin: 2em;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    -webkit-border-radius: .45rem;
    border-radius: .45rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    flex-direction: column;
    color: black;
}

.modal-button:hover {
    color: black;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .28), 0 4px 15px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .28), 0 4px 15px 0 rgba(0, 0, 0, .25);
    -webkit-border-radius: .45rem;
}

.modal-button i {
    font-size: 3.5em;
    margin-bottom: 15px;
}

/*footer*/
footer {
    margin-top: 5vh;
    margin-left: 10vw;
    margin-right: 10vw;
}

.sub-footer {
    margin-bottom: 5vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-logo img {
    height: 13vh;
}

.social {
    font-size: 2.5em;
}

.social i {
    margin-left: 1vw;
    margin-right: 1vw;
}

.fa-youtube {
    color: #ff0000;
}

.fa-facebook {
    color: #3b5998;
}

.fa-instagram {
    color: #fb3958;
}

.fa-snapchat-square {
    color: #fffc00;
}

.fa-twitter-square {
    color: #0084b4;
}

.footer-menu {
    display: flex;
    justify-content: center;
}

.footer-menu h3 {
    margin-left: 1.5vw;
    margin-right: 1.5vw;
    font-weight: 800;
    color: rgba(0, 0, 0, .5);
    font-size: 1.5em;
    text-align: center;
}

.footer-menu h3:hover {
    color: #525f7f;
}

.copyright {
    margin-top: 2vh;
    margin-bottom: 2vh;
    text-align: center;
    font-size: 1em;
}

@media only screen and (max-width: 650px) {
    .sub-footer {
        justify-content: center;
    }

    .footer-logo {
        margin-bottom: 3vh;
    }
}

@media only screen and (max-width: 750px) {
    .footer-menu {
        flex-direction: column;
    }
}
