@charset "utf-8";

#blog-header {
    margin-bottom: 25px;
}
#blog-search h2 {
    font-size: 1.5rem;
}
ul.blog-post-details li span {
    font-weight: bold;
    display: block;
}
.blog-links-inner h2 {
    margin-bottom: 0;
}

/* Larger than Phone */
@media (min-width: 768px) {
}

/* Phone Landscape to Tablet Portrait */
@media (min-width: 768px) and (max-width: 991px) {
}

/* Tablet Landscape */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* Regular Desktop */
@media (min-width: 1200px) and (max-width: 1599px) {
}

/* Large Desktop */
@media (min-width: 1600px) {
}