/* =============COURSE SECTION=============
/* 
.col-md-8 {
    margin: 2rem auto 8rem;
    padding-top: 2rem;
}

.col-md-8 h1 {
    font-size: 2.4rem;
}

.btn-secondary {
    border-width: medium;
    border-radius: 0;
    padding: .6rem 1.2rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin: 1rem;
    border-color: #1EBBA3;
    background-color: #1EBBA3;
    color: white;
}

.btn-secondary:hover,
.btn-secondary:focus {
    border-color: #189582;
    background-color: #189582;
    color: white;
} */

---------------------------------------- .video-background {
    position: relative;
    width: 100%;
    min-height: 100vh;
}

.video-background {
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
}

.video-foreground,
.video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
    .video-foreground {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .video-foreground {
        width: 300%;
        left: -100%;
    }
}

*/
/* .content {
    padding: 25px;
    background-color: rgba(#000, .3);
    position: absolute;
    left: 50px;
    bottom: 50px;
    h1 {
        font-family: 'Roboto Slab', serif;
        margin: 0;
        color: #fff;
    }
} */

.content_container {
    position: absolute;
    top: 40%;
    left: 5%;
    z-index: 10;
    color: white;
    text-transform: uppercase;
}

.content_container .title {
    font-size: 10rem;
    font-family: 'Mohave', sans-serif;
    margin-bottom: -3rem;
}

.content_container .subtitle {
    font-size: 4rem;
    font-family: var(--lato-font-family);
    font-style: italic;
    color: #ececec;
    margin-bottom: 3rem;
}

.content_container .content_text {
    font-size: 2rem;
    font-family: var(--lato-font-family);
    opacity: 0.8;
}

.me_button {
    background: var(--primary-red);
    color: white;
    padding: 1rem;
    border-radius: 5px;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.1s;
    border: none;
    margin: 2rem 0;
    text-transform: capitalize;
}

.keycard {
    width: 600px;
    justify-content: center;
    margin: auto;
}

@media (min-width: 1200px) {
    .keycard {
        max-width: 970px;
    }
}