@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-myWeb {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
}

.btn-myWeb:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.9);
}

.btn-check:focus + .btn-myWeb, .btn-myWeb:focus {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
}

.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: rgba(0, 0, 0, 0.7);
}

.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 {
}

.btn-myWeb.disabled, .btn-myWeb:disabled {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
}
/* ========================================================================================================================= */

/*
.dropdown-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: .5rem 0 .5rem -30px;
	margin: 0 0 0 -40px;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: red;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem
}
.dropdown-menu:hover {
	background-color: green;
}*/
ul.dropdown-menu{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#78ceed+0,e6edf4+100 */
	background: rgb(120,206,237); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(120,206,237,1) 0%, rgba(230,237,244,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(120,206,237,1) 0%,rgba(230,237,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(120,206,237,1) 0%,rgba(230,237,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78ceed', 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: #1e2125;
	background-color: #00aeef
}
