.navbar{
    background-color: #FF8200;
}

.navbar-text {
    font-size: 2 rem;
}

.nav-link, .nav-text, .navbar-brand, #navTitle {
    color: white;
    
    
}

#logo{
    height: 75px;
    width: auto;
}

.sectionBreak {
background-color: #FF8200;
height: 75px;
}

.athletePhotoGallery, .carousel-inner, .carousel-item {
    height: 600px;
    background-color: rgba(83, 86, 90);
    /* width: 100%; */
    
}


.row {

    margin-left: 0;
    margin-right: 0;
}

.sectionBreak > h1 {
    color: white;
}

.card-img-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    /* transform: translate(-50%, -50%); */
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
    z-index: 2;
    overflow: visible;

    }

.card {
    position: relative;
    z-index: 1;
    /* height: 500px; */
    
}

.card-img-top {
    height: 450px;
}

.card-title {

    color: rgba(83, 86, 90);
}

.card:hover .card-img-overlay {
    opacity: 1;
    background-color: rgba(83, 86, 90, 0.7);
    color: #FF8200;
    height: 100%;
    

}

footer {
    color: rgba(83, 86, 90);
    background-color: #FF8200;
}

.btn{
    color: #FF8200 !important;
    font-size: 18px !important;
}

.container-fluid > .btn {
    
    font-size: 52px !important;
}




body {
    font-family: 'Poppins', sans-serif !important;
}

@media only screen and (min-width: 375px) and (max-width: 900px) {
   li > .btn-outline-light {
      display: none !important;
    }
  }