.BackgroundImage{
	background-image:url("../images/dark-blur-26943-1920x1080.jpg");
	background-position:top;
	background-size:auto; 
	background-repeat:no-repeat;
	overflow: hidden;
}

header{
	height: auto; 
	overflow: hidden;
	background-color: black;
	border-bottom: thin solid white;
}

header p{
	position: relative;
	top: 15px;
	font-family: Perpetua Titling MT;
	display: inline;
	color: white;
	font-size: 30px;	
	padding-left: 25px;
}


ol.Navigation{
	position: relative;
	float: right;
	padding: 5px;
	padding-top: 0;
	padding-right: 2vw;
	
}

ol.Navigation li{
	float: left;
	list-style-type: none;
	height: auto;
	padding-left: 25px;
	padding-right: 35px;	
	background-color: rgb(30 30 30);
	border: 2px solid rgb(10 10 10);
}

ol.Navigation li:hover{
	border: thin solid white;
	background-color: black;
}

ol.Navigation li a{	
	display: block;
	text-decoration: none;
	font-size: 15px;
	margin:-5px 0px;
	text-align: center;
	color: white;
}

ol.Navigation li a:active{
	color: red;
}

.NavImg{
	display: inline;
	float: left;
	padding: 7px;
	background-color: black;
	margin: 0 -25px;
}

.NavImg img{
	height: 20px;
	width: 20px;	
}

.NavRef{
	float:right;
	padding-left: 30px;
}

pre{
	font-family: Stencil;
}

.MainTextAlignment{
	width:100%;
	
	
}

.SectionImage{
	background-image: url("../images/avicii-30974-1920x1200.jpg");	
	background-size: 100% 700px;
	background-repeat: no-repeat;
	height: 60%;
	width: 60%;
	border: 2px solid black;
	position: absolute;
	display: inline;
}

section.MainTextBackground{
	background-image:url("../images/dark-blur-26943-1920x1080.jpg");
	width:60%;
	height:50vh;
	box-shadow:10px 10px black;
	word-wrap:break-word;
	overflow:auto;
}

section.MainTextBackground h2{
	color:white;
	margin:10px 10px;
}

section.MainTextBackground p{
	color:white;
	margin:10px 10px;
}

section p{
	font-family: Gergia;
	font-size:20px;
	font-variant:small-caps;
}

section  p::first-letter{
	color:red;
	font-size:20px;
}

section  p  a:link{
	color:lightblue;
	font-family: Calibri;
}

section  p  a:hover{
	color:red;
}

.CollageContainerStyle{
	background-image: linear-gradient(to right, rgb(18 18 18), black);
	border: 5px solid black;
	background-color: black;
	border: 2px solid black;
	padding-left: 20px;
	height: 60vh;
	width: 40%;
	color: white;
	float: right;
	overflow-y: auto;
	overflow-x: hidden;
}

.CollageContainerStyle p{
	font-size: 25px;
	border: inherit;
	background-color: inherit;
	padding-left: inherit; 
	width: 90%;
	height: 30px;
}

.CollageContainerStyle h5{
	font-size: 18px;
	font-family: Calibri;
	background-color: inherit;
	border: inherit;
	padding-left: inherit;
	margin: -20px 0px;
	height: auto;
	width: 90%;
	color: white;
	word-wrap: break-word;
}

#Collage{
	width: 100%;
	margin: 7vh 5%;
}

.CollageImage{
	float: left;
	width: 11em;
	padding: 10px;
	box-sizing: border-box;
	height:200px;
	max-width: 100%;
	display: block;
	border: 10px solid black;
}

@media (max-width: 45em){
	ol.Navigation li{
		float: none;
		padding: 0;		
	}
	.NavRef{
		float: none;
		padding-top:2px;
	}
	.NavImg{
		margin: 0px 0px;
	}
	.NavImg img{
		float: right;		
	}
	ol.Navigation li{
		width: 200px;
	}	
	.SectionImage{		
		height: 40vh;
	}
	section.MainTextBackground{
		height: 70%;
	}
	.CollageContainerStyle{
		position: absolute;
		right: 0;
		height: 40vh;
	}
}

footer{
	position: absolute;
	bottom: 0;
	text-align:center; 
	font-size:20px; 
	color:white; 
	height:auto; 
	width: 100%;  
	background-color: rgb(2 2 2); 
	border-top: 1px solid white;
	overflow: hidden;
}

table{
	margin-left:auto;
	margin-right:auto;
}

a.FooterNavigation:hover{
	color: lightblue;
	font-size: 15px;
}

a.FooterNavigation:active{
	color: red;
}

a.FooterNavigation{
	text-decoration: none;
	color: white;
	font-size: 15px;
}

a.FooterNavigation pre{
	font-family: Perpetua Titling MT;
}





