@CHARSET "UTF-8";

#head, #content, #footer{
	float:left;
	display:block;
	width:100%;
}

.push5{
	margin-top:5%;
}

#logo {
	width: 100%;
}

.social-icon {
	width: 25px;
	height: 25px;
	margin-right: 10px;
	margin-bottom: 5px;
}

#mantra {
	font-family: 'PT Serif Caption', serif;
  	font-size: 60px;
  	line-height: 80px;
  	text-shadow: 2px 2px 2px #aaa;
	/*font-weight:bold;*/
	color:#111;
	padding: 0px;
	float: left;
	text-align: center;
	*margin: 10% 0% 0% 25%;
	*min-height:80px;
	*width:50%;
}

#footer {
	font-family: 'PT Serif Caption', serif;
  	font-size: 12px;  	
	position:absolute;
	bottom:20px;
}
#footer div{
	text-align: center;
	margin: 00% 0% 0% 25%;
	width:50%;
}

.center {
	text-align: center;
}

.plainlist ul{
	list-style: none;
}

.plainlist ul li i{
	margin-right: 10px;
}

.big{
	font-size: 16px;
	font-weight: 300;
	line-height: 22.5px;
}

.big ul li{
	font-size: 16px;
	font-weight: 300;
	line-height: 22.5px;
}


@media  (max-width: 800px) {
	.hero-unit h1 {
		font-size: 26px;
	}
}

@media  (min-width: 801px) and (max-width: 1000px) {
	.hero-unit h1 {
		font-size: 46px;
	}
}
