html {
   -webkit-text-size-adjust: none;
}

img{
	max-width:100%;
	height: auto;
   	width: auto\9; /* ie8 */
}


 


@media only screen and (min-width: 720px) and (max-width: 825px) {
.title h2 {font-size:2em}
.title .byline {font-size:1em}
	#menu .current_page_item a {display:none} 
}

@media only screen and (max-width: 719px) and (max-width: 825px) {
	.title h2 {font-size:1.5em}
	.title .byline {font-size:1em}
	
	#menu .current_page_item a, .mob {display:none} 

	#banner {

		padding: 1em 0em 1em 0em;
	}
}

@media only screen and (max-width: 719px) and (max-width: 825px) {
	.title h2 {font-size:1.5em}
	.title .byline {font-size:1em}
	
	#menu .current_page_item a, .mob {display:none} 

	#banner {

		padding: 1em 0em 1em 0em;
	}
	
	#menu {top: 5em;
    left: 0;
	background:green;
	padding:5px;
	z-index:99999;
	
	}
	#menu li a, #menu li span
	{
		font-size:1em;
	}
	#header {padding-bottom:3.9em;}
	
	#logo {top:10px;}
	
	.button {
    
    padding: 0em 1em;
 
    letter-spacing: 0.20em;
    line-height: 2em;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1em;
    color: #FFF;
}
	
}