@charset "utf-8";
/* CSS Document */

	/* For desktop: */
	.preloader{
		height:100vh;
		width:100vh;
		background-color: #f8f4ed;
		font-size: 20px;
		margin: auto;
		text-align: center;
	}

html{
	height: 100%;

}

	body{
		height: 100%;
		margin: 0; 
		background-color: #f8f3ec;
		color: #9E0B0E;
		font-family: Verdana; 
		
	}

	
	.skullClick{
		float:left;
		margin-top: 5px;
		margin-left: 10px;
		
	}
	

	h1{
		line-height: 17px; 
		font-family: "Times New Roman", Times, serif;
		letter-spacing: -2px;
		margin-top: 8px;
		margin-bottom: 0px;
        margin-left: 140px;
		font-size: 28px;
		font-weight: bold;
		font-style: oblique;
		
		text-shadow: 0 0 2px white,0 0 5px white, 0 0 10px white;

		
	}


	h2{
		
		font-family: Arial,Helvetica, sans-serif;
		letter-spacing: -1px;
		line-height: 15px; 
        margin-top: 10px;
		margin-left: 190px;
		margin-bottom: 0px;
		font-size: 24px;
		font-weight: bold;
        font-style: oblique;
		color: white;
		
        text-shadow: 0 0 2px #9E0B0E,0 0 5px #9E0B0E, 0 0 10px #9E0B0E;
		
	}

	.year{
		font-size: 24px;
		color: #9E0B0E;
		font-family: "Times New Roman", Times, serif;
        text-shadow: 0 0 2px white,0 0 5px white, 0 0 10px white;
	}

	.mPage{
    width: 100%;
		min-height: calc(100vh - 100px);
	}
	.headerPlaceholder{
		background-image: url('../img/head_bg.png'); 
     height:99px;
		background-repeat: repeat-x;
		display: inline-block;
      width: 100%;   
	}
	.tititlePlaceholder {
		background-image: url('../img/skullM.png'); 
		height: 87px; 
		width: 430px;
		background-repeat: no-repeat;
		float: left;
	}

	.controlButton{ 
		margin-left:79px;

	}


	.newSearch {
		width:103px;
		height:18px;
		cursor:pointer;
		background: url("../img/navigation.png") 0px -72px no-repeat;
		float:left;
		margin-top:10px;
		margin-left:10px;
	}

	.newSearch:hover {
		background: url("../img/navigation.png") -103px -72px no-repeat;
	}


	.backNav {
		
		width:31px;
		height:36px;
		cursor:default;
		background: url("../img/navigation.png") 0px -36px no-repeat;
		float:left;
		/*margin-left:6px;*/
		margin-left:28px;
	}


	.forwardNav { 
		width:31px;
		height:36px;
		cursor:default;
		background: url("../img/navigation.png") -94px 0px no-repeat;
		float:left;
	}

	.wLogo{
		margin-right:10px;
		text-align: right;
	}

	.threeButton {
		background-image: url('../img/rightPartS.png');
		height: 20px; 
		width: 267px;
		background-repeat: no-repeat;
		margin-top:16px;
		float: right;
  }
  .buttons{
	margin-left:25px;

}

  .searchTips{
	height: 20px; 
	width: 71px;
	background: url("../img/navigation.png") 0px -90px no-repeat;
	cursor:pointer;
	float:left;
}

.searchTips:hover {
	background: url("../img/navigation.png") -71px -90px no-repeat;
}

.help{
	height: 20px; 
	width: 39px;
	background: url("../img/navigation.png") 0px -110px no-repeat;
	cursor:pointer;
	float:left;
	margin-left:30px;
}

.help:hover {
	background: url("../img/navigation.png") -39px -110px no-repeat;
}


.credits{
	height: 20px; 
	width: 68px;
	background: url("../img/navigation.png") 0px -130px no-repeat;
	cursor:pointer;
	float:left;
   margin-left:30px;
}

.credits:hover {
	background: url("../img/navigation.png") -68px -130px no-repeat;
}


.footer {
	position: fixed;
	left: 0; bottom: 0; 
	width: 100%;
	background-color: white;
	
 }

.footerCopyR {
	
	 background-image: url('../img/copyRback.png'); 
	 height: 10px;
	 background-repeat: repeat-x;
	
	
	 
 }

 .copyRt{
	 text-align: center;
	font-size: 10px;
	
	color: black;
 }
.mainCont{
 height: 100%;

}
@media only screen and (max-width: 2000px) {
	.gColumnRight{
		max-width: 90%;
	   }
}

@media (min-width: 769px) and (max-width: 1000px) {
	.gColumnRight{
		max-width: 80%;
	   }
}




	@media only screen and (max-width: 768px) {
	/* For mobile phones: */


  .tititlePlaceholder {
		
		height: 87px; 
		width: 319px;	 
		float: left;
	  }
	 
	 
	 
	
	 .radioBtns{ 

    margin-top: 10px;
}


	
h1{
	
	margin-left: 80px;
	
}


h2{

	font-size: 22px;
	margin-left: 100px;
}



.gColumnRight{

     max-width: 80%;
	
	}
}

	@media only screen and (max-width: 604px) {
	
		.threeButton {
			background-image: url('../img/rightPartM.png');
			height: 20px; 
			width: 267px;
			background-repeat: no-repeat;
		    margin-top:0px;
	  }

	  .gColumnRight{
		max-width: 75%;
	   }
	
		}
		@media only screen and (max-width: 450px) {
			.wLogo{
				
				display: none;
			
			}

			.gColumnRight{
				max-width: 65%;
			   }
			
			}