:root {
    --headerHeight: 3.5rem;

    /* Color Set Options - ALMOST black to ALMOST white, cool grays */
    --darkest: #212529; 
    --darker: #343A40;
    --dark: #495057;
    --light: #6C757D;
    --lighter: #ADB5BD;
    --lightest: #CED4DA;

    /* fonts */
    --fontOne: "Cascadia Mono", sans-serif;
    --fontTwo: "Alumni Sans Pinstripe", sans-serif;
}


@media only screen and (max-width: 950px) { 

.videoContainer{
    width: 100%;
}

.videoEmbed {
    margin: 8px;
    padding: 10px;
    background-color: rgba(108, 117, 125, 0.4);
    border-radius: 5px;
    display: flex;
    height: 140px;
    justify-content: space-between;
    align-items: center;
}

#videoOne{
    margin-top: 90px;
}

#videoTwo{
    margin-top: 50px;
}

#videoThree{
    margin-top: 50px;
}

.videoEmbed iframe{
    height: 84px;
    width: 150px;
}

.leftVid {
    margin-right: 10px;
}

.rightText{
    text-align: right;
}

.rightText h2{
    font-size: 12px;
}

.rightText p{
    font-size: 10px;
}

.followYTDiv{
    margin: 20px 20px 10px 20px;
    background-color: rgba(108, 117, 125, 0.4); 
    border-radius: 5px;
    color: var(--lightest);
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.ytText p{
    margin-left: 8px;
    font-size: 14px;
}

.btmYtLink {
    margin-right: 8px;
    margin-left: 8px;
    text-decoration: none;
}

.btmYtLink i {
    text-decoration: none;
    color: var(--lightest);
}

/*

.followYTDiv {
    margin: 0px 20px 10px 20px;
    padding: 0px;
    background-color: rgba(108, 117, 125, 0.1);  
    border-radius: 5px;
    color: var(--lightest);
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.btmYtLink {
    margin-left: 15px;
    text-decoration: none;
}

.btmYtLink i {
    text-decoration: none;
    color: var(--lightest);
}

.btmYtLink i:hover{
    color: var(--light);
} */

}