/* Dark Blue: #31526e (8.19:1)*/
/* Light Blue: #375c7b (7.04:1)*/
/* Dark Red: #680c0d (12.75:1) */
/* Light Red: #a11315 (8.01:1) */

/* Top Nav Overrides */

.or-navbar {
	background: #31526e;
}
/* header background override */

.or-header {
	background-color: #31526e;
}
.or-header .or-header-overlay {
	background: #31526e;
	opacity: 0.5;
}
/* header logo override */
.or-header-logo { background-image: url('https://www.oregon.gov/smallbusiness/PublishingImages/Large_OSBASecondaryLogo-White.png'); }

.or-navbar-search-wrapper {
	background: #680c0d;
}
.or-navbar-search-submit-button, .or-navbar-search-submit-button:hover, .or-navbar-search-submit-button:focus {
	background: #a11315;
}


/* Taskbox Overrides */

.or-taskbox-title {
	background: #31526e;
}

.or-taskbox h2.or-taskbox-title, 
.or-taskbox h3.or-taskbox-title, 
.or-taskbox h4.or-taskbox-title, 
.or-taskbox h5.or-taskbox-title, 
.or-taskbox h6.or-taskbox-title {
	font-size: 18px !important;
} 


/* Helpful Page Poll Overrides */

.helpfulPollQuestion .btn-primary {
	background-color: #31526e;
	border-color: #31526e;
}
/* header background override */
.or-header { background-image: url('/smallbusiness/SiteCollectionImages/pexels-assorted-background-brown-985287.jpg'); }

/* COVID Button Mobile Styles */
@media only screen and (max-width: 600px) {
	a.covid-button {
		font-size: 24px !important;
	}
}