#logo {
    margin-bottom: 25px;
    margin-left:0;
    position:relative;
    float:none;
}
#mainContent {
 	width:315px;
	margin: 0 auto;	
}

 #mainContent h2{
	margin-bottom:10px;
	text-transform: uppercase;
}

#text_container{
	margin-top:30px;
	margin-left: auto;
    margin-right: auto;	
    position:relative;
}

#text_container h2{
	font-size: 50px;
	line-height:39px;
	text-transform: uppercase;
	margin-bottom:10px;
	text-align:left;

}
#text_container .subtitle {
	font-size: 18px;
	margin-bottom:-9px;
	line-height:24px;
	color:#000;
}

#text_container span{
	font-weight: 700; 
}
.list{
	color: #ff9900; 
	margin-right: 3px;
}
#text_container p{
	max-width:650px;
	margin-left:2px;
	margin-top:20px;
}

/* Small devices (iPhone, landscape) */
@media (orientation : landscape) {
	#mainContent {
	 	width:650px;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

	#mainContent {
	 	width:650px;
	}
	#text_container{
		margin-top:50px;
		width:650px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
 	#mainContent {
 		width:1200px;
	}
	#text_container h2{
		margin-top:10px;
	}
}
