* {
  font-family: "Poppins", sans-serif;
}
.hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url("../../assets/img/betiga.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
}
header.nav-fixed {
  width: 100%;
  position: fixed;
  transition: 0.3s ease-in-out;
}

nav.scrolled {
  /*background: #b6b7b7;*/
  background: #ffffff;
  transition: all 0.3 ease-in-out;
}
nav.scrolled a:hover {
  color: blue;
}

.nav-link.scrolled {
  color: black;
}

.jobs {
  padding: 50px 0 150px 0;
  scroll-margin-top: 4em;
}
.about {
  padding: 50px 0 50px 0;
}
.contact {
  padding: 50px 0 50px 0;
  scroll-margin-top: 4em;
}
.greeting {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
  url("../../assets/img/headway.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 40vh;
}
.dashjobs {
  padding: 30px 0 50px 0;
}
.navbar-toggler{
  border: none;
}
.formuser input, .formuser select, .formuser textarea{
  margin-bottom: 1rem;
  border-radius: 0;
  resize: none;
}
.formuser input, .formuser textarea{
  text-transform: uppercase;
}
input[type="file"] {
  text-transform: lowercase;
}

/* Responsive Phone */
@media only screen and (max-width: 992px) {
  .navbar-collapse {
      background-color: white;
      color: black;
  }
  .navbar-nav .nav-item .nav-link{
    color: black !important;
  }
  .btnhome{
    justify-content: center;
    margin-bottom: 1rem;
  }
  .about h4{
    margin-top: 1rem;
    text-align: center;
  }
}
