html
body {
	margin: 0;
	padding: 0;
}

* {
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	color: white;
	font-size: 50px;
	line-height: 55px;
	font-weight: bold;
}

html {
	background: transparent url(../elements/bg.jpg) no-repeat 0 0;
	background-size: cover;
	background-attachment: fixed;
	height: 100vh;
}

img {
	max-width: 100%;
	height: auto;
}

#page-wrap { 
	position: relative;  
	width: 1220px; 
	max-width: 90%;
	max-width: calc(100% - 60px);
	margin: 30px auto; 
}

a {
	color: white;
	text-decoration: none;
}

p, h1, h2, h3, h4 {
	font-size: 50px;
	line-height: 55px;
	font-weight: bold;
}

p, h1, h2, h3, h4 {
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	margin-bottom: 48px;
}

h2 {
	margin-bottom: 48px;
}

#alien-intro p {
	margin-bottom: 50px;
}

#alien-artworks h3 {
	margin-bottom: 50px;
}

#alien-header p {
	font-size: 28px;
	line-height: 32px;
	float: left;
	margin-right: 20px;
	padding-bottom: 48px;
	transition: opacity 600ms;
}

@media all and (min-width: 481px) {
	#alien-header p {
		transition: opacity 600ms;
		position: fixed;
		top: 30px;
		left: 30px;
	}
}

@media all and (min-width: 800px) {

	#alien-header:after {
		content: "";
		display: table;
		clear: both;
	}

	img {
		height: 100vh;
		width: auto;
		object-fit: cover;
	}

	#alien-header img {
		margin-left: 380px;
		height: 100vh;
		width: auto;
		margin-top: -30px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}

#alien-header p.fade {
	opacity: 0;
}



#alien-header img,
#alien-intro img,
#alien-artworks img {
	margin-bottom: 48px;
}

#alien-intro img,
#alien-artworks img {
	display: block;
	margin: 0 auto 48px auto;
}

span.highlight {
	color: #969696;
}

.infodivider {
	padding-bottom: 48px;
}

.infodivider .right {
	font-size: 28px;
	line-height: 32px;
	font-weight: normal;
	float: right;
	margin-top: 4px;
}

.infodivider .left {
	float: left;
}

.infodivider:after {
	content: "";
	display: table;
	clear: both;
}

@media all and (max-width: 800px) {
	body {
		font-size: 30px;
		line-height: 36px;
	}
	p, h1, h2, h3, h4 {
		font-size: 30px;
		line-height: 36px;
	}
	#alien-header p,
	.infodivider .right {
		font-size: 28px;
		line-height: 32px;
	}
	h1,
	.infodivider {
		margin-bottom: 33px;
	}
	#alien-intro p,
	#alien-artworks h3 {
		margin-bottom: 35px;
	}
	#alien-header p {
		padding-bottom: 33px;
	}
	#alien-header:after {
		content: "";
		display: table;
		clear: both;
	}
	#alien-header img {
		height: 100vh;
		width: auto;
		float: right;
		margin-top: -30px;
	}
}

@media all and (max-width: 480px) {
	body {
		font-size: 28px;
		line-height: 32px;
	}
	p, h1, h2, h3, h4 {
		font-size: 28px;
		line-height: 32px;
	}
	#alien-header p,
	.infodivider .right {
		font-size: 20px;
		line-height: 23px;
	}
	h1,
	.infodivider,
	#alien-header img, 
	#alien-intro img, 
	#alien-artworks img {
		margin-bottom: 18px;
	}
	#alien-intro p,
	#alien-artworks h3 {
		margin-bottom: 20px;
	}
	#alien-header p {
		padding-bottom: 18px;
	}
	body {
		overflow-x: hidden;
	}
	img {
		max-width: calc(100% + 60px);
		width: calc(100% + 60px);
		margin: 0 -30px 18px -30px !important;
	}
	.infodivider .right,
	.infodivider .left {
		float: none;
	}
	#alien-header img {
		float: none;
		height: calc(100vh - 110px);
		object-fit: cover;
		width: calc(100% + 60px);
	}
}
