/* ALL FAVICONS COLOR : #87c234 */

body {
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #241a1a;
    position: relative;
}

body, html {
    height: 100%;
    scroll-behavior: smooth;
}

a {
    color: #067de4;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Open Sans', Arial, sans-serif;
    color: #06182a;
}
hr {
    margin-top: 15px;
    margin-bottom: 15px;
}
#header-img{
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
}
#header-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.thin{
    font-weight: 300;
}
.b-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }
