/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

.navbar-main {
    margin-bottom: 0;
    background-color: #eeeeee;
    border: 0;
    min-height: 38px;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
}

section#home-banner {
    margin: 0;
    padding: 50px 0 60px;
    background-color: #b0b4bd;
    color: #fff;
}

.home-shortcuts {
  margin: 0;
  background: #eeeeee;
  color: #1185df;
}

.home-shortcuts li a {
  display: block;
  color: #1185df;
  text-decoration: none;
}
