/* CUSTOM PORTAL STYLES - GLOBAL STYLES INCLUDED IN GLOBAL REPO BANYAN FOLDER */

.header_nav .link{
	
}

.footer_logo {
	width: 100px;
}

.front_logo img{
	width: 300px;
	margin-top: 5%;
	margin-left: 12%;
	filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.4));
}


.front_logo_main img{
	width: 300px;
	margin-top:5%;
	margin-left:12%;
	filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.4));
}

.bg-dark-30:before{
	background-color:rgba(0, 0, 0, .2);
}
	
.main-body{
	background-image: url("../../images/front_images/main1.jpg");
}


@media (max-width: 991px) {
	
	}