/*  */
@import "custom.css";
/* h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
} */
img {
  max-width: 100%;
}
header {
  background: #000;
  background-image: url('/assets/images/extended.jpg');
  background-size: cover;
}
header h4 {
  font-size: 1em;
}
nav > ul > li a {
  color: #efefef;
}

nav > ul > li a:hover {
  color: #ccc;
}
nav > ul > li strong {
  margin-left: 0.5rem;
}
.welcome {
  padding-top: 10%;
}
.welcome > h4 {
  font-weight: 400;
}
.signupForm {
  background-color: #fff;
  padding: 2em 1em;
  border-radius: 0.25rem;
  margin-bottom: 5rem;
}
textarea {
  resize: none;
}
.intro {
  text-align: center;
}

#features  i {
  font-size: 5rem;
}
.feature-image {
  margin-top: 20%
}
#banner {
  background-color: #151b66;
  background-image: url('/assets/images/banner.jpeg');
  background-size: cover;
  background-position: center center;
  min-height: 5rem;
}

footer#footer {
background-color: #000;
background-image: url('/assets/images/extended.jpg');
background-size: cover;
text-align: center;
padding-top: 10em;
margin-top: -5rem;
}
.roadmap {
  background-image: url('/assets/images/shape.png');
  background-size: cover;
}
@media only screen and (max-width: 600px) {

  #navigation {
      display: none;
    }

  .welcome {
    text-align: center;
    padding-bottom: 2rem;
  }

  #features {
    text-align: center;
  }
  .feature-image {
    margin-top: 2rem;
  }
}

#roadmap ul li {
  list-style-type:square;
  line-height: 2.5em;
}
#roadmap h1 {
  font-size: 3.25em;
}

html {
  scroll-behavior: smooth;
}

#pricing {
  padding-bottom: 5em;
}
#extendedFeatures {
  background-image: url('/assets/images/particle.png');
  background-size: cover;
  background-color: #000;
  padding: 10em 0;
}
#extendedFeatures p i {
  background-color: #6D52F2;
  font-size: 5em;
  text-align: center;
  width: 100%;
  padding: 1em;
}