﻿:root {
    --orange: #f58b00;
    --blue: #00b1eb;
    --green: #159a34;
    --pink: #e20067;
    --navy: #133371;
    --dBlue: #002a68;
    --white: #fff;
    --black: #000;
}

.arc-main {
    border-top: 1px solid var(--orange);
    min-height: 90vh;
}

h1 {
    color: #657078;
    font-family: Arial, Verdana, Sans-Serif;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    border-bottom: 1px solid #B7C3CA;
    margin: 24px 0 1rem;
    padding-bottom: 15px;
}

p {
    font-size: inherit;
    font-family: inherit;
    padding: 0 0 0.5em 0;
}

/****************** FOOTER ***********************/

.arc-b2-orange {
    border-top: 2px solid var(--orange) !important;
}

footer .text-silver {
    color: silver !important;
}

.arc-foot {
    color: silver;
    font-size: 0.75em;
}

    .arc-foot a {
        background: url(../../media/images/arcfoot.png);
        background-repeat: no-repeat;
        background-position: -106px -12px;
        width: 100px;
        height: 26px;
        display: inline-block;
        cursor: pointer;
        text-indent: -900em;
    }

        .arc-foot a:hover {
            background-position-x: 4px;
        }
