body, html {
	height: 100%;
	margin: 0;
}
  
body {
	color: #ff00ff;
}

a {
  color: #ff00ff;
  }
  
a:hover {
  color: #0000EE;
  }
	
.bg {
	height: 100%;
	background-image: url('/img/evan_gun2head.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: auto;
	text-align: center;
	padding-top: 5rem;
}

h1 {
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: 2px 2px 0px #000000;
}


ul.links {
	list-style: none;
	font-size: 1.25em;
	text-shadow: 1px 1px 0px #000000;
}

ul.links li {
	display: inline;
	margin: 0 10px;
}

div#youtube {
	margin-top: 1rem;
}

div#youtube p {
	text-shadow: 1px 1px 0px #000000;
}

div.text {
	text-align: justify;
	color: #000000;
	background-color: rgba(255, 255, 255, 0.6);
	padding: 2.5rem 2.5rem 0 2.5rem;
	margin: 0 0 2.5rem 0;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}