/*
Theme Name: fastabend
Author: iuno.co
Version: 24.2
*/
	
* {	font-family: '', Arial, sans-serif;  }
a { color: rgba(0, 0, 0, 1); transition: color 0.2s ease-out; -moz-transition: color 0.2s ease-out; -webkit-transition: color 0.2s ease-out; }
a:hover { color: rgba(0, 0, 0, 0.7); }

section#page-wrapper { width: 100%; padding: 3rem 0; }
div#content-wrapper { position: relative; margin: 0 auto; width: 90%; max-width: 700px; }

h1, h2 { font-size: 2.5rem; line-height: 1.4; }
h3, h4, h5, p { font-size: 1.5rem; line-height: 1.4; }

@media only screen and (max-width: 480px) { 
	h1, h2 { font-size: 2rem; }
	h3, h4, h5, p { font-size: 1rem; }
}
