@charset "utf-8";
/* CSS Document */
h2 {
	font-size: 3em;
	padding: 20px;
	}
.left_content {
	float: left;
	width: 70%;	
	text-align: center;
	}
.sidebar {
	float: right;
	width: 25%;
	text-align: left;
	}
.main_portfolio {
	background-color: rgba(255,255,255,1);
	}
header {
    height: 200px;
}
.center {
	text-align: center;	
	}
.clear {
clear:both;
}	
/* Media Queries */

@media screen and (max-width: 800px){
.left_content {
	float: none;
	width: 100%;	
	text-align: center;
	}
.sidebar {
	float: none;
	width: 100%;
	text-align: left;
	}
	}