@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-outline-mySite {
	color: white;
	font-weight:300;
	border:.01em solid white!important;
}

.btn-outline-mySite:hover {
	color: #0097e0;
	background-color: white!important;
	border:.01em solid #0097e0
}

.btn-outline-mySite.focus, .btn-outline-mySite:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
	color: #0097e0;
	background-color: white!important;
}

.btn-outline-mySite.disabled, .btn-outline-mySite:disabled {
	color: #0097e0;
	background-color: transparent
}

.btn-outline-mySite:not(:disabled):not(.disabled).active, .btn-outline-mySite:not(:disabled):not(.disabled):active, .show > .btn-outline-mySite.dropdown-toggle {
	color: #fff;
	background-color: #0097e0;
	border:.01em solid #0097e0
}

.btn-outline-mySite:not(:disabled):not(.disabled).active:focus, .btn-outline-mySite:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-mySite.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}





.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: #dc3545
}

.dropdown-item.disabled, .dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent
}
