/*Isocra Custom Styles*/
body {
    font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "PT Sans", Helvetica, Arial, sans-serif;
}

.navbar-default .navbar-brand {
    font-family: "PT Sans", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-shadow: none;
    color: white;
}

.navbar-brand, .navbar-nav>li>a {
    text-shadow: none;
}

#wrap {
    padding: 0;
}

.date {
    margin-bottom: 20px;
    font-weight: bold;
    color: gray;
    font-size: 120%;
}

nav.navbar.navbar-default {
    background: black;
    border-radius: 0;
    margin: 0 -15px 0 -15px;
}

div#footer {
    background: black;
    color: white;
    margin-top: 30px;
}

dt {
    float: left;
}

dd {
    margin-left: 110px;
}

.client-say-2 {
    margin-bottom: 10px;
    color: gray;
    font-style: italic;
}

/* Styles for the search */
ul#results-container {
    position: absolute;
    right: 16px;
    margin-top: 4px;
    background-color: white;
    z-index: 10;
    list-style: none;
    padding: 0;
    border: 1px solid silver;
    box-shadow: 2px 4px 4px #eee;
}

ul#results-container li {
    padding: 4px;
}

ul#results-container li:hover {
    background-color: #dbb4ee;
}

ul#results-container a:hover {
    text-decoration: none;
}
