body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #000000;  
}

.content {
    margin: 0;
    position: relative;
    height: 100%;
}

#sidenav {
    text-align: center;
    height: 100%;
    width: 100%; 
}

#sidenav > a > img {
    width: 80%;
}

#mobile {
    display: none;    
}

.nav-link {
    color: #ceb888;
    font-size: 1.1rem;
    text-transform: uppercase; 
}

.nav-link:hover {
    color: #FFF;
}

.nav-col {
    position: fixed; 
    top: 0;
    display: inline-block;
    padding: 0; 
    margin: 0;
    width: 20%;
}

.body-col {
    position: absolute;
    display: inline-block;
    right: 0;
    width: 80%;
    padding: 1rem 1rem 0 0;
}

.content-twitter-widget {
    position: relative;
    padding-top: 1rem;
    margin: 0;
}

.mission-card {
    display: inline-block;
    width: 66.6%;
    background-color: #000000;
    color: #ffffff;
    padding-right: 1rem;
}

.twitter-div {
    position: absolute;
    top: 1rem;
    right: 0;
    display: inline-block;
    width: 33.3%;
    height: 97%;
}

.twitter-timeline {
    width: 100%;
}

#purpose {
    color: #ceb888;
    font-size: 1.1rem;
}

#purpose-div {
    margin-bottom: 5rem;
}

.social-media-icon {
    width: 20px;
    margin: 0.4rem 0.5rem 0.4rem 0.5rem;
}

.active {
    color: #fff;
}

#translate {
    padding-top: 4rem;
}

#social-media-links-div {
    width: 100%;
    margin: auto;
    margin-top: 2rem;
}

.separator {
    display: inline-block;
    background-color: #ceb888;
    width: 1px;
    height: 25px;
    vertical-align: middle;
}

.caption {
    position: absolute;
    height: 2rem;
    width: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
}

.caption > p {
    width: 100%;
    padding-left: 1rem;
    margin-bottom: 0;
    font-size: 14px;
}

.carousel-img {
    width: 100%;
    object-fit: cover;
}
  
.carousel-icon {
    height: 5vw; 
    width: 5vw; 
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;    
} 

.carousel-icon > img {
    padding: 1.3vw 0;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
 
.carousel-indicators {
    height: 2rem;
    margin-bottom: -2rem;
}

#playerCarousel {
    margin-bottom: 1rem;    
}
  
.hr {
    background: #ffffff;
    margin-bottom: 2rem;
}

.clients {
    border: 5px solid #ffffff;
}

.player-name, .spotlight-title {
    font-size: 14px;    
}

.four-column-div, .three-column-div, .two-column-div, .single-column-div, .two-column-spotlight, .single-column-spotlight {
    display: none;    
}

@media screen and (max-width: 1400px) {
    .nav-col {
        width: 25%;
    }
    
    .body-col {
        width: 75%;    
    }
}

@media screen and (max-width: 1200px) {
    .five-column-div {
        display: none;    
    }
    
   .four-column-div {
       display: flex;
    }
}

@media screen and (max-width: 1000px) {
   .four-column-div {
       display: none;
    }
   
   .three-column-div {
        display: flex; 
    }
    
    .three-column-spotlight {
        display: none;    
    }
    
    .two-column-spotlight {
        display: flex;    
    }
}

@media screen and (max-width: 900px) {
    .mission-card, .twitter-div {
        position: static;
        display: block;
        width: 100%;
    }  
    
    .twitter-div {
        height: 80vw;    
    }
    
    .nav-col {
        width: 32%;
    }
    
    .body-col {
        width: 68%;
    }
}

@media screen and (max-width: 750px) {
    .three-column-div {
        display: none;    
    } 
    
    .two-column-div {
        display: flex;    
    }
}

@media screen and (max-width: 600px) {    
    #nav-logo {
        width: 60% !important;
    }
    
    .nav-col {
        display: block;
        position: static;
        width: 100%;
        min-height: 0;
    }
    
    .body-col {
        display: block;
        position: static;
        max-width: 100%;
        width: 100%;
        padding: 0 1rem 1rem 1rem;
        margin-top: 2rem;
    }
    
    .twitter-div {
        height: 100vw;    
    }
    
    #desktop {
        display: none;    
    }
    
    #mobile {
        display: inline-block;    
    }
    
    #purpose-div {
        margin-bottom: 1.5rem;
    }
    
    #translate {
        padding-top: 2rem;
    }    
}

@media screen and (max-width: 450px) {
    .two-column-spotlight {
        display: none;    
    } 
    
    .single-column-spotlight {
        display: flex;
    }
}

@media screen and (max-width: 350px) {
     .two-column-div {
        display: none;    
    }
    
    .single-column-div {
        display: flex;    
    }
}
    
@media (orientation:landscape) {
    .nav-col {
        position: absolute;    
    }
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
