.navbar {
	margin-bottom: 0;
}
#whiskers-logo {
	background-color: #6EC0CE;
	border-bottom: 1px solid #008CA8;
	text-align:center;
	height: auto;
}

#whiskers-logo img {
	margin: 0 auto 7px;
}

#whiskers-content .row {
	padding: 20px 0;
}

#whiskers-content h3, #whiskers-content h4 {
	font-family: 'Roboto Slab', serif;
	color: #765E49;
	margin-top: 0px;
}

#whiskers-content .callout .img {
	text-align:center;
}

#whiskers-content .callout img {
	margin: 20px auto;
	display: block;
}


#whiskers-content .callout {
	margin: 20px -15px;
}

#whiskers-content .callout h4 {
	color: #008CA8;
	margin-top: 20px;
}

#whiskers-content .callout ul {
	padding-left: 0;
}

#whiskers-content .callout li {
	list-style-position: inside;
	margin: 10px 0;
}

/* For small screens*/ 
@media (max-width: 767px) {
	#top-bar {
		margin-bottom: 0;
	}

	#whiskers-content .row {
		padding-top: 0.5em;
	}
	.main-content {
		background-color: #FFF;
	}
}
