h1, h2, h3, h4, h5, h6, p {
	color: #162b4d;
	line-height: 140%;
	text-shadow: 1px 1px 5px rgba(150, 150, 150, 0.7);
	transform: skew(.3deg);
}
h1 {
	font-family: Chivo,Arial,Helvetica,sans-serif;
	font-size: 50px;
	font-weight: 900;
	line-height: 140%;
	margin: 10px 10px 100px 10px;
	text-align: center;
}
.about h1 {
	color: #162b4d;
}
h2 {
	font-family: Chivo,Arial,Helvetica,sans-serif;
	font-size: 44px;
	font-weight: 900;
	line-height: 140%;
	margin: 60px 10px;
	text-align: center;
}
h3 {
	font-family: Inconsolata,Arial,Helvetica,sans-serif;
	font-size: 24px;
	font-weight: 300;
	margin: 120px 30px 80px 30px;
	text-align: center;
}

h4, p, main li, .col-md-9 li, .col-md-9 p {
	color: #162b4d !important;
	font-family: Tinos,Georgia,Times,serif !important;
	font-size: 22px;
	font-weight: 400;
	margin: 30px 30px 10px 30px;
}
.col-md-3 ul {
	list-style-type: none;
}
.col-md-9 h1 {
	color: #162b4d !important;
	font-size: 40px !important;
}
.col-md-9 h1.title {
	font-size: 30px !important;
	margin: 60px 0 0 0;
}
.col-md-9 h2 {
	color: #162b4d !important;
	font-size: 30px;
	margin: 40px 0;
}
.col-md-9 h3.reader-text-block__heading-3 {
	color: #162b4d !important;
	font-size: 26px !important;
}
.italic {
	font-style: italic;
}
main p {
	text-align: center;
}
h4 {
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
}
h5 {
	color: #2d95bb;
	font-family: Inconsolata,Arial,Helvetica,sans-serif;
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 20px 0;
	text-align: center;
}
h6 {
	color: #2d95bb;
	font-family: Inconsolata,Arial,Helvetica,sans-serif;
	font-size: 22px;
	font-weight: 300;
	margin: 0 0 20px 0;
	text-transform: capitalize;
	text-align: center;
}
@media (prefers-color-scheme: dark) {
	h1, .dark {
		color: #ab192d!important;
		text-shadow: none !important;
	}
	h2, h3, h4, p, main li, li, .col-md-9 h2, .col-md-9 h1.title, .col-md-9 p, .col-md-9 h3.reader-text-block__heading-3, .col-md-9 li, .col-md-9 p {
		color: #b8b8b8 !important;
		text-shadow: none !important;
	}
	h5, h6 {
		text-shadow: none;
	}
}