/* 
    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.
*/

/* UNC LIBRARY HEADER STYLES */

/*.head {
    padding: 0;
}
*/
.unc-navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.5rem 0;
    background-color: #13294B !important;
    margin-bottom: 1rem;
}

.unc-navbar .container-fluid {
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
}

.unc-navbar .container-fluid .navbar-brand {
  margin-left: 5%;
}

.unc-navbar .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    font-size: 1rem;
    line-height: 1rem;
}

.unc-navbar .nav-link {
    display: block;
    padding: 0.5rem 0;
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    background: none;
    border: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.unc-navbar a {
    text-decoration: none;
    color: #FFF;
}

.unc-navbar a:hover {
    text-decoration: underline;
}

.unc-navbar .navbar-brand {
    display: flex;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;;
    margin-right: 1rem;
    font-size: 1.25rem
    color: rgba(0, 0, 0,, 1);
    white-space: nowrap;
    margin-bottom: 0 !important;
}

.unc-navbar .navbar-brand img {
    height: 35px;
    vertical-align: middle;
}

.unc-navbar .logo-link-text {
  color: white;
  font-size: 1.5rem;
  padding-left: 30px;
}

@media (max-width: 992px) {
    .container-fluid {
        justify-content: center;
    }
}

/*.info-block div {
    margin-bottom: 15px;
}*/
