﻿@import url('https://fonts.googleapis.com/css?family=Merriweather');

html body .logo img {
    max-height: 85px
}

html body .logo {
    margin-top: 5px
}

body {
    background-color: #CCC
}

body, .dropdown-menu, body p {
    font-family: 'Merriweather' !important;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
}

    body .navbar-default .navbar-nav > li > a {
        font-family: 'Raleway' !important
    }

    .dropdown-menu > li > a {
        font-family: 'Raleway'
    }

.blog_post h3.entry-title a {
    font-family: 'Raleway'
}

.footer h3.widget-title {
    color: #FFF
}

.entry-content h1 {
    font-family: 'Raleway'
}

.entry-content h2 {
    font-family: 'Raleway'
}

.entry-content h3 {
    font-family: 'Raleway'
}

.entry-content h4 {
    font-family: 'Raleway'
}

.entry-content h5 {
    font-family: 'Raleway'
}

.entry-content h6 {
    font-family: 'Raleway'
}