.carousel-caption > h5 {
  font-size: 24px;
}
.carousel-caption > p {
  font-size: 20px;
}

.nav-link {
  color: #333;
  font-weight: 200 !important;
}
@media only screen and (max-width: 768px) {

.navbar-collapse ul{
        background: #040404b5;
}

}
/*.carousel-item:after {*/
/*  content:"";*/
/*  display:block;*/
/*  position:absolute;*/
/*  top:0;*/
/*  bottom:0;*/
/*  left:0;*/
/*  right:0;*/
/* background: linear-gradient(to bottom , rgb(241,241,241, 0.1) , rgb(0,0,0, 0.1) );*/

/*}*/