	.yellowbar {
		background-color: #fdcc0d;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 50px;
		margin-top: 50px;
		width: 100%;
	}
	
	.yellowbar h1 {
		display: inline;
	}
	
	.bluebar {
		background-color: #3bb1b5;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 50px;
		margin-top: 50px;
		width: 100%;
	}
	
	.bluebar h1 {
		display: inline;
		color: white;
	}
	
	.orangebar {
		background-color: #f05525;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 50px;
		margin-top: 50px;
		width: 100%;
	}
	
	.orangebar h1 {
		display: inline;
		color: white;
	}
	
	.topbar {
		margin-top: 10px;
	}
	
	header {
		margin-top: 20px;
	}
	
	.navbar {
		display: none;
	}
	
	header ul {
		list-style-type: none;
		float: right;
	}
	
	header li {
		float: left;
		margin: 0;
	}
	
	header a {
		display: block;
		color: #3E3D44;
		text-decoration: none;
		padding-left: 30px;
		font-weight: 600;
	}
	
	header a:hover {
		color: #B61D8F;
	}
	
	#mobilenav ul {
		list-style-type: none;
		text-align: center;
		float: left;
	}
	
	#mobilenav li {
		display: inline-block;
	}
	
	#mobilenav a {
		float: left;
		color: #3E3D44;
		text-decoration: none;
		padding-left: 15px;
		font-weight: 600;
	}
	
	#mobilenav a:hover {
		color: #B61D8F;
	}
	
	.bottomnav ul {
		list-style-type: none;
		text-align: center;
		margin-top: 20px;
		margin-bottom: -10px;
	}
	
	.bottomnav li {
		display: inline-block;
	}
	
	.bottomnav a {
		color: #3E3D44;
		text-decoration: none;
		float: left;
		padding-left: 20px;
		font-weight: 600;
	}
	
	.bottomnav a:hover {
		color: #B61D8F;
	}
	
	@media (min-width: 770px) {
		.navbar {
			margin-top: -50px;
		}
	}
	
	@media (min-width: 550px) {
		#mobilenav {
			display: none;
		}
		.navbar {
			display: block;
		}
		.header ul {
			list-style-type: none;
			float: right;
			margin-right: 20px;
		}
		.header li {
			float: left;
			margin: 0;
		}
		.header a {
			display: block;
			color: #3E3D44;
			text-decoration: none;
			padding-left: 30px;
		}
		.header a:hover {
			color: #B61D8F;
		}
	}
	
	#hero {
		background-image: url(../images/zumba_hero.jpg);
		background-color: #3BB1B5;
		background-repeat: no-repeat;
		background-position: center;
		min-height: 600px;
		text-align: center;
	}
	
	.heroheadline {
		padding-top: 220px;
	}
	
	.heroheadline h1 {
		font-size: 3.6rem;
		background-image: url(../images/white_trans.png);
		background-repeat: repeat-y;
		background-position: center;
	}
	
	#features {
		padding-top: 30px;
		text-align: center;
	}
	
	#features .block {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	#hpclasses {
		text-align: center;
	}
	
	#hpclasses p {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#hplocation {
		text-align: center;
	}
	
	.hpcta {
		text-align: center;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.trademark {
		font-size: .8em;
		clear: both;
		text-align: center;
	}
	
	.google-maps {
		position: relative;
		padding-bottom: 60%; // This is the aspect ratio
		height: 0;
		overflow: hidden;
	}
	
	.google-maps iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	/*classes page*/
	
	#classes {
		display: table;
		margin: 0 auto;
	}
	
	.toprow {
		padding-bottom: 30px;
	}
	
	#sessions {
		text-align: center;
	}
	
	.datebox {
		padding: 0 10px 10px;
		background: #FFFFFF;
		box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.20);
		position: relative;
		margin-top: 10px;
		margin-bottom: 20px;
		min-height: 220px;
	}
	
	.datebox h3 {
		color: #fff;
		/*	text-transform: uppercase;*/
		font-weight: 400;
		background: #b61d8f;
		box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.40);
		left: 0;
		right: 0;
		top: 0;
		text-align: center;
		margin: 0 -15px 20px;
		padding: 20px 0;
	}
	
	.datebox ul {
		list-style-type: none;
		text-align: center;
		font-weight: 600;
	}
	
	div.rates {
		text-align: center;
	}
	
	.rates table {
		margin: 0 auto 20px;
		box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.20);
	}
	
	@media (min-width: 550px) {
		.rates table {
			margin: 0 auto;
			box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.20);
		}
	}
	
	.rates table td {
		padding: 15px;
	}
	
	.rates table th {
		color: #fff;
		background-color: #f05525;
		font-size: 3.0rem;
		line-height: 1.3;
		letter-spacing: -.1rem;
		font-family: 'Shadows Into Light', cursive;
		text-align: center;
		font-weight: 400;
	}
	
	#bring ul li {
		list-style-type: none;
	}
	
	#bring li:before {
		content: '\f046';
		font-family: 'FontAwesome';
		margin-right: 10px;
		font-size: 2em;
	}
	
	#bring h2 {
		text-align: center;
		padding-left: 10%;
		padding-right: 10%;
	}
	
	.team {
		text-align: center;
	}
	
	#bio {
		display: table;
		margin: 0 auto;
	}
	
	#bio h2 span {
		font-family: 'Open Sans', sans-serif;
		font-size: 1.8rem;
		line-height: 1.5;
		letter-spacing: -.05rem;
	}
	
	.contactus {
		text-align: center;
	}