/* layout */
.container {
}

/* text */
    body {
    font-family: Arial, Helvetica, sans-serif;
        }
    h1 {
    font-family: Arial, Helvetica, sans-serif;
        }
    h2 {
    font-family: Arial, Helvetica, sans-serif;
        }
    h3 {
    font-family: Arial, Helvetica, sans-serif;
        }
    h4 {
    font-family: Arial, Helvetica, sans-serif;
        }
    h5 {
    font-family: Arial, Helvetica, sans-serif;
        }
    h6 {
    font-family: Arial, Helvetica, sans-serif;
        }


/* links */
a {
color: #2074a2;
}
a:hover {
color: #1e657b;
}
a:visited {
color: #2a7993;
}
a:visited:hover {
color: #1e657b;
}


/* buttons */
    .btn-primary {
        }
    .btn-primary:hover {
    background-color: #1a5d82;
        border-color: #1a5d82;
            }
    :not(.btn-check)+.btn:active.btn-primary:active {
    background-color: #1a5d82;
        border-color: #1a5d82;
            }
    .btn-secondary {
        }
    .btn-secondary:hover {
        }
    :not(.btn-check)+.btn:active.btn-secondary:active {
        }
    .btn-light {
    color: #000000;
            }
    .btn-light:hover {
        }
    :not(.btn-check)+.btn:active.btn-light:active {
        }

