body{
    background-color: black;
    font-family: "Nunito", sans-serif;
    color:bisque;

}
.vids{
   padding-top:100px; 
}
div .extras p{
    color:#dc1cea;
}


.blurb h2 {
    color:#dc1cea;
    font-weight: 100;
    font-size: 2.5rem;
}

.blurb p {
    color:#93afec;
    font-weight: 100;
    font-size: 1.125rem;
    line-height: 2;
}
.content {
    padding-top: 100px;
}

#mainNavBar {
    
    font-size: 1.5rem;
    font-weight: 100;
}

#mainNavBar .navbar-brand{
    color:#dc1cea;
   font-size: 1.5rem;
    font-weight: 100;
    
}

#mainNavBar .nav-link{
    color:white;
}

#mainNavBar .nav-link:hover{
    color:#ea1c2c;
}

#headingGroup span {
    color:#dc1cea;
   
}

#headingGroup h1{
    font-weight: 100;
    font-size: 4rem;

}

.navbar.scrolled {
    background: rgb(63, 38, 229);
    transition: 500ms;
    opacity: 90%;
   
}

footer small {
    color:#93afec;
    
    
}
footer{
    border-top: 1px solid #93afec;
    
  
    
}

footer a{
    text-decoration:none;
    color:antiquewhite;
}



@media(max-width: 1200px){
    #headingGroup h1{
        font-weight: 100;
        font-size: 3rem;
    
    }
}