body{
    font-family: 'Source Sans Pro', sans-serif;
    font-size:16px
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    letter-spacing: inherit;
}
a{
    transition: 0.5s;
}
header.page-header {
    text-align: center;
}
h1.entry-title {
    text-transform: uppercase;
    font-size: 36px;
}
h2.widget-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
nav#site-navigation {
    text-align: center;
}
nav#site-navigation ul a{
    text-align: left;
}
.site-title {
    line-height: 60px;
}
header.baby-head-img .site-branding{
    background: transparent !important;
}
.site-header .site-branding {
    padding: 35px 0;
}
header.baby-head-img .site-branding
.baby-head-img p.site-description{
    color: inherit;
}
.baby-head-img p.site-description {
    color: #000;
}
.site-header, .hentry, .comments-area, .site-main section, .site-main .post-navigation, .site-main .posts-navigation, .paging-navigation, .widget, .page-header {
    background: #fff;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.20);
}
.main-navigation ul li ul {
    transition: 0.5s;
}
.site-content .widget-area {
    overflow: inherit;
}
h2.entry-title {
    text-transform: uppercase;
    font-size: 32px;
}
.site-main article {
    margin-bottom: 80px;
    padding: 30px 15px;
}
aside section.widget {
    margin-bottom: 50px;
}
.entry-meta span a, .entry-footer span a{
    font-size: inherit;
}
.post-meta span {
    margin-right: 5px;
}
.post-meta, 
.post-meta i, 
.post-meta a {
    font-size: 14px;
    color: #888;
}
.post-meta a:hover {
    color: #222;
}
.post-meta i {
    margin-right: 2px;
}
.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before {
    top: -3px;
}
a.more-link{
    box-shadow:inherit;
    transition: 0.5s;
    border: 1px solid #ededed;
    min-width: 200px;
}
.comment-author.vcard {
    display: flex;
    align-items: center;
}

.comment-author.vcard span.says {
    margin-left: 5px;
}
aside .widget a {
    color: inherit;
}
aside .widget a:hover {
    color: royalblue;
}
a.more-link:hover{
    background: #ededed;
    border: 1px solid #ccc;
}
.footer-widget-area .widget {
    box-shadow: inherit;
    background: inherit;
}

@media only screen and (max-width: 991px) {
    body{
    font-size:16px
    }
    .site-title{
        font-size: 35px;
        line-height: 1.2;
        }
    .site-description{
         font-size: 18px;
    }
    .site-main article {
    margin-bottom: 50px;
    }
    aside section.widget {
    margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {

.site-title {
        font-size: 25px;
        line-height: 1.2;
    }

    .site-description {
        font-size: 16px;
    }
}