@media (min-width: 992px) {

}
/* ======================================================================================================== */
.display-5 {
	font-size: 3rem;
	font-weight: 300;
}

.display-6 {
	font-size: 2.5rem;
	font-weight: 300;
}

.display-7 {
	font-size: 2rem;
	font-weight: 300;
}

.nav-link, .dropdown-item{
	font-size:14px;
}
.w-10 {
	width: 10% !important
}
.w-15 {
	width: 15% !important
}

a.dropdown-item{
	margin-left: -30px!important;
	width: auto!important;
}

a.dropdown-item:hover{
	background-color: #003f6a !important;
	color:white!important;
}

h2.accordion-header{
	margin-top:0!important;
}


