.head_img {
	width: 80px;
	height: auto;
}

.foot_img {
	width: 36px;
	height: auto;
}


.nav-link:hover, .nav-link:focus {
	text-decoration: underline;
}



/*.navbar-nav li {
	border-bottom: #ccc solid 1px;
}
*/
/*.navbar div {
	border-bottom: #ccc solid 1px;
}*/

.navbar-nav li.show {
	border-bottom: none;
}



@media(max-width:767.9px){
	.toggler_img {
		display: block;
		height: 2em;
	}
}

@media(min-width:768px) and (max-width:991.98px){

}

@media(max-width:639.98px) {
	.toggler_text {
		text-transform: none;
	}
	.toggler_text:after {
		content: 'SE "FIAC"';
	}
}

@media(min-width:640px) and (max-width:839.98px) {
	.toggler_text {
		text-transform: none;
	}
	.toggler_text:after {
		content: 'SE "Forestry Innovation & Analytical Center"';
	}
}

@media(min-width:840px) {
	.toggler_text {
		text-transform: none;
	}

	
	.toggler_text:after {
		content: 'State Enterprise "Forestry Innovation & Analytical Center"';
	}
}

@media(max-width:991.98px) {
	nav{
		border-bottom: 1px solid #dee2e6 !important;
	}
}



@media(min-width:992px) {
	.toggler_text {
		display: none;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
    	padding-right: 0.5rem;
    	padding-left: 0.3rem;
	}


}

nav {
	text-transform: uppercase;
}


.toggler_text {
	color: #006600;
	font-family:Arial;
	font-size: larger;
	font-weight: lighter;
}

.toggler_text:after {
	color: #006600;
	font-family:Arial;
	font-weight: lighter;
}



.header-text {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}


.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007b00;
}

.uf_icon {
	color: #ff8300;
}