/* Show it is fixed to the top */
body {
  min-height: 75rem;
  /*padding-top: 136px;*/
}
body.shrink {
  min-height: 75rem;
  padding-top: 80px;
}

.navbar-nav {}

.nav-item{
padding: 0px 20px;
font-size: 1rem;
text-transform: uppercase;

}
    .nav-item a.nav-link {
        color: #fff;
    }



.dark .nav-item.active, .nav-item:hover{
background: #272727;

}


.light .nav-item.active, .nav-item:hover {
    background: transparent;
}

.light .nav-item.active > a , .nav-item:hover > a {
    color: #cb2228 !important;
}


