.list-group-item.active, .list-group-item.active:hover,.list-group-item.active:focus {
    background-color: #0B3070;
}

a:hover {
    text-decoration: none;

}

li {
    height: 4em;
    vertical-align: middle;

}


.list-group-item a {
  top: 30%;
  position: relative;
   color: #0B3070; 
}



div.sm {
    color: #808080;
    background: none;
}

body {
    //    background: gold;
}

h1 {
    font-size: medium;
    font-weight: bold; 
    color: #0B3070;
}

h2 {
    font-size: medium;
    font-weight: bold; 
    /*color: black;*/

}
h3 {
    font-size: medium;
    font-weight: bold; 
    color: #0B3070;

}
h4 {
    font-size: small;
    font-weight: bold;
    
}

#footer {
  height: 2.5em;
  background-color: gainsboro;
  width: 100%;
}

#footer div p a {
  color: white; 

}

.img-responsive {
    margin: 0 auto;
}
img {
    width: 75%;
    /* text-align: center; */
}