#station-name {
	font-size: 2.2rem;
	font-weight: bold;
}

#station-payoff {
	font-size: 0.9rem;
}

.header-date {
    font-size: 1.2rem;
}

.breadcrumb-short { display: none; }
.breadcrumb-normal { display: inline; }

.home-article-primary .article-title {
    top: 130px;
	padding-bottom: 22px;
    /* min-height: 80px; */
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    /* position: absolute; */
    /* width: 80%; */
    vertical-align: bottom;
    flex-wrap: nowrap;
    align-content: flex-end;
    height: 227px;
    width: 95%;
}

.home-article-secundary .article-title-transbox {
    min-height: 120px;
	top: 178px;
}

.home-article-secundary .article-title {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	flex-direction: column;
	vertical-align: bottom;
	flex-wrap: nowrap;
	align-content: flex-end;
	top: 0px;
	height: 170px;
}

.article-title h3 {
	font-weight: bolder;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.home-article-secundary h5 {
    font-size: 1.5rem;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-weight: bolder;
}

.article-title h3.smallerH3 {
	font-size: 1.1em;
}