    body {
  		padding-top: 50px;
	}
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, ul, li, ol {
		font-family: 'Open Sans', sans-serif;
		color: #565e65;
	}
	h2 {
		font-size: 36px;
		font-weight: 300;
		padding: 0;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	h3 {
		font-size: 28px;
		font-weight: 300;
		padding; 0;
		margin: 30px 0 30px 0;
	}

	p {
		font-size: 16px;
		line-height: 24px;
		text-align: left;
		font-weight: 300;
	}
	a:focus {
		outline: 0;
	}
	ul.checklist {
		padding: 0; 
		margin: 0;
	}
	ul.checklist li {
		font-size: 16px;
		font-weight: 300;
		margin: 0;
		padding: 0 0 20px 30px;
		list-style: none;
		background: url("../img/check.png") top left no-repeat;
	}
	.starter-template {
  		padding: 40px 15px;
  		text-align: center;
	}
	.navbar-stonemile {
		background: #FFF;
		border-bottom: #cfd9e3 1px solid;
	}
	.navbar-stonemile a {
		color: #adbbc8;
	}
	.icon-bar {
		background: #adbbc8;
	}
	.navbar-toggle {
		border: #adbbc8 1px solid;
		margin-top: 20px;
	}
	.navbar-logo img {
		padding-left: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.jumbotron {
		background: url("../img/home-hero-stonemile.jpg") top center no-repeat;
		height: 400px;
		background-size: cover;
	}
	.jumbotron .heroLogo {
		margin-top: 60px;
	}
	.titleCenter {
		text-align: center;
	}
	.content-block {
		margin-bottom: 30px;
	}
	.content-block img {
		width: 100%;
	}
	.toronto-view {
		background: url("../img/toronto-birdseye-slice.jpg") top center no-repeat;
		height: 400px;
		background-size: cover;
		padding-top: 330px;
	}
	.bce-place {
		background: url("../img/allen-lambert-galleria.jpg") top center no-repeat;
		height: 400px;
		background-size: cover;
		padding-top: 330px;
	}
	.cntower-skyline {
		background: url("../img/cntower-skyline.jpg") top left no-repeat;
		height: 500px;
		background-size: cover;
		padding-top: 330px;		
	}

	@media (min-width: 768px) {
		.navbar-nav > li > a {
			padding-top: 45px;
			padding-bottom: 10px;
		}
		.nav-align {
			float: right;
		}
	}
	@media (max-width: 767px) {
		.nav-align {
			clear: right;
		}
		.jumbotron .heroLogo {
			margin-top: 30px;
			width: 100%;
		}
		.jumbotron {height: 300px;}
		.cntower-skyline {
			background: url("../img/cntower-skyline.jpg") top left no-repeat;
			height: 300px;
			background-size: cover;
			padding-top: 330px;		
		}
	}
	@media (max-width: 479px) {
		.jumbotron {height: 230px;}
	}
	@media (max-width: 320px) {
		.jumbotron {height: 200px;}
	}