@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;
}


.embed-responsive{
	position: relative;
	padding-top: 56.25%;
}
.youtube{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;

}