@import 'cas.css';



/* pull in OSU's official web font */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,800italic,400,700,800);
@import url(//fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic);
header h1 {
  font-family: "Arimo",sans-serif;
  color: #ff6000;
}

#banner { 
  background: #272727 url("../images/okstate-logo.png") no-repeat left;
  height: 100px; /* height of the image */
}


@media only screen and (max-width: 855px) { 

#banner{
	background: #272727 url("../images/okstate-logo-orange.png") no-repeat left;
	height: 100px; /* height of the image */
	}
	
	#fm1 .row .btn-submit
	{
		background-color: #ff6000;
	}
	
}




/* I think this also takes care of the hover over stuff */
#login .btn-submit{
   background-color: #ff6000;
}


.a11y-hide {
  left: -1000em;
  }
