@charset "utf-8";
/* CSS Document */

.upline {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FF6600;
	text-decoration: none;
	}
.contentrightUp {
	text-align: right;
	white-space: normal;
	display: block;
	}
	
	@media only screen and (min-width: 768px){
	
.nav-item:hover .dropdown-menu{
	display:block;}
	}
.bg-upside {
  background-color: #353C40 !important;
}


.upbannercolor {
	background-color: #9C0 !important;
	}
	
.nav-link{
	position: relative;
	color:#fff;
	
	}
	
.nav-link:hover{
/*text-decoration:none;
border-bottom:groove;*/
color:#FF6600;
	}
.nav-link::after{
	opacity: 0;
	transition: all 0.2s;
	height: 1px;
	width: 100%;
	background-color:#99FF00;
	position: absolute;
	bottom: 0;
	left:: 0;
	
}
	
.nav-link:hover::after{
	opacity: 1;

	}	
	
.nav-link:hover::after{
	opacity: 1;

	}
	
	
body{
	font-family:"Courgette",Georgia, Times New Roman, Times, serif;
	
	}

	