﻿body {

}
h1 {
    font-size: 40px;
    font-weight:bold;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}
p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.9;
    font-weight: 500;
    color: #51545f;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
.wrap-pic-w img {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.wrap-pic-max-w img {
    max-width: 100%;
    margin-top: 5px;
   margin-bottom:5px;
}
.post-byline {
    font-size: 14px;
    /* 12px / 16px */
    line-height: 1.9;
    /* 18px */
    padding-left: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.post-date {
    display: block;
}
.contact_container {
    margin-top: 150px;
    padding-bottom: 80px;
    border-bottom: solid 1px #ebebeb;
}
/*********************************
4. Breadcrumbs
*********************************/

.breadcrumbs {
    width: 100%;
    height: 60px;
    border-bottom: solid 1px #ebebeb;
    margin-bottom: 30px;
}

    .breadcrumbs ul li {
        display: inline-block;
        margin-right: 17px;
    }

        .breadcrumbs ul li.active a {
            color: #b9b4c7;
        }

        .breadcrumbs ul li i {
            margin-right: 17px;
        }

        .breadcrumbs ul li a {
            color: #51545f;
        }

.blogbaslik{
    margin-top:10px;
}