.jumbotron-extend {
    height: 100vh;
    min-height: 350px;
    background: url(../img/main.jpg) no-repeat center center;
    background-size: cover;
}
.jumbotron-container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 30px;
    padding-right: 30px;
}
.site-name {
    margin-bottom: 60px;
    font-family: 'Playfair Display', serif;
}
.btn-black {
    border-radius: 0;
    background-color: #000;
    color: #fff;
    font-family: 'Avenir', serif;
}
.btn-black:hover {
     background-color: #fff;
     color: #000;
}
.sns-button {
    position: absolute;
    bottom: 32px;
    left: 46px;
}
.post-item {
    margin-bottom: 65px;
}
.contents {
    max-width: 990px;
    margin: 0 auto;
}
.content-primary,
.content-secondary {
    padding-left: 0;
    padding-right: 0;
}
.content-primary {
    float: left;
    width: 52.08%;
}
.content-secondary {
    float: right;
    width: 37.92%;
}
.post-item-header {
    margin-bottom: 10px;  /*margin-bottom: 20px;*/
}
.post-item-header .media-body {
    /*font-family: "Avenir", serif;*/
    vertical-align: middle;
}
.post-item-header .media-body .media-heading,
.post-item-header .media-body .updated {
    /*font-size: 20px;*/
}
.post-item-header .media-body .updated {
    margin-bottom: 0;
}
.post-item-header .media-body .updated .icon {
    margin: 0 10px;
    vertical-align: -1px;
}
.post-item h3 {
    margin-top: 15px;
    margin-bottom: 15px;
    /*font-size: 36px;*/
    /*font-family: "Playfair Display", serif;*/
}
.post-item h5 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight:bold;
}
.post-item p {
    /*font-size: 21px;*/
}
.description {
    margin-bottom: 30px;
}
.description .lead {
    margin-top: 25px;
    margin-bottom: 25px;
    /*font-family: "Myriad Pro", serif;*/
    /*font-size: 26px;*/
}
.feature-image {
    margin-bottom: 26px;
}
.feature-image .image {
    float: left;
    width: 45.6%;
}
.feature-image .image:nth-child(even) {
    float: right;
}
@media (max-width: 767px) {
    .jumbotron-extend {
        height: 300px;
        min-height: 0;
        margin-bottom: 40px;
        text-align: center;
    }
    .jumbotron-container {
        top: 0;
        transform: translateY(0);
    }
    .site-name {
        margin-bottom: 40px;
    }
    .btn-black {
        margin-bottom: 20px;
    }
    .sns-button {
        position: static;
    }
}
@media (max-width: 767px) {
    .contents {
        max-width: none;
    }
    .content-primary,
    .content-secondary {
        float: none;
        width: auto;
    }
    .contents p {
        /*font-size: 14px;*/
    }
    .contents .img-responsive {
        width: 100%;
        max-width: none;
    }
}
@media (max-width: 767px) {
    .post-item {
        margin-bottom: 30px;
        padding-bottom: 25px;
        border-bottom: 1px solid #ccc;
    }
    .post-item-header .media-object {
        width: 31.5px;
        height: 31.5px;
    }
    .post-item-header .media-body .media-heading,
    .post-item-header .media-body .updated {
        /*font-size: 13px;*/
    }
    .post-item h3 {
        /*font-size: 18px;*/
    }
    .post-item p {
        /*font-size: 14px;*/
    }
}
@media (max-width: 767px) {
    .description .lead {
        /*font-size: 18px;*/
    }
    .feature-image {
        margin-bottom: 0;
    }
    .feature-image .image {
        width: 50%;
    }
}  
