p {
	color: #666;
}

.card#intro {
	background: url(../images/banner.png) no-repeat;
	background-color: #ddd;
	height: 148px;
	padding-left: 148px;
	padding-right: 0px;
	text-align: center;
}

.nav-item {
	background: #99ccff;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 4px;
}

.nav-item a, .nav-item a:hover {
	color: #000 !important;
}

.card#sponsors img {
	width: auto;
	height:100px;
}

form label {
	text-align: left;
}

@media (min-width:577px) {
	form label {
	text-align: right;
}
}

.text-white a {
	color: #fff;
}