 body{
     background-color: black !important;
 }
 .font-weight-900{
     font-weight: 900;
 }
 .font-weight-lighter{
     font-weight: lighter;
 }
 .font-size-small{
    font-size: small;    
}
.font-weight-semi-bold{
    font-weight: 600 !important;
}
 .text-red{
     color: red;
 }
 .text-orange{
     color: orange;
 }
 .navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255) !important;
}
 .dropdown-item:focus, .dropdown-item:hover{
     background-color: transparent !important;
 }
 .dropdown-item.active, .dropdown-item:active{
     background-color: transparent !important;
 }
 @media only screen and (min-width: 1024px){
     .md-w-50{
         width: 50% !important;
     }
 }
 @media screen and (min-width: 768px){
    .bgd-black-md {
        background-color: rgba(0,0,0,.85) !important;
        text-shadow: 1px 1px 1px black;
    }
    .display-8{
        font-size: 1.2em;
    }
}
 .h-35px{
     height: 35px;
 }
 @media screen and (max-width: 767px){
     .h-sm-45px{
         height: 45px !important;
     }
 }