body {
	background-color: #797984;
	overflow: hidden;
	margin: auto;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #2F2F34;
}

a {
	text-decoration: none;
	color: #2F2F34;
}

a:hover {
	color: #FFF;
}

#header, #footer {
	background-color: inherit;
	width: 100%;
	box-sizing:border-box;
	padding:1em;
}

#header {
	position:fixed;
	top: 0;
	z-index: 2;
	box-shadow: 0px 0px 10px 2px #000;
}

#title {
	float: left;
	font-size: 4em;
}

#footer {
	position:absolute;
	bottom:0;
	z-index:0;
	box-shadow: 0px 0px 10px 2px #000;
}

#footer h2 {
	float: right;
}

.highlight {
	color: #41266B;
}

#content {
	margin-top: 15vh;
	z-index:1;
}

h1 {
	font-size: 3.5em;
}

#social {
	z-index: 1;
	float: right;
	margin-right: 2em;
	text-align: right;
}

#charimg {
	position: absolute;
	left: -10vw;
	bottom: 0;
	max-width: 50%;
	z-index: 1;
}

#graphics {
	position: absolute;
	top: 50vh;
	right: 40em;
}

#chev-container {
	transform: rotate(45deg);
	transform-origin: top right;
	width: 150vh;
}

.chevron {
	padding: 9em 9em 0em 0em;
    box-shadow: inset -5px 5px 15px #000000;
	height: 100vh;
}

#lgrey {
	background-color: #47474F;
}

#dgrey {
	background-color: #2F2F34;
}

#purple {
	background-color: #41266B;
	padding: 3em 3em 0em 0em;
	padding-bottom: 0em;
}

#chev-content {
	background-color: #797984;
}


.mobile {
	display:none;
}

/*FRAMEWORK FOR SMALL RESOLUTIONS*/
@media (max-width: 1200px) {
	
	body {
		font-size:1em;
	}
	.mobile {
		display:inherit;
	}
	
	.desktop {
		display:none;
	}
	
}
