@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
}

.btn-myBtn {
	color: #fff!important;
	font-weight: bold;
	font-size:20px!important;
	background-color: #445978;
	border-color: #445978
}

.btn-myBtn:hover {
	color: #87b7ff!important;
	font-weight: bold;
	font-size:20px;
	background-color: #004aba;
	border:.01em solid #000;
}

.btn-myBtn.focus, .btn-myBtn:focus {
	box-shadow: 0 0 0 .2rem #87b7ff!important;
}

.btn-myBtn.disabled, .btn-myBtn:disabled {
	color: #fff;
	background-color: #445978;
	border-color: #445978
}

.btn-myBtn:not(:disabled):not(.disabled).active, .btn-myBtn:not(:disabled):not(.disabled):active, .show > .btn-myBtn.dropdown-toggle {
	color: #fff;
	background-color: #3862a0;
}

.btn-myBtn:not(:disabled):not(.disabled).active:focus, .btn-myBtn:not(:disabled):not(.disabled):active:focus, .show > .btn-myBtn.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem #3862a0
}


.media-body h5{
	font-size:20px!important;
}


.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 1rem .05em;
	margin-bottom: 1rem;
	list-style: none;
	background-color: transparent!important;
	border-radius: .25rem
}
.dropdown-menu{

}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff!important;
	text-decoration: none;
	background-color: #343a40!important;
}

.dropdown-item.disabled, .dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent
}









