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

.drawer-brand {
	width: 70%;
	margin: 0 auto;
	color: #004381;
	font-size: 1em;
	text-align: center;
}

.drawer-brand img {
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.drawer-menu li a:hover {
	color: #910028
}