* {
  margin: 0;
  padding: 0;
  color: white;
}

.top {
  background-image: url(../img/img01.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.top-text {
  padding: 250px 0px;
  text-align: center;
} 

.top-text h1 {
  font-family: 'Dancing Script', cursive;
  font-size: 100px;  
}

nav h3 {
  font-family: 'Dancing Script', cursive;
  color: black;
}

nav i {
  color: #888;
}

.night-sky {
  background-image: url(../img/nightsky.jpg);
  background-size: cover;
  text-align: center;
  padding: 250px 0px;
  background-attachment: fixed;
}

.night-sky h2 {
  font-family: 'Dancing Script', cursive;
  font-size: 80px;  
  margin-bottom:40px;
}

.service-list {
  background: black;
  text-align: center;
  padding: 50px;
}

.service-list h2 {
  font-family: 'Dancing Script', cursive;
  font-size: 80px;  
}

.service-discription {
  padding: 30px;
}

.info-item {
  border: 2px solid white;
  padding: 20px;
  margin: 20px;
}

.info p {
  padding-top: 10px;
}

footer {
  background: #333;
  padding: 30px;
}

footer ul li {
  list-style: none;
}

footer ul li a {
  text-decoration: none;
  color: #aaa;
  font-size: 13px;
}


footer ul li a:hover {
  color: white;
}

footer p {
  text-align: right;
}