/* 
    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.
*/

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.main-navbar {
    background-color: #f8f9fa !important;
    color: #000 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000;
}

.navbar-dark .navbar-nav .nav-link:hover, .dropdown-item:focus, .dropdown-item:hover {
    color: #000;
}

.bannertext {
    font-size: 2rem;
}

.logo {
    width: 300px;
}

h3, .h3 {
    font-size: 1.5rem;
}

.subheading {
    font-size: 1.2rem;
}

.head {
    padding: 0;
}

ul {
    color: #000;
}

.footer--copyright {
    color:#fff;
    font-style:normal
}

.footer--link {
    color: #fff;
    text-decoration: underline;
}

.l-footer {
    width:100%;
    position:absolute;
    left:0;
}