/* css 2k17 */

body
{
	background: black;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}

a
{
	color: white;
	text-decoration: none;
	font-weight: bold;
	/*text-decoration: underline;*/
}

a:hover
{
}

.postTitle
{
	float:left;
	text-align: left;
	font-size: 3vw;
	font-family: 'Arvo', serif;
	display:block;
}

.articleDiv
{
	width: 60%;
	float:left;
	margin-left: 20px;
}

.bp01
{
	float: left;
	min-width: 400px;
}

.hhead
{
	position: fixed;
	right: -8vw;
	top: 0px;
	height: 100%;
}

.handImage
{
	position: fixed;
	bottom: -250px;
}

.aFeet
{
	float: left;
}

.aDate
{
	text-align: left;
	float: left;
	display:block;
}

.blogArticle
{
	float: left;
	font-size: 2.4vw;
	text-align: justify;
	font-family: "Josefin Slab";
}

.colourBoxes
{
	float: right;
}

.bigheader
{
	width: 60%;
}

.bottomLine
{
	font-size: 1.5vw;
}

/* ipad */

@media only screen and (max-device-width: 1024px)
{
	.hhead
	{
		position: fixed;
		right: -20vw;
		top: 0px;
		height: 100%;
	}
}

/* mobile phones */
@media only screen and (max-device-width: 768px) 
{
	.bp01
	{
		display: none;
	}

	.hhead
	{
		display: none;
	}

	.handImage
	{
		display:none;
	}

	.aDate
	{
		margin-top: 9vw;
		font-size: 3.4vw;
		text-align: left;
		float: left;
		display:block;
	}

	.containerDiv 
	{
	  width: 100%;
	  height:100%;
	  text-align: center;
	}

	.articleDiv
	{
		width:95%;
  	display: inline-block;
	}

	.blogArticle
	{
		float: left;
		font-size: 5vw;
		text-align: justify;
	}

	.colourBoxes
	{
		/*float: left;*/
	}

	.bigheader
	{
		width: 90%;
	}

	.postTitle
	{
		float:left;
		text-align: left;
		font-size: 5vw;
		font-family: 'Arvo', serif;
		display:block;
	}

	.bottomLine
	{
		text-align: center; 
		font-size: 2vw;
	}
	
	.aFeet
	{
		margin-left: 20%;
	}
}

.box1
{
	min-width: 30px;
	min-height: 30px;
	background-color: #cedefe;
	float: left;
	margin-left: 10px;
}

.box2,.box3,.box4,.box5
{
	min-width: 30px;
	min-height: 30px;
	background-color: #cedefe;
	float: left;
}

#fade-wrapper 
{
	/*display: none;*/
	position: fixed;
	height: 100vh;
	width: 100vw;
	background: white;
	z-index: 100;
}

.imgContainerCentered {
}

.imgCentered {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -280px; /* Half the height */
	margin-left: -217px; /* Half the width */
}

.imgCentered2 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 250px; /* Half the height */
	margin-left: -40px; /* Half the width */
}

.commentIcon
{
	width: 32px;
	margin-top: -8px;
	vertical-align: middle;
	transition: transform ease 0.3s;
}

.commentIcon:hover 
{
	transform: rotate(45deg);
}

a:hover img
{
	background-color:white;
	color:white;
}

div#disqus_thread {
background-color: #ffffff;
border-radius: 3px;
padding: 12px;
}
