@charset "UTF-8";
/* CSS Document */

.bg-dark-sky{
	background-image: url("../img/bg-dark.jpg");
	background-size:cover;
	color: #dde2e6;
	background-repeat: none;
}
.bg-ffe200{
	background-color: #ffe200;
	color: #000;
	border-radius: 5px;
}
.fw-bold{
	font-weight: bold;
}
@media screen and (max-width: 991px) {
  .sidebar-collapse .navbar-collapse:before {
    background: green;
    opacity: 1;
    filter: alpha(opacity=76);
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
}