@media only screen and (min-width: 768px) {

	main {
		display: flex;
	}

	aside {
		align-items: center;
		display: flex;
		flex-direction: column;
		float: left;
		justify-content: center;
		width: 30%;
	}

	section {
		display: inline;
		float: right;
		width: 70%;
	}

}
.boldify{
	font-weight: bold;
}
#main_image {
	width: 100%;
}
section{
width: 70%


}



.hero{
width: 100%;
}
