* {
  box-sizing: border-box;
}
body{
	overflow: hidden;
}
.header {
  position:fixed;
  text-align: center;
  margin-left:-8;
  /*margin-top: -10;*/
  top:0;
  width: 100%;
  height:8.7%;
  background: black;
  color: white;
}

.foth1{
	font-family:Lucida Handwriting;
	font-size:12px;
}
.head1{
	text-align:center;
	font-family: Arial Black;
	margin-top:-3;
	font-size:180%;
}

.head2{
	margin-top:2;
	text-align:center;

}

.head3{
	text-align:center;
	color:white;
	font-size:165%;
	padding-top:4%;
	
}

.head4{
	text-align:center;
	color:white;
	font-size:120%;
}
.e1{
	margin-top:1%;
}

.bline{
	
	margin-top:-14;
	background-color: gray;
	width:90%;
	height:1%;
	margin-top:2%;
}
.bline1{
	
	margin-top:-10;
	background-color: #735c2a;
	width:30%;
	height:1%;
	margin-top:-4%;
	margin-bottom:1%;
}



.box{
	overflow: hidden;
	margin-top:-14;
	background-color: black;
	color:white;
}

ul{
	margin:3px auto;
	float:right;
}
	
li{
	list-style-type:none;
	display:inline;
	display:inline-block;
	padding-right:13px;
	font-size:94%;
}


}
.ab a:link,a:visited{
	color:black;
	background-color:white;
	text-decoration:none;
	text-align:center;
	
	border:2px solid black;}

		
#ab1 a:hover{color:black;
		background-color:white;
		border:2px solid pink;
		text-decoration:none;}

#top a:link, a:visited{
	background-color:black;
	color:white;
	padding:0px 2px;
	text-align:center;
	text-decoration:none;
	
}
#top a:hover{color:white;text-decoration:none;
	background-color:#800020;}

#bot a:link, a:visited{
	background-color:black;
	color:white;
	padding:0px 2px;
	text-align:center;
	text-decoration:none;}

#bot a:hover{color:#c15162;
	background-color:black;
	font-weight:bold;}

	
a.button{
	background-color:white;
	color:black;
	padding:0.5% 6%;
	text-decoration:none;
	display:inline-block;
	border:3px solid red;
	
}

.button1{
	background-color:white;
	color:black;
	padding:1% 4%;
	text-decoration:none;
	display:inline-block;
	border:3px solid red;
}


.footer {
  position: fixed;
   left: 0;
   bottom: 5;
   width: 100%;
   height:33%;
   background-color: black;
   color: white;
}
.footer1{
	position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height:3%;
    background-color: gray;
    color: white;
    text-align: center;
}

.img{
	margin-top:-7;
	
}

#table{
	color:white;
	text-align:center;
}

.table1{

	margin-top:5.1%;
	margin-left:-0.5%;
	color:black;
	width:100%;
}

.img1{
	border-radius:50%;
	margin-top:5;
	border: 2px solid red;
	width:35%;
	height:275%;
	
}

.spriteF{
	width:35px;
	height:35px;
	background-repeat:no-repeat;
	display:inline-block;
	border-radius:50%;
	background:url('css_sprites (1).png');
}

.spriteF1{
	width:35px;
	height:35px;
	background-repeat:no-repeat;
	display:inline-block;
	border-radius:50%;
	background:url('css_sprites (2).png');
	background-size: cover;
    transition: background-image 0.5s ease-in-out;

}

.spriteF1:hover {
    background-image: url('css_sprites (3).png');
}

.spriteF1fb:hover {
    background-image: url('css_sprites (3).png') -0 -0;
}

.spriteF1ins:hover {
    background-image: url('css_sprites (3).png') -35px -0;
} 

.spriteF1you:hover {
    background-image: url('css_sprites (3).png') -70px -0;
}

.spriteF1wh:hover {
    background-image: url('css_sprites (3).png') -105px -0;
}


.img3{
	border: 2px solid #f1c40f;
	width:9%;
	height:9%;
}

.blet{
	font-size:85%;
}