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

ul.dropdown-menu{
	padding-top:10px!important;
	padding-bottom:10px!important;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#feffff+0,ddf1f9+35,a0d8ef+100;Blue+3D+%2318 */
	background: #feffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #feffff 0%, #ddf1f9 35%, #a0d8ef 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff6c6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
ul.dropdown-menu div.dropdown-divider{
	height: 0;
	margin: .1rem 0!important;
	overflow: hidden;
	border-top: 1px solid rgba(0, 0, 0, .15)
}
li.dropdown{
	margin-left:10px!important;
	margin-right:10px!important;
}

li a.dropdown-item{
	margin-left:-30px!important;
	padding-left:10px!important;
	width:auto!important;
}
.nav-link, .dropdown-toggle{
	color:#000!important;
	padding-left:15px!important;
	padding-right:15px!important;
}


.btn-myWeb {
	color: #fff;
	background-color: #f7921e;
	border-color: rgba(0, 0, 0, 0.5);
}

.btn-myWeb:hover {
	color: #fff;
	background-color: #f7921e;
	border-color: rgba(0, 0, 0, 0.5);
}

.btn-check:focus + .btn-myWeb, .btn-myWeb:focus {
	color: #fff;
	background-color: #f7921e;
	border-color: rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 .25rem rgb(202, 113, 3)
}

.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: #cf771c;
	border-color: rgba(0, 0, 0, 0.5);
}

.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: #0d6efd;
	border-color: rgba(0, 0, 0, 0.5);
}


















