* {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family:  'Climate Crisis', cursive;
}

/* HEADER */

.top-img {
  background-image: url(../img/bgrocket.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 80vh;
}

.top-txt {
  text-align: center;
  padding: 250px 0;
  text-shadow: 0 0 2px #333, 0 0 6px #333;
} 

.top-txt h1 {
  font-size: 2.75rem;

}

nav h3 {
  font-family:  'Climate Crisis', cursive;
  color: black;
}

nav i {
  color: lightblue;
}

@media screen and (min-width: 600px) {
  .top-txt {
    text-align: center;
    padding: 100px 0;
    text-shadow: 0 0 2px #333, 0 0 6px #333;
  } 
  .top-txt h1 {
    font-size: 6.5rem;
}
  .top-img {
    background-image: url(../img/bgrocket.jpg);
    background-size: cover;
    background-attachment: fixed;
    width: auto;    
    height: 62.5vh;
}
}

@media screen and (min-width: 1025px) {
  .top-txt {
    text-align: center;
    padding: 100px 0;
    text-shadow: 0 0 2px #333, 0 0 6px #333;
  } 
  .top-txt h1 {
    font-size: 6.5rem;
}
  .top-img {
    background-image: url(../img/bgrocket.jpg);
    background-size: cover;
    background-attachment: fixed;
    width: auto;

}
}

/* FEATURE */

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

.feature-area h2 {
  font-size: 2.75rem;
  margin-bottom: 40px;
  text-shadow: 5px 5px 5px #777;
}

.carousel-item img {
  width: 100%;
  height: 50vw;
  object-fit: cover;
}


.space {
  border: solid 5px #fff;
}

@media screen and (min-width: 600px) {
  .feature-area h2 {
    font-size: 4.5rem;
    margin-bottom: 40px;
    text-shadow: 5px 5px 5px #777;
  }
}

/* SERVISE */

.servise-list  {
  background-color: #000;
  text-align: center;
  padding: 50px;
}

.servise-list h2 {
  font-size: 2.75rem;
}

.servise-description {
  padding: 30px;
}

@media screen and (min-width: 600px) {
  .servise-list h2 {
    font-size: 4.5rem;
  }
}

/* INFOMATION */

.info-area {
  background-image: url(../img/bgrocket.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; 
  padding: 100px 0;
  text-align: center;
  height: 100%;
  width: auto;
  text-shadow: 0 0 2px #333, 0 0 6px #333;
}

.info-area h2 {
  text-shadow: 0 0 2px #333, 0 0 6px #333;
  font-size: 2.35rem;
}

.info {
  border: 2px solid #fff;
  margin: 20px;
  padding: 20px;
  text-shadow: 0 0 2px #333, 0 0 6px #333;
}

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

@media screen and (min-width: 600px) {
  .info-area {
    background-image: url(../img/bgrocket.jpg);
    background-attachment: fixed;
    padding: 65px 0;
    height: 100%;
    text-align: center;
    background-size: cover;
    background-position: center;
  }
  .info-area h2 {
    text-shadow: 0 0 2px #333, 0 0 6px #333;
    font-size: 2.75rem;
  }
}

@media screen and (min-width: 1025px) {
  .info-area {
    background-image: url(../img/bgrocket.jpg);
    background-attachment: fixed;
    padding: 65px 0;
    height: 100%;
    text-align: center;
    background-size: cover;
    background-position: center;
  }
  .info-area h2 {
    text-shadow: 0 0 2px #333, 0 0 6px #333;
    font-size: 2.75rem;
  }
}

/* FOOTER */

footer {
  background-color: #333;
  padding: 30px 0;
  /* text-align: center; */
}

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: center;
  margin: 30px 0 0;
}


@media screen and (min-width: 600px) {
  footer {
    background-color: #333;
    padding: 30px;
    /* text-align: center; */
  }
}