p    {
    font-family: 'Raleway', sans-serif;
}
.navbar-brand   {
    font-family: 'Abel', sans-serif;
    letter-spacing: 1px;
    font-size: 2.1em;
    color: white !important;
}
.navbar-nav *   {
    font-family: 'Abel', sans-serif;
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6  {
    font-family: 'Abel', sans-serif;
}
.container .jumbotron, .sidebar-module-inset {
    -webkit-border-radius: 0px;
    -webkit-box-shadow: 0px 1px 5px #bdbdbd;
    border-radius: 0px;
    box-shadow: 0px 1px 5px #bdbdbd;
}
.portfolio-item img {
    -webkit-border-radius: 0px;
    -webkit-box-shadow: 0px 1px 5px #bdbdbd;
    border-radius: 0px;
    box-shadow: 0px 1px 5px #bdbdbd;
}
.portfolio-item img:hover {
    -webkit-border-radius: 0px;
    -webkit-box-shadow: 1px 2px 5px #9e9e9e;
    border-radius: 0px;
    box-shadow: 1px 2px 5px #9e9e9e;
}