/************* BLOG *******************/
.blogpage{
    margin-top: 150px;
}

.blogdate{
    border-right: solid 1px #ffe491;
    height: 100%;
    text-align: right;

}

.blog-date-day{
    font-size: 36px;
    font-weight: 700;
    padding-right: 10px;
}

.blog-date-month{
    padding-right: 10px;
}

.blogboximg{
    padding: 0px 0px 0px 0px;
    height: 260px;
    overflow: hidden;
    margin-bottom: 15px;
}

.bloginfo{
    padding: 15px;
    border-top: solid 1px #ffe491;
    color: #fff;
}

.blogcontenthome{
    padding: 50px 20px;
    background: #fffcf9;
}

.blogcontent{
    padding: 50px 20px;
    position: relative;

}

.blogitem{
    padding: 15px;
    box-shadow: 0 0 10px #000;
    background: #781011;
}

.blogtitle{
    font-family: 'Neuton', serif;
    font-weight: 700;
    color: #ffe491;
    font-size: 30px;
    line-height: 30px;
}

.blogtitlesmall{
    font-family: 'Neuton', serif;
    font-weight: 700;
    color: #ffe491;
    font-size: 20px;
    line-height: 20px;
}

.blogintro{
    font-size: 18px;
}

.bloglink{
    font-weight: 700;
    color: #ffe491;
    font-size: 20px;
}

.btn-info {
    color: #000;
    background-color: #ffe491;
    border-color: #ffe491;
}
/************* BLOG *******************/