/*
	
	Theme Name: Eastwood Cycle Custom WordPress Theme
	Theme URI: https://daymarker.digital
	Version: 1.6
	
	Description: Detail oriented, beautifully complex, yet overwhelmingly simple. Less is more, fully responsive and most certainly mobile first. 
	Author: Daymarker Digital
	Author URI: https://daymarker.digital
	Tags: HTML5, CSS3, Responsive, Mobile Friendly, Custom WordPress Theme, Advanced Custom Fields, Tailored WP Dashboard

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
	
*/

/*
==============================================================================================
MASTER RESETS
==============================================================================================
*/

* {
	margin: 0px;
	padding: 0px;
}

a, a:hover, a:active, a:focus, button, button:hover {
	text-decoration: none;
	outline: none;
	border: none;
}