article {
	width:95%;
	margin: 0 auto;		
}
.liver {
	width:100%;
	height:auto;
	max-width:480px;
	border:0;
	display:block;
	margin: 0 auto;	
}
article div:last-of-type {
	text-align:center
}
.column {
	-moz-column-count:2;
	-webkit-column-count:2;
	-moz-column-rule: 4px dotted #a41b15;
	-webkit-column-rule: 4px dotted #a41b15;
	-moz-column-gap: 40px;
	-webkit-column-gap: 40px;
}
article ul {
	font:1rem 'Verdana', sans-serif;
	padding-left:0;
	list-style-type:square;
	list-style-position:inside;
}
article li {
	margin-bottom:5px
}
article a:hover {
	text-decoration:none !important;
}
article > p {
	font-style:italic;
	text-align:right !important;
}
.toParkes {
  position:relative;
  left:0;
  right:0;
  bottom:10px;
  margin:auto;
  display:block;	
  text-decoration:none;
  width: 10em;
  height: 10em;  
  border-radius: 50%;
  overflow: hidden;  
}
.toParkes:hover > img {
	transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
}
.toParkes span {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	line-height:128px;
	margin:auto;
	display:inline-block;	
	width:80%;
	height:80%;
	border-radius:50%;
	background: linear-gradient(to bottom, #c0e380 0%,#7cbc0a 100%);
	box-shadow: 0 0 10px rgba(0,0,0, 0.8);
	text-shadow: 1px 1px 2px gray;
	font-family:Impact;
	font-size:20px;
	font-style:italic;
	letter-spacing:0.5px;
	text-align:center;
	transition: all 0.7s ease;	
	color:white;	
}
.toParkes img {
	transition: all 0.7s ease;
}
.motivateWrapper {
	clear:both;
	text-align:center;	
	transition: all 0.7s ease;
}
.motivateWrapper > span {
	font:18px Verdana;
}
.motivate {
	color:#585858;
}
.date {
	display:flex;
	justify-content:space-between;
	margin:10px;
	font-style:italic;
}
@media screen and (max-width: 650px) {
.column {
		-moz-column-count:1;
		-webkit-column-count:1;
	}
}