/*
	This will include the trade-gothic-next font-family from Adobe.
	This font was assigned via Scott's Adobe Creative Cloud account.
	It should be saved under the "DE Efficiency Smart" project.
*/
@import url("https://use.typekit.net/dgg0rfl.css");

@import url('/assetlib/css/arcaincutility-common.css');

body {
    font-family: trade-gothic-next, sans-serif;
    /* charcoal */
    color: #343333;
}

.bg-sky {
    /* sky */
    background-color: #25c1de;
}

.bg-cloud {
    /* cloud */
    background-color: #d4d6d8;
}

h1 {
    /* marigold */
    color: #e07b25;
}

h2 {
    /* grass */
    color: #62a744;
}

h3 {
    /* tidal wave */
    color: #02587e;
}

a {
    color: #e07b25;
    text-decoration: none;
}

a:hover {
    color: #e07b25;
    text-decoration: underline;
}

/*
.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) {}