@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@500&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
html, body {
	font-family: 'Exo 2', sans-serif;
}
.header-top-in a {
	text-decoration: none!important;
}
.header-name, .footer-name {
	font-family: 'DM Serif Display', serif;
}
.header-links a {
	font-size: .825rem;
	font-weight: 500;
	text-transform: uppercase;
}

footer a {
	text-decoration: none!important;
}

.front-pack-top, .front-box-top {
	background-color: #fff;
}
.front-plain .article {
	border-radius: 5px;
	overflow: hidden;
}
.art-pack .article {
	border-radius: 0;
}
.art-content h2 {
	font-weight: 600;
	margin-bottom: 0;
}
.art-content h3 {
	font-size: 1rem;
	font-weight: 600;
	max-height: 4rem;
	margin-bottom: 0;
}
.art-content h4 {
	font-size: .925rem;
	font-weight: 600;
	margin-bottom: 0;
}
.article-over .art-sub {
	font-size: .875rem;
	max-height: 2.625rem;
	overflow: hidden;
}
.article-down .art-content h2, .article-down .art-content h3, .article-down .art-content h4 {
	font-weight: 600;
	font-size: 1.25rem;
	max-height: none!important;
}

.cat-title {
	font-size: 1.1rem;
	font-weight: 600;
	text-transform: uppercase;
	border-left: 3px solid #ddd; /* #F03434 */
	padding: .75rem 0 .75rem 1rem;
	margin-top: 1rem;
	margin-bottom: .75rem;
}
.cat-title a {
	text-decoration: none;
}

.text-art {
	border-bottom: 1px solid #ddd;
}
.text-art-title {
	font-size: 1.25rem;
	font-weight: 600;
}
.text-art-category {
	font-weight: 600;
}
.text-art-meta {
	font-size: .925rem;
	padding-bottom: 1rem;
}

.article-title {
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: .25rem;
}
.article-meta {
	font-size: .925rem;
	padding-bottom: 1rem;
}
.article-subtitle {
	font-size: 1.1rem;
	font-weight: 600;
}
.article-body, .comment {
	font-family: 'Open Sans', sans-serif;
}
.article-body h5 {
	font-weight: bold;
}

.category-name {
	font-size: 1.1rem;
	font-weight: 700;
	text-transform: uppercase;
	border-left: 3px solid #ddd;
	padding: .75rem 0 .75rem 1rem;
}

@media (min-width: 992px) {
	#headernav a {
		color: #424242;
		border-bottom: 2px solid #fff;
		padding: .25rem 0;
		margin: 0 .5rem;
	}
	#headernav a.current {
		border-bottom: 2px solid #ddd;
	}
	.article-title {
		font-size: 2.5rem;
	}
}