﻿html{
 background: url(images/6.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}
body
{
	text-align:left;
	margin:20px;
	display:block;
	margin-left:100px;
			
}

.sr
{
margin-left: 150px;
padding: 10px;
}


.sr1
{
font-family: 'Arial';
font-size: 16px;
text-align:justify;
width:45%;
padding: 20px;
margin-left:12px;
background-color: #51443b;
margin-top:20px;
margin-bottom:15px;
color: #FFFFFF;
border-radius: 15px;
opacity:0.8;

}


.btn {
  background: #4f4840;
  background-image: -webkit-linear-gradient(top, #120705, #9b7f69);
  background-image: -moz-linear-gradient(top, #120705, #9b7f69);
  background-image: -ms-linear-gradient(top, #120705, #9b7f69);
  background-image: -o-linear-gradient(top, #120705, #9b7f69);
  background-image: linear-gradient(to bottom, #120705, #9b7f69);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
width:20%;
margin-right: 70px;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #9b7f69, #eee7dd);
  background-image: -moz-linear-gradient(top, #9b7f69, #eee7dd);
  background-image: -ms-linear-gradient(top, #9b7f69, #eee7dd);
  background-image: -o-linear-gradient(top, ##9b7f69, #eee7dd);
  background-image: linear-gradient(to bottom, #9b7f69, #eee7dd);
  text-decoration: none;
width:20%;
}

.btn
{
text-align: center;
}


#button {
padding: 30px;
margin-left: 70px;
border-radius: 5px 30px 45px 60px;

}

#button li {
display: inline;
border-radius: 5px 30px 45px 60px;
}


#button li a {
font-family: Arial;
font-size:11px;
text-decoration: none;
float:left;
padding: 10px;
background-color: #51443b;
color: #fff;
border-radius: 5px 30px 45px 60px;
}

#button li a:hover {
background-color: #6f4f40;
margin-top:-2px;
padding-bottom:22px;
border-radius: 5px 30px 45px 60px;
}


.btn
{
margin-left:900px;

}

a:link {
    color: black;
}

/* visited link */
a:visited {
    color:black ;
}

}

/* selected link */
a:active {
    color: black;

}






