/* Navbar */

.navbar-brand {
	width: 3rem;
}

.navbar-brand:hover {
	transform: rotate(360deg);
	transition: transform 0.4s ease-in;
}
