.masthead .container img{
margin-left: -20px !important;
}

.col-md-4 .row{
border: 5px solid !important;
border-color: #ffffff !important; 
border-radius: 10px !important;
background-color: #D5D5D5 !important;
}

.navbar-nav:hover a {
    color: #a0a0a0 !important;
    background-color: transparent !important;
    transition: .4s;
}

.navbar-nav a:hover {
    color: black !important;
    transition: .4s;
}

/* Comment from Conner -- uncommenting out the code below will make the background show a glimpse of blue before turning back to grey*/
.navbar-nav li:hover {
    background-color: #032f60 !important;
}