*{
    margin:0px;
    padding:0px;
}
.text1{
    padding-top:100px;
}
.button{
    margin-top:20px;
	background-image:linear-gradient(rgb(206, 167, 59),rgb(104, 74, 18));
	color: #fff;

}
.img3div
{
	width: 100%;
	text-align: center;
}
.img2{
    width:50%;
	margin: auto;
}
.bg-image{
    background-image:linear-gradient(rgb(206, 167, 59),rgb(104, 74, 18));
}
.img3{
    width:100%;
}
.text2{
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;
    -webkit-text-fill-color:transparent ;
}

.btn-three a
{
	width: 200px;
}

.footer-color{
    background-color:#063310;
	margin-top: -20px;
}
.img8{
    height:150px;
    width:50%;
}
.img3fotter{
    background-color:rgb(87, 168, 87);
    border-radius:100px;
    height:50px;
    width:50px;
    margin:0 5px 0 5px;
}
.img3fotter:hover{
    background-color:#2a773b;
}