.parallax{
	 background-image: url("../img/banner1.jpg");
    min-height: 1000px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax h1{
    margin-top: 200px;
        font-family: Gradientico;
            word-spacing: 15px;
}
.about-1{
	    background-color: #631917;
	    padding-top: 50px;
	    padding-bottom: 50px;
}
.about-1 h2{
    margin-bottom: 22px;
    font-family: Gradientico;
}
.aboutimg{
	    margin-top: 23px;
}
.about-1 img{
	    border-radius: 2px 20px;
}
.aboutimg h5{
	margin-top: 10px;
	font-family: Gradientico;
}
.parallax1{
	background-image: url("../img/granite.jpg");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax1 h1{
	    margin-top: 100px;
    font-family: Gradientico;
}
.parallax2{
	background-image: url("../img/marble.jpg");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax2 h1{
	    margin-top: 100px;
    font-family: Gradientico;
}
.parallax3{
	background-image: url("../img/sand.jpg");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax3 h1{
	    margin-top: 100px;
    font-family: Gradientico;
}
.footer-top{
	    background-color: #631917;
}
.footer-top p{
	    margin-bottom: 20px;
}
.footer-top h2{
	font-family: Gradientico;
}
.fa-1{
	    margin-left: 17px;
    font-size: 17px;
    margin-top: 10px;
    color: #dcddd7;	
}
.gallery-1 h5{
	    font-family: Gradientico;
    font-size: 14px;
    color: #d70701;
    word-spacing: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    }
.coor{
	    border: 1px solid white;
    background-color: white;
}
@media screen and (max-width: 480px) {
   .parallax{
        min-height: 500px;
   }
}