/* screens smaller than 980---------------------------------------------------------- */
@media only screen and (min-width:691px) and (max-width:1200px) {

	#logo img{
		width:80%;
		max-width:422px;
		height:auto;
		margin:0px auto;
	}

}