body { color: black; background-color: #F1F1F1; font-family: Montserrat,sans-serif; line-height: 24px; }

h2, h3 { font-family: Montserrat,sans-serif; color: #8f2c2c; line-height: 30px; font-weight: 700; }

.uy { border-bottom-color: #fdde32; border-bottom-style: solid; border-bottom-width: 4px; }

.ur { border-bottom-color: #000000; border-bottom-style: solid; border-bottom-width: 2px; }

#topStory { max-width: 100%; }
#topStory img { width: 100%; height: 45vh; }

.homePosts { margin-top: 5vh; cursor: pointer; }
.homePosts .imageDiv { margin-left: -15px; }
.homePosts img { width: 100%; height: 25vh; }
.homePosts h1, .homePosts h2, .homePosts h3, .homePosts h4, .homePosts h5, .homePosts h6 { line-height: 24px; }
.homePosts a { color: black; }
.homePosts a:hover { color: #8f2c2c; text-decoration: none; }
.homePosts .postDate { color: #767676; font-size: 0.8rem; }

.newsLetter form input, .newsLetter form button { color: #FFF; /* Removes border and rounded corners */ -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border: 0; }
.newsLetter form button { background-color: #c62331; }

.cardNewsletter { background-color: #FF5C5B; color: #FFFFFF; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); transition: 0.3s; }

.cardBox { background-color: #FFFFFF; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); transition: 0.3s; }

.followUsButtons .row { text-align: center; }
.followUsButtons .row i { color: #FFFFFF; }
.followUsButtons .row .fbBt { background-color: #3b5998; }
.followUsButtons .row .twitterBt { background-color: #0084b4; }
.followUsButtons .row .linkedinBt { background-color: #0077B5; }
.followUsButtons .row .googleBt { background-color: #d34836; }
.followUsButtons .row .shBt { cursor: pointer; }
