@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
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem
}

ul.dropdown-menu{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#95e2b3+0,e6edf4+100 */
	background: rgb(149,226,179); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(149,226,179,1) 0%, rgba(230,237,244,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(149,226,179,1) 0%,rgba(230,237,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(149,226,179,1) 0%,rgba(230,237,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95e2b3', endColorstr='#e6edf4',GradientType=0 ); /* IE6-9 */

}


.dropdown-item {
	display: block;
	padding: .25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	border: 0;
	margin-left:-30px;
	width:auto;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: rgba(255, 255, 255, 0.7);
	background-color: #004422;
}





.btn-MyWeb {
	color: #fff;
	background-color: #003a00!important;
}

.btn-MyWeb:hover {
	color: #fff;
	background-color: #002200 !important;
}

.btn-check:focus + .btn-MyWeb, .btn-MyWeb:focus {
	color: #fff;
	background-color: #003a00!important;
	box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-check:active + .btn-MyWeb, .btn-check:checked + .btn-MyWeb, .btn-MyWeb.active, .btn-MyWeb:active, .show > .btn-MyWeb.dropdown-toggle {
	color: #fff;
	background-color: #103a09 !important;
	border-color: #0a53be
}

.btn-check:active + .btn-MyWeb:focus, .btn-check:checked + .btn-MyWeb:focus, .btn-MyWeb.active:focus, .btn-MyWeb:active:focus, .show > .btn-MyWeb.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-MyWeb.disabled, .btn-MyWeb:disabled {
	color: #fff;
	background-color: #003a00!important;
}