body{
    background-color: #00afef;
    font-size: x-large;
}
.title{
    margin: 0;
    position: absolute;
    top: 30%;
    padding-left: 40px;
}
.menu-bar{
    position: absolute;
    top: 60%;
}
.navbar-light .navbar-nav .nav-link {
    color: #000000;
    padding: .5rem 2rem;
    font-weight: 500;
    text-align: left;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active,.link:hover {
    color: #ffffff;
    text-decoration: none;
}
section{
    min-height: 650px;
}
.quicktakes{
    background-color: #bcd6ed;
    border: 1px solid black;
    min-height: 400px;
    width: 75%;
    padding: 1rem;
}
.takes{
    background-color: #1f4e79;
    color: #ffffff;
    font-size: 2.5rem;
    width: 300px;
    padding: 5px;
    margin: 10px;
}
.takes-pages a{
padding: 2rem;
}
.quicktakes-btns{
width: 75%;
}
.link{
    color: #000000;
    text-decoration: none;
}
.navbar-light .navbar-nav .red-link, .red-link{
    color:#b4170a;
}
.red-text{
    color:#a63437;
}
.blue-text{
    color:#0077B5;
}
.vertical{
    writing-mode: vertical-lr;
  }
.vertical h2{
    text-orientation: upright;
    font-size: 4rem;
}
.grid-container{
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 10px;
}
.grid-container div{
padding: 10px;
}
.social-icons li{
    padding: .5rem;
}
.social-icons a{ 
    text-decoration: none;
    color: #ffffff;
}
.fa-brands, .fa-solid{
    font-size: 60px;
}
.fa-square-facebook{
    color: #3b5998; 
}
.fa-linkedin{
    color: #0077B5;
}
.fa-square-instagram{
    color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}
.fa-x-twitter{
    color: #ffffff;
    background: #000000;
}
.fa-tiktok{
    color: #111111;
    filter: drop-shadow(2px 0px 0px #FD3E3E) drop-shadow(-2px -2px 0px #4DE8F4);
}
.fa-youtube{
    color:#ff0000;
}
.fa-envelope{
    color: #285AEB;
}
.play-button{
    display: flex;
    align-items: center;
    height: 550px;
}
.fa-circle-play{
    font-size: 170px;
    color: #ffffff;
}
.footer{
    background-color: #000000;
    color: #ffffff;
    margin: auto;
}
@media only screen and (max-width: 600px) {
    .title,.menu-bar{
        position:unset;
    }
    .grid-container{
        grid-template-columns: auto;
    }
    .quicktakes,.quicktakes-btns{
        width: 100%;
    }
    .takes{
        width: auto;
        font-size: 1.5rem;
    }
    .play-button{
        width: 100%;
    }

}

@media only screen and (min-width: 600px) {

}
 
@media only screen and (min-width: 768px) {
  
} 
  
@media only screen and (min-width: 992px) {

} 
  
@media only screen and (min-width: 1200px) {
    
}