/* 
    custom.css
    Any site-specific CSS customization should be added to this file.
    This file overrides the defaults in aeon.css, which should not be altered.
*/

body {
    font-family: 'Arial', sans-serif;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: 'Arial', sans-serif;
    color: #000;
}

.logo {
    width: 350px;
}

.main-navbar {
    background-color: #222;
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.btn-primary {
    background-color: #e67700;
    color: #000;
}

.btn-secondary {
    background-color:  #FFC600;
    color: #222;
}

a {
    color: #337ab7;
    text-decoration: none;
}

form section a {
    color: #2B6597;
}

.dashed-list {
    list-style: none;
}

.dashed-list li:before {
    content: '-';  
    padding-right: 5px;
}

legend {
    font-size: inherit;
}