/*  
Theme Name: Standard Child Theme Kit
Theme URI: https://github.com/eightbit/standard-child-theme-kit
Version: Standard 3
Description: This is a "getting started" child theme kit for Standard.
Author: 8BIT
Author URI: http://8bit.io
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: standard
*/

/* ------------------------------------------------------------------------ Import Standard Styles */

@import url( '../standard/style.css' );

/* ------------------------------------------------------------------------ Customizations */

/* ------------------------------------------------------------------------ 2. Typography */

html p, li {font-size: 16px; line-height: 21px;}
#menu-main-navigation li {font-size: 14px; /*font-weight: bold;*/}



/* ------------------------------------------------------------------------ Media Queries */

/* Smartphones */
@media (max-width: 480px) {

}

/* Tablet and Mobile */
@media (max-width: 979px) {	
			
}

/* Mobile to Tablet */
@media only screen and (max-width: 767px) {
	
}


/* Landscape Tablets */
@media (min-width: 768px) and (max-width: 979px) {

}

/* Desktop */
@media (min-width: 980px) {

.imageyup #head-wrapper {
	margin-top: 0px;
	margin-bottom: 0px;
}