html, body {
	font: 20px/1.6rem Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

body {
	background: #000;
	color: #fff;
	letter-spacing: 1px;
	min-height: 100%;
	text-align: center;
	text-shadow: 0 0 1em rgba(0, 0, 0, 1), 0 0 1em rgba(0, 0, 0, 0.5);
}

body, body * {
	box-sizing: border-box;
	vertical-align: middle;
}

#wrap {
	background: url(../img/JMSwift_Khali_Lilith_1200.jpg) right center no-repeat;
	background-size: cover;
	height: 100%;
	min-height: 640px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#main {
	background: rgba(0, 0 ,0, 0.4);
	border: 2px solid #fff;
	border-radius: 100%;
	box-shadow: 0px 0px 50px 15px rgba(255,255,255, 0.5);
	height: 580px;
	left: 50%;
	overflow: hidden;
	padding: 0;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	width: 580px;
}

#content {
	display: table-cell;
	height: 580px;
	width: 580px;
}


h1 {
	color: #4f9ce1;
	font-size: 1.3333rem;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 1rem 0 0.5rem;
	width: 100%;
}

h1 span {
	display: block;
}

h1 span:last-child {
	font-size: 0.9rem;
	padding-top: 1.25rem;
}


hr {
	background: #18d860;
	border: 0;
	display: block;
	height: 2px;
	margin: 0.75rem auto;
	opacity: 0.2;
	padding: 0;
	width: 75%;
}

.hr1 {
	width: 60%;
}

.hr2 {
	width: 45%;
}


p {
	display: table;
	font-weight: 400;
	margin: 0;
	padding: 0.5rem 0;
	width: 100%;
}

p:last-of-type {
	padding: 1rem 0;
}

P > span {
	display: table-cell;
	font-size: 0.9rem;
	width: 100%;
}


a {
	color: inherit;
	display: inline-block;
	opacity: 0.65;
	text-decoration: none;
	transition: opacity 0.333s;
}

a:hover {
	opacity: 1;
}


.fab {
	color: #4f9ce1;
	font-size: 1.6rem;
	transition: opacity 0.333s;
}

img.icon {
	background: rgba(0, 0, 0, 1);
	border: 0;
	box-shadow: 0 0 1em rgba(0, 0, 0, 1), 0 0 1em rgba(0, 0, 0, 0.5);
	height: 32px;
	padding: 1px 0;
	transition: opacity 0.333s;
	width: 26px;
}


@media screen and (max-width: 639.5px),
screen and (max-height: 639.5px) {

	#wrap {
		min-height: 520px;
		padding-top: 20px;
	}

	#main {
		border-radius: 0;
		box-shadow: none;
		height: 480px;
		min-width: 280px;
		max-width: calc(100% - 40px);
		padding: 0;
		width: 320px;
	}

	#content {
		height: 480px;
		padding: 0;
		max-width: 100%;
		width: 320px;
	}

	.hr2 {
		display: none;
	}
}