input[id="search"] {
  height: 45px !important;
  margin-top: 10px;
  border-radius: 5px;
}

.search-input{
  background-color: rgba(255,255,255,0.1);
  height: 45px !important;
  margin-top: -30px;
  border-radius: 5px;
}

nav .input-field label {
    top: -8px;
    left: 0;
}


@media (max-width: 640px) {
  nav .input-field label {
      top: -5px;
  }
}

/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
