body{
	font-family: 'Montserrat', sans-serif;
}

.hero{
	background-image: url(../images/bluehero.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 300px;
	width: 100%;
	text-align:center;
}

.logo{
	width: 70%;
	margin:4em auto;
}

.treehouse{
	padding-bottom: 2em;
}

strong{ 
	font-weight:700;
	color: #0CAAA2;
 }

.about{
	padding-top: 4em;
	padding-bottom: 4em;
	font-size: 1em;
	line-height: 1.75em;
	
}

.blurb{
	color: #FFF;
	font-weight:700;
	font-size: .75em;
	line-height: 1.15em; 
	letter-spacing:.1em;
}

.btn {
	margin-top: 10px;
	color: #FFF;
	background-color: #0CAAA2;
	font-weight: 700;
	font-size: 1em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

h2{
	color: #fff;
	margin-bottom: 2em;
	font-weight: 700;
	font-size: 3em;
	line-height: 1.4em;

}
.hashtag {
	background-color: #263349;
	padding-top: 4em;
	padding-bottom: 4em;
}

.social img{
	max-width: 100%;
	
}

.social .well{
	border-radius: 0;
	border-top: 0;

}

.social blockquote{
	line-height: 2;
	font-size: 1.4em;
	font-weight: 700;
	color: #FFF;
	border-color: #0CAAA2;
}

.social .well{
}

.social span{
	display: block;
	margin-top: 0.8em;
	color: #0CAAA2;
}

.social .well i{
	color: #CCC;
	float: right;
}

footer{
	padding: 30px 0;
}

@media (min-width: 750px) {
	.hero{
	height: 400px;
	}
	
	.about{
	font-size: 1.15em;
	line-height: 2.5em;
	}
	
	.logo{
		width: 50%;
		margin:5em auto;
	}
	
	.blurb{
	font-size: 1em;
	letter-spacing: .2em;
	line-height: 1.15em; 
	}
	
	
}
@media (min-width: 992px) {
	.hero{
		height: 500px;
	}
	
	.about{
		font-size: 1.25em;
	}
	
	.logo{
		width: 45%;
	}
	
	.blurb{
	font-size: 1.5em;
	}
}