*{
    margin: 0;
    padding: 0;
    color: #fff;
 }
 .top-img{
    background-image: url(../img/img005.jpg);
    background-size: cover;
    background-attachment: fixed;
 }
 .top-text{
    text-align: center;
    padding: 250px 0px;
 }
 
 
 .top-text h1{
    font-size: 100px;
    font-family: 'Dancing Script', cursive;
    color: #977e53cc;
 }
 .top-text p{
   color: #665537;
}

nav h3{
   font-family: 'Dancing Script', cursive;
   color: #000;
}
nav i{
   color: #888;
}



.feature-area{
   background-image: url(../img/img003.jpg);
   background-size: cover;
   background-attachment: fixed;
}
.feature-text{
   text-align: center;
   padding: 250px 0px;
}
.feature-text h2{
   font-size: 100px;
   font-family: 'Dancing Script', cursive;
   color: #fff;
   margin-bottom: 40px;
}
.feature-text h6{
  color: #fff;
}
.feature-text h3{
      text-align: left;
  color: #fff;
}

.feature-text p{

  color: #fff;
}





.service-list{
   background-color:#000;
   
   padding: 50px;
}
.service-list h2 {
   font-size: 100px;
   font-family: 'Dancing Script', cursive;
   text-align: center;
   color: #fff;
}
.service-list h6{

   color: #fff;
   text-align: center;
   margin-bottom: 40px;
}
.service-list h3{

   color: #fff;
   text-align: center;
   margin-bottom: 40px;
}
.service-list p {
   font-family: 'Dancing Script', cursive;
   text-align: left;
   color: #fff;
}

.service-description{
padding: 30px;
}



.info{
   border: solid 2px #fff ;
   margin: 20px;
   padding: 20px;
}
.info p{
   padding-top: 10px;
   text-align: left;
}

footer{
 background-color: #000;
 padding: 30px;
}

footer ul li{
   list-style: none;
}

footer ul li a{
  color: #aaa;
  font-size: 13px;
  text-decoration: none;
}
footer ul li a:hover{
   color: #fff;
}
footer p{
   text-align: right;
}