*{
  margin: 0;
  padding: 0;
}
#head1
{
	font-family:Arial;
	font-size:16px;
	letter-spacing:5px;
	color:#000;
}
#head2
{
	font-family:Arial;
	font-size:20px;
	letter-spacing:5px;
	color:#db3a3a;
}

#text1
{
	font-family:Arial;
	text-align:left;
	color:#FFF;
	font-size:10px;
	letter-spacing: 3px;
	padding-top:2%;

}

#text2
{
	font-family:Arial;
	letter-spacing:3px;
	font-size:14px;
	font color:#000;
 	line-height: 20px;
}

#text3
{
	font-family:Arial;
	color:#FFF;
	font-size:16px;
	letter-spacing: 3px;
}

#text4
{
	font-family:Arial;
	text-align:left;
	color:#FFF;
	font-size:10px;
	letter-spacing: 3px;
	padding-left:30%;
	padding-top:2%;
}

#text5
{
	font-family:Arial;
	text-align:center;
	color:#000;
	font-size:12px;
	letter-spacing:3px;
	font-weight:lighter;
}

#text6
{
	font-family:Arial;
	text-align:center;
	color:#000;
	font-size:30px;
	letter-spacing:5px;
	font-weight:lighter;
}

#text7
{
	font-family: Arial;
	text-align: cener;
	color:#000;
	letter-spacing: 5px;
	font-weight: lighter;
	font-size: 20px;
	margin-left: 30%;
}

#text8
{
	font-family: Arial;
	color:#db3a3a;
	font-size: 20px;
	letter-spacing: 3px; 


}

#text9
{
	font-family: Arial;
	color: #000;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 20px
}

#text10
{
	font-family: Arial;
	color: #000;
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: bold;
}

#copyrighttext
{
	font-family:Arial;
	letter-spacing:3px;
	color:#fff;
	font-size:13px;
	margin-left:1%;
}



#menu{
	margin:0;
	padding:0;
	margin-top:1%;
}



#menu li {
  list-style: none;
  display: inline-block;

}

#menu li a {
  text-decoration: none;
  position: relative;
  color: #fff;
  display: block;
  font-weight:bold;
  font-size:15px;
  font-family: Arial;
  letter-spacing:5px;
  overflow: hidden;
  transition: 0.7s all;
  padding: 20px;
  text-transform: uppercase;
}

#menu li a:before {
  content: '';
  width: 40px;
  position:absolute;
  border-bottom: 3px solid white;
  bottom: 30%;
  right: 240px;
  transition: 0.7s all;
}

#menu li a:hover:before {
  right: 0px;
}

button{
	float:left;
	margin-top:1%;
}

button{
	background:none;
	color: #fff;
	width: 150px;
	height: 40px;
	border:1px solid #000;
	border-radius: 4px;
	transition: .6s;
	overflow: hidden;
}

button:focus{
	outline: none;
}

button:before{
	content:'';
	display: block;
	float:left;
	background: rgba(255,255,255,.5);
	left: 0;
	top: 0;
	opacity: .5s;
	filter: blur(30px);
}

button:after{
	content: '';
	display: block;
	float:left;
	background: rgba(255,255,255,.2);
	left: 30px;
	top: 0;
	opacity: 0;
	filter: blur(30px);
}

button:hover{
	background:#db3a3a;
	cursor:pointer;
}

button:hover:before{
	opacity: .6;
	transition: .7s;
}

button:hover:after{

	opacity: 1;
	transition: .7s;
}

a:link,a:visited 
{
   background-color: none;
   color: #db3a3a;
	font-weight:bold;

}

a:active,a:hover
{
	background-color: none;
   color: #db3a3a;
	font-weight:bold;
}

