.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
 }

.dropdown-menu{
	background:transparent;
	color:white;
}
.dropdown-menu li a{
	background-color:#344E9D;
	border:4px solid white;
	border-radius: 40px;
	color:white;
}
.dropdown-menu li a:hover{
	padding-top:2px;
	background-color:white;
	color:#344E9D;
	border:4px solid #344E9D;
	border-radius: 40px;
}

.dropdown a{
	padding:-20px;
	margin:0;
}
.img-circle:hover{
	zoom:1.2;
}
.navbar-brand img{
	width:400px;
}

.carousel-control{
	background-image:url('');
	background-color:transparent;
	
}
.carousel-control:hover{
	background:transparent;
	
}
.nav-pills li a{
	border:5px solid white;
	border-radius:40px;
}
