/*Site Specific CSS*/

.site_container .site-brand a, .site_container .site-brand a:hover, .site_container .site-brand a:link, .site_container .site-brand a:visited, .site_container .site-brand .brand:hover {color: #fff; text-shadow: none;}
body {
    background-size: cover !important;
    background-image: none;
    background-color: #b8bec6;
}

h1{
    color:#157c66;
}

hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    border-color: #0d1e1a ;
}