/* HOMEPAGE STYLESHEET */

/* Universal / Global Homepage Styles */
body { font-family: 'Times New Roman', Times, serif; }

h1, h2, h3, h4, h5, h6 { font-family: Verdana, Geneva, Tahoma, sans-serif; }

/* Latest Post Styles */
.latest-posts-container {
    margin-top: 50px;
}

.latest-posts-heding-container { border-top:4px dashed #a11f00; }

.latest-posts-heding-container h2 {
    font-size: 32px !important;
    line-height: 1.118;
    font-weight: 700 !important;
    font-style: italic;
    text-decoration: underline;
    font-family: Times New Roman, Times, serif;
    margin: 5px 0 80px;
}

/* Breaking News Styles */

.breaking-news-wrapper {
    font-family: Times New Roman, Times, serif;
    font-weight: 700;
    line-height: 1.167;
    text-align: center;
    margin: 40px 0;
}
.breaking-news-heading { font-size: 18px; font-style: italic; margin:20px 0; }
.breaking-news-header { font-size: 24px; }




