.details p{
  margin-bottom: 5px;
  margin-top: 10px;
  font-family: Lato, Arial, sans-serif;
}
body {
  color: #525252;
  font-size: 15px;
  font-weight: 400;
}
h2 {
  color: #0F6AB0;
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  font-family: Montserrat, Arial, sans-serif;
}
li {
  line-height: 25px;
}
h3 {
font-family:  Montserrat, Arial, sans-serif;
}
.menu-bar{
  background-color: #0F6AB0;
  background-color: #999;
  font-family:  'Montserrat', Arial, sans-serif;
  font-weight: bold;
}
.footer {
  background-color: #0F6AB0;
  background-color: #999;
  color: #ffffff;
}
.menu li:hover > a {
  background: #aaa;
}
.custom-list {
list-style: disc;
padding: 5px;
margin: 0 25px;
}
.menu-bar li ul{
background: #999;
}

/* Footer */
.bottom{
  padding: 33px 0 0 0 !important;
}
.bottom .bottom-left p{
  margin-bottom:15px !important;
}