*{
  margin: 0;
  padding: 0;
  color: white;
  font-size: 20px;
}

.top-img {
  background-image: url(../img/sakura.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.top-text{
  text-align: center;
  padding: 250px 0px;
}

.top-text h1{
  font-size: 100px;
  font-family: "Kaisei Decol", serif;
  color:darkorange;
}

.top-text h2{
  font-size: 60px;
  font-family: "Dancing Script", cursive;
  color:darkorange;
}

.top-text h3{
  font-size: 30px;
  font-family: "Dancing Script", cursive;
  color:darkorange;
  font-weight:bold;
}
.top-text p{
  font-size: 25px;
  color:black;
}

nav h3{
  font-family: "Dancing Script", cursive;
  color: black;
}

nav i{
  color: #888;
}

.feature-area{
  background-image: url(../img/umi.jpg);
  background-attachment: fixed;
  background-size: cover;
  padding: 250px 0px;
  text-align: center;
}

.feature-area h2{
  font-size: 80px;
  font-family: "Dancing Script", cursive;
  margin-bottom: 40px;
}

.carousel-caption h5{
  color:black;
}
.carousel-caption p{
  color:black;
}
.service-list{
  background-color: black;
  text-align: center;
  padding: 50px;
}

.service-list h2{
  font-size: 80px;
  font-family: "Dancing Script", cursive;
}

.service-description{
  padding: 30px;
}

.info{
  border: solid 2.0px white;
  margin: 20px;
  padding: 20px;
}

.info p{
  padding-top: 10px;
}

footer{
  background-color: #333;
  padding: 30px;
}

footer ul li{
  list-style: none;
}

footer ul li a{
  color: #aaa;
  font-size: 20px;
  text-decoration: none;
}

footer ul li a:hover{
  color: white;
}

footer p{
  text-align: right;
}