*{
  margin: 0;
  padding: 0;
  color: #fff;
}


.top-img{
  background-image: url(../image/img01.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed ;
  
}

.top-text{
  text-align: center;
  padding: 250px 0;
}

.top-text h1{
  font-size: 7rem;
  font-family: 'Dancing Script', cursive;
}

nav h3{
  font-family: 'Dancing Script', cursive;
  color: black;
}

nav ul li{
  margin: 0 10px;
}
nav i{
  color: #888;
}

.feature-img{
  background-image: url(../image/img02.jpg);
  background-position: center;
  background-size: cover;
  background-attachment:fixed ;
}

.feature-text{
  text-align: center;
  padding: 150px 0;
}

.feature-text h3{
  font-size: 5rem;
  font-family: 'Dancing Script', cursive;
}

.feature-text p{
  margin-top: 2rem;
}

.service-area{
  background: black;
}



.service-text{
  text-align: center;
}

.service-area h2{
  font-size: 5rem;
  font-family: 'Dancing Script', cursive;
  text-align: center;
}

.service-area .container .row{
  margin-top: 2rem;
}

.service-text h3{
  font-size: 1.5rem;
}

.infomation-img{
  background-image: url(../image/img02.jpg);
  background-position: center;
  background-size: cover;
}


.feature-text h3{
  margin-bottom: 1.5rem;
}

.info{
  border: solid 3px white;
  box-sizing: border-box;
  padding: 1.5rem;
  margin: 0 2rem;
}


footer{
  background: #333;
  padding: 2rem;
}

footer ul li{
  list-style: none;
}

footer a{
  text-decoration: none;
  color: #aaa;
  font-size: 1rem;
}

footer a:hover{
  color: #eee;
}

footer .copyright{
  text-align: right;
}