nav {
  background: #000000 !important;
}

body {
  background: #eeeeee !important;
  color: #000000 !important;
}
.collection {
  border: none !important;
}

.slider .btn {
  margin-top: 20px;
}

.navbar-fixed .nav-wrapper .brand-logo img {
  height: 64px;
}

.slider .slides .image img {
  height: auto;
  width: 100%;
}

.autocomplete-content {
  position: absolute;
  width: 100%;
  text-align: center;
}

.section-follow .fa-4x {
  margin: 5px 10px;
}

.section-contact h5 {
  margin-bottom: 30px;
}

.inputInvalid {
  width: 100%;
  padding: 12px;
  border: 1px solid red;
  border-radius: 4px;
  resize: vertical;
  height: 50px;
  font-size: 16px; /* Increase font-size */

  background-color: white;
}

.inputStyle {
  width: 100%;
  padding: 12px;
  border: 1px solid #0ebeff;
  border-radius: 4px;
  resize: vertical;
  height: 50px;
  font-size: 16px; /* Increase font-size */

  background-color: white;
}

.messageInvalid {
  color: red;
}

.successAlert {
  background-color: #caf2b0;
  padding: 20px;
  width: 100%;
  color: rgb(4, 123, 8);
}

.warningAlert {
  background-color: #f2b0b0;
  padding: 20px;
  width: 100%;
  color: rgb(143, 32, 7);
}

.pendingAlert {
  background-color: #edddc6;
  padding: 20px;
  width: 100%;
  color: rgb(199, 125, 14);
}
@media (max-width: 500px) {
  .navbar-fixed .nav-wrapper .brand-logo img {
    height: 35px;
  }
}
