html{
	font-family: sans-serif;
}

.colorRed{
	background-color: #f8f2f4;
	color: #500025;
}

.colorWhite{
	background-color: #500025;
	color: #ffffff;
}
.colorGrey{
	color: #8e6d8c;
}

.colorPink{
	color: #bd006d;
}

#article-head{
	text-align: center;
	width: 70%;
	margin: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	background: url("https://i.imgur.com/vDUEP4R.png") top center no-repeat;
}

.caption{
	color: #8e6d8c;
	text-align: left;
	font-size: 0.8em;
}

.relatedLink{
	background-color: white;
	border-bottom: 5px solid #bd006d;
}

a {
  color: inherit; 
  text-decoration: underline; 
}

a.noDec{
	text-decoration: none;
}

div.centralCol {
	width: 1050px;
	margin: auto;
	padding-top: 0px;
	padding-bottom: 100px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 10px solid black;
	border-right: 10px solid black;
	background: url("https://i.imgur.com/y0zJf8t.png") bottom center no-repeat;
}

.totalPadding{
	padding: 20px;
}

.verticalPadding{
	padding-top: 40px;
	padding-bottom: 40px;
}

#asidePinkSection{
	border-bottom: 5px solid #bd006d;
}

.asidePinkElem{
	background-color: #6e0031;
	color: white;
	padding: 20px;
	border-bottom: 1px solid #bd006d;
}

.asidePinkElem:hover{
	background-color: #500025;
}

img.asideThumbnail{
	float: right;
	width: 60px;
	padding: 5px;
}

.asideWhiteElem{
	background-color: white;
	color: #500025;
	padding: 20px;
	border-bottom: 1px solid #8e6d8c;
}

.portrait{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.articleCol{
	margin: auto;
}

.asideCol{
	margin: auto;
	width: 330px;
	float: right;
}

.otherArticles{
	overflow:auto;
	width: 100%;
	margin: auto;
	border-top: 1px solid grey;

}

/*.otherArticles::after{
	content: "";
	clear: both;
	display: table;
}*/
img.otherArtImg{
	width: 300px;
	float: right;
	vertical-align: middle;
}

.newsletters{
	font-size: 4em;
	text-align: center;
}

h1{
	font-size: 3em;
}

/* 
h2{}

h3{} */

h4{
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 1.6em;
	text-align: center;
}

.text-center{
	text-align: center;
}
