* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-image: url('assets/bg4.jpg');
	background-attachment: scroll;
	background-size: auto 100vh;
	background-position: top center;
	text-align: center;
	background-repeat: no-repeat;
	background-color: #201c19;
	font-size: 16px;
}

#pagetitle {
	float: left;
	font-family: Raleway;
	font-size: 235%;
	font-weight: 100;
	color: white;
	margin-top: 3%;
	margin-left: 3%;
	padding: 1% 2%;
	line-height: 120%;
	display: inline-block;
	background-color: rgba(255,255,255,0.15);
	letter-spacing: 0.2em;
	max-width: 80%;
}

#pagetitle p:nth-child(1){
	font-weight: 200;
	padding-top: 10px;
}

#pagetitle p:nth-child(2){
	font-size: 0.6em;
}

#content {
	background-color: white;
	height: 1000px;
	width: 100%;
	position: absolute;
	top: 100vh;
}

#scroll {
	color: white;
	font-family: Raleway;
	position: absolute;
	bottom: 1vh;
	right: 0.5%;
	opacity: 0.5;
}

#scroll img {
	height: 5px;
	margin-bottom: 2px;
}

@media only screen and (max-width : 950px) {
	#pagetitle {
		font-size: 350%;
		float: none;
		margin-top: 10vh;
		margin-left: auto;
	}
}

@media only screen and (max-width : 650px) {
	#pagetitle {
		font-size: 200%;
		margin-top: 10vh;
	}
	}
