.navbar-custom {
	color: white;
	background-color: #C44F71;
}

.navbar-custom a {
	color: white;
}

.h2-sized {
	font-size: 20px;
}

.h3-sized {
	font-size: 20px;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}