/*
 * My simple classes for things that are too easy for Bootstrap
 */

.logo {
	font-family: cursive;
	font-size: 24px;
	font-weight: bold;
	color: gray;
	padding: 20px;
	display: flex;
	height: 10px;
	line-height: 0.5;
}

.logo a {
	text-decoration: none;
	color: gray;
}

.logo a:hover {
	text-decoration: none;
	color: black;
}

