* {
	border: 0;
	margin: 0;
}

.intro{
	color: red;
	font-size: 30px;
	font-variant: small-caps;
}
.banner{
	text-align: center;
}
h1 {
	text-align: left;
	font-family: "Alegreya SC";
	font-weight: 100;
	color: white;
	font-size: 50px;
	margin: 10px 0 -10px 15%;
}
h2 {
	text-align: right;
	font-family: "Alegreya SC";
	font-weight: 100;
	color: white;
	font-size: 40px;
	margin: -5px 15%;
}
line {
	background: #ae0000;
	color: #ae0000;
	padding: 0 70%;
	font-size: 5px;
	margin: 0;
	text-align: center;
}
body{
  background: #000000;
  color: white;
}
p{
	margin: 0 auto;
	width: 45%;
	font-size: 18px;
	font-family: georgia;
	text-align: justify;
	padding: 9px;
}
a.textLink:link, a.textLink:visited{
	color: white;
}
a.textLink:hover, a.textLink:active{
	background-color: #ae0000;
}

.header {
	text-align: center;
}

.content {
	position: fixed;
	top: 150px;
	bottom: 60px;
	margin: 0 auto;
	overflow: auto;
	text-align: center;
}

.contact {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	height: 60px;
}

/*SCROLLBAR CONTROLS: */
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #250000; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #680000; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ae0000; 
}