body>div {
    font-size: 1rem;
}
body {
    background-color: #ffffff;
    color: #3d3b3e;
    font-family: 'Montserrat' !important;
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
}
.menu-header-container li a {
    color: #494949;
    font-size: 16px !important;
    font-weight: 500;
    padding: 10px 15px !important;
}
/* Headings



--------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    color: #3d3b3e;
    font-family:  'Lato'  !important;
    font-weight: 200 !important;
    margin: 0 0 20px;
}
h1 {
    font-size: 40px !important;
    line-height: 45px;
}
h2 {
    font-size: 43px;
    line-height: 45px
}
h3 {
    font-size: 30px;
    line-height: 32px;
}
h4 {
    font-size: 1.5rem;
    line-height: 1.8rem;
}
h5 {
    font-size: 17px;
    line-height: 18px;
    font-weight: 400;
}
h6 {
    font-size: 16px;
    line-height: 17px;
}
a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button, .gallery img, .site-header {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a {
    color: #232525;
    text-decoration: none;
}
a:focus, a:hover {
    color: #4b4a4a;
    text-decoration: none;
}
.navbar-brand {
    padding-top: 0.15rem;
}
.navbar-brand>a {
    color: #fff;
    font-family: 'Arbutus Slab', serif;
    font-size: 15.2px;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}
#masthead .navbar-nav>li a {
    border-bottom-width: 0;
    color: #fff;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 10px;
    text-transform: uppercase;
}
#masthead .navbar-nav>li>a:focus, #masthead .navbar-nav>li>a:hover {
    color: #3d3b3e !important;
}
div#page-sub-header h1 {
    font-family: 'Arbutus Slab', serif;
    font-size: 84px;
    font-size: 5.25rem;
    font-weight: 600;
    letter-spacing: -3px;
    line-height: 1.2;
    margin-bottom: 0;
    text-transform: none;
}
div#page-sub-header p {
    max-width: 100%;
    font-size: 24px;
    font-size: 1.5rem;
}
.page .entry-title, .single .entry-title, .blog .entry-title {
    font-size: 38.4px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: -3px;
}
#secondary .widget-title {
    font-family: 'Arbutus Slab', serif;
    font-size: 14.4px;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.entry-meta {
    font-family: 'Arbutus Slab', serif;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.post-thumbnail {
    margin-bottom: 1.875rem;
}
.form-control {
    font-size: 1rem;
}
@media only screen and (max-width: 480px) {
    h1{
        font-size:28px !important;
        line-height: 38px !important;
    }
    h2{
        font-size:30px !important;
        line-height: 38px !important;
    }
}