
.dark-2-custom{
	background-color: rgba(1, 11, 27, 0.73);
}

.menu-list .sub-menu{
	min-width:300px;
}
.site-logo img{
	height:100px;
}
.primary-nav .active a,
.nav-hover-1>li:hover>a, .nav-hover-1>li:focus>a {
    background-color: #28255d !important;
    color: white !important;
}
.sub-link{
    background-color:white;
    color:#848484;
}
.sub-link>a:hover{
    background-color: #28255d !important;
    color: white !important;
}
nav li a {
    color: #28255d;
}