.newbluebg{
    background-color: #004D83;
    color:white;
}

.newbluebg a{
    color: white;
    text-decoration: underline;
}

.fullbar.blue {
    background-color: #004D83;
}


.archivesside{
    margin-top: -100px
}

.fullbar.archives {

    height: 300px;

}


main{
    padding: 2em !important;
}

#content{
    margin-top: 2em; 
    margin-bottom: 5em;
}

#content h2{
    font-weight: 700;
}

#content h4{
    font-weight: 700;
    
}

.featured-projects article{
    margin-bottom: 2em;
}

.featured-projects a h4{
    color: #004D83;
    margin-top: .5em;
    font-weight: 700;
    text-transform: uppercase;
}

.featured-projects a:hover h4{
    color: #fee04b;

}

.featured-projects img{
    border-radius: 6px;
}

aside{
    padding: 1.5em !important;
}

.archivesside #makeappointment {
    background: white;
    color: #004D83;
    text-decoration: none;
}

#collections article{
    padding-bottom: 2em; 
    border-bottom: 1px solid #eee;
    margin-bottom: 2em;
}

#search-form{
    margin-top: 2em;
    text-align: right;
}

#search{
    display: inline-block;
    width: 70%;
    border-radius: 4px;
    margin-right: 1em;
}

#submit-btn{
    padding: .5em;
    background-color: white;
    color: #004D83;
    border-radius: 4px;
    font-weight: 700;
}