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

img{
	margin-top: 10px;
	border: solid 5px white;
	max-height: 5.5em;
}
img.materialboxed.active{
	z-index: 10000 !important;
}
nav{
	background: transparent;
	box-shadow: none;
}
nav ul a:hover {
    background-color: transparent;
}
nav ul li{
	float: initial !important;
}