
body{
	
	background-color: black;
	font-family:Verdana, Geneva, sans-serif; 
	font-size:15px; 
	line-height:26px; 
	word-spacing: normal; 
	background-image: url('blue-background-more-blurred.jpg');
	background-repeat: no-repeat;  
	background-size: cover;
	background-attachment: scroll;
	min-height: 100vh;
}


#the-title{
	color: white;
	text-align: left;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	font-style:normal; 
	line-height: 2;
	font-size: 57px;
	
}




h4{
	margin:0;
	padding:0;
}

.content{
	border: 1px solid #17c49e;
	/*border-radius: 5px;*/
	box-shadow: 0 0 10px 0 #4C4C4C;
	margin: 10px 10px 10px 10px;
	text-align: left;
	
}
.a-header {
	background-color: #146FF8 /* rgba(20,111,248, .7) */;
	margin:0;
	/*border-radius: 5px 5px 0px 0px;*/
	padding:3px 7px 3px 7px;
	font-family: 'Teko', sans-serif;
	font-size: 25px;
	/*text-transform: uppercase;*/
	
	
	
}


.sub-header-content {
	background: rgba(250, 250, 250, 0.1);
	color: white;
	margin:0px;
	padding: 3px 7px 3px 7px;
	/*border-radius: 0px 0px 5px 5px;*/
	
	
}




.footer{

   
	clear:both;
	width: 100%;
	text-align: center;	
	background-color: #146FF8;
	background: rgba(200, 200, 200, 0.4);
	color: white;
	bottom:0;
	opacity: 0.7;
	/*position: fixed;*/
   
}
.footer a{
	text-decoration:none;
	color: white;
}
.footer a:hover{
	color:black;
	font-weight: bold;
}
.all-middle-content{
		width:65%; 
		text-align: center; 
		margin: auto;
		/*background-color: f0f0f0;*/
		border-radius: 10px;
		background: rgba(76, 175, 80, 0.1);
	
}

@media screen and (max-width: 900px) {
body{
	 
	font-size:12px; 
	line-height:20px;
}
#header-links{
	font-family: Lucida Console;
	font-size:12px;
	padding: 0px;
	border-radius: 0px 0px 3px 3px;
	
	
}
#fixed-header{
	border: 0.8px solid #FFFF66;
	box-shadow: 0 0 5px 0 #4C4C4C;
	border-radius: 0px 0px 3px 3px;
}
#the-title{
	font-size: 22px; 
	
}
#caption-style{

	font-size:12px;
	line-height:14px;

}
.all-middle-content{
		width:75%;
	
}
}
@media screen and (max-width: 600px) {
body{
	 
	font-size:16px; 
	line-height:20px;
}
#caption-style{

	font-size:10px;
	line-height:8px;

}
#header-links{
	font-family: Lucida Console;
	font-size:10px;
	padding: 0px;
	border-radius: 0px 0px 2px 2px;
	
	
}

.all-middle-content{
	width:100%;
}
}
