@import url('/assetlib/css/arcaincutility-common.css');

html,
body,
#banner-top {
    background-color: #3b3d95;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #006327;
}

.container {
    background-color: white;
}

#banner-mid {
    border-bottom: 1px solid #3b3d95;
}

/*
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
	background-color: #263746 !important;
	color: white !important;
}
*/

/*bigger screens*/
@media (min-width: 992px) {}

/*smaller screens*/
@media (max-width: 991px) {}