/* add custom site CSS here */

/*Begin css to make single main navigation tab align to left site*/
main {
	 position:relative;
	padding-top:10px 
}
 @media only screen and (min-width:64em){
	 main {
		 padding-top:50px
	}
}
 @media screen and (min-width: 64em){
	 nav.main li.last {
		text-align:left
	}
}
/*End css align to left site*/

