/*
Theme Name: Heartwork
Theme URI:
Author: Jess Judd
Author URI: http://jessjudd.com

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* new styles, added 02/2016 */
@media only screen and (min-width: 40em) and (max-width: 993px) {
	header .nav-collapse.closed li {
	    width: auto !important;
	    padding: 0 12px !important;
	}
	header nav li:hover a {
		font-weight: 500 !important;
	}
	.nav-collapse ul {
		margin: 0 auto !important;
	    text-align: center;
	    width: 636px;
	}
}
@media only screen and (min-width: 993px) {
	header nav li a {
		color: #000 !important;
	}
	nav.nav-collapse.nav-collapse-0.closed {
    	background: rgba(255,255,255,0.85);
	}
	header .nav-collapse.closed li {
	    width: 16% !important;
	    background: transparent;
	}
	header .nav-collapse.closed li:hover {
    	background: rgba(128,188,233,0.85);
	}
}