body {
	font-family: "Exo 2";
	font-size: 14px;
	overflow-y:scroll;
}

.head_img {
	margin-left: 0.5em;
	width: 80px;
	height: auto;
}

.site-title{
	background-image: linear-gradient(to top, #006600, #003300);
	background-image:-webkit-linear-gradient(to top, #006600, #003300);
	background-image:-o-linear-gradient(to top, #006600, #003300);
	background-image:linear-gradient(to top, #006600, #003300);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006600', endColorstr='#003300', GradientType=1);
	background-repeat:repeat-x;
	background-color:##006600;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	height:106px
}

.site-title-text{
	margin-top:1em;
	margin-right:1em;
	float:right !important;
	float:right
}

.bg-dark {
	background-color: #000 !important;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.6);
}

.dropdown-menu-black{
	font-size: 14px;
	min-width: 15em;
	width: 100%;
	max-width: 20em;
	background-color: #000 !important;
}

.dropdown-item-black{
	white-space: normal;
	color: rgba(255, 255, 255, 0.6);
}

.dropdown-item-black:hover, .dropdown-item-black:focus{
	background-color: #1e1e1e;
	color: rgba(255, 255, 255, 0.75);
}

.dropdown-item-black:not(:last-child){
	border-bottom: 1px solid #111;
}

.dropdown-item.active{
	background-color: #006600;
}

.dropdown-item:active{
	background-color: #006600;
}

.dropdown-item:hover, .dropdown-item:focus {
	background-color: #00660022;
}



/*.navbar { margin-left: 0 }
*/
a {
	color: #212529;
}

a:hover {
	color: #060;
}

.btn {
	font-size: 0.9rem;
}