.title {
	font-family: "typeka";
	font-size: 30px;
	color: black;
	text-align: center;
	align-self: center;
}
.indent {
	margin-left: 13px;
}
@media (min-width: 768px) {
.nav {
	font-family: "typeka";
	font-size: 20px;
	color: black;
	text-align: center;
}
}
@media (max-width: 767px) {
.nav {
	font-family: "typeka";
	font-size: 14px;
	color: black;
	text-align: center;
	align-self: center;
}
}
