@media only screen and (max-width:800px){

h1 {
    font-size: 2em;
	letter-spacing: 0px;
}
	
h2 {

}


h3 {

}

h4 {
    font-size: 1.2em;
	width: 80%
}

h5 {
    font-size: 1.2em;
	}
	
.logo {
	width: 40%;
}

.col {
	width: 90%;
	margin: 0 5%;
}
	
.content {
	width: 90%;
	margin: 1em 5%;
}

article {
	width: 90%;
	margin: 1em 5%;
	float: none;
}

aside {
	width: 90%;
	margin: 1em 5%;
}
	
.footer-col {
	width: 90%;
	margin: 0 5%;
}
	
/*--bottom-to-top --*/
#toTop {
    display: none;
}

#toTopHover {
	 display: none;
}
/*-- //bottom-to-top --*/

}