.navbar-custom {
	background-color: #333333;
	border-color: #000033;
	z-index: 9999999;
    height: 50px;
    margin: 0px auto 0px 0px;
    width: 100%;
}
.navbar-custom a.navbar-brand {
	color: #ff9900;
}

.navbar-custom .navbar-nav a.dropdown-toggle {
   color: #ff9900;
}

.navbar-custom a.navbar-brand-custom {
	margin-left:100px;
	margin-right:50px;
	color: #ff9900;
	display: none;
}

.navbar-custom span.navbar-brand-custom {
  margin-left: -58px;
	color: #fff;
	font-size: 1.5em;
  font-weight: bold;
}

 .navbar-custom .navbar-nav .nav-link {
	 color: rgba(253, 153, 0, 0.7);
} 
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
	color: #fff;
} 

.navbar-custom .navbar-nav > li > a {
    color: #ff9900;
}
.navbar-toggler-icon {
    width: 1.5em;
    height: 1.1em;
}

ul.dropdown-menu {
	width: 310px !important;
	height: 300px;
	background-color: #333333;
}
.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
}
nav ul li {
    transition: background-color .3s;
    float: inherit;
    padding: 0;
}


/* DROPDOWN */
.custom-control{
    font-weight: normal;
}
.dropdown-toggle{
    padding-left: 40px;
    border-radius: 0px !important;
}
.dropdown.dropdown-lg .dropdown-menu {
    padding: 15px;
}
.dropdown.dropdown-lg .dropdown-menu{
    min-width: 320px;
}
.dropdown-menu{
    box-shadow: 1px 4px 8px -1px #c1c1c1;
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 2;
    }
}

@media (min-width: 768px) {
    .navbar-custom span.navbar-brand-custom {
        font-size: 2.5em;
    }
    .navbar-custom a.navbar-brand-custom {
        display: block;
    }

}

@media (min-width: 980px) {


}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}
