html,
body {
  position: relative;
  overflow-x: hidden;
}

.navbar {
  color: black !important;
  padding: 5px;
  padding-left: 100px;
  padding-left: 20px;
  margin-bottom: 22px;
}

.navbar-brand {
  color: whitesmoke !important;
  font-size: 10px !important;
  font-weight: bold;
}

.navbar li a {
  color: white !important;
  font-size: 18px !important;
}

.detail-items a {
  margin-top: 80px;
  color: teal;
  font-size: 22px;
}

.details {
  display: flex;
  justify-content: space-evenly;
}


.project-text {
  width: 100%;
  margin-bottom: 150px;
}


.project-text h1 {
  font-family: 'poppins';
  font-size: 30px;
  font-weight: bolder;
  margin-bottom: 10px;
  color: teal;
}

.project-text h5 {
  font-family: 'poppins';
  font-size: 22px;
}

.project-text h6 {
  font-family: 'raleway';
  font-size: 17px;
}

.project-img img {
  width: 100%;
}

.project-text a {
  font-size: 50px;
  color: teal;
}


.links {
  display: flex;
}

.links a {
  padding: 10px !important;
}

@media (max-width: 800px) {
  .row-flex {
    display: flex;
    flex-direction: column;
  }

  .navbar-brand {
    color: white !important;
    font-size: 13px !important;
    font-family: 'Raleway';
    font-weight: bolder;
    padding-left: 5px;
  }

  .project-img img {
    width: 100%;
    margin: 0 auto;
  }

  .project {
    padding: 0px 10px;
  }
  .neon {
    padding: 0px 10px;
  }

  .project-text {
    width: 100%;
    padding-top: 15px;
  }

  .project-text h1 {
    font-family: 'poppins';
    font-size: 35px;
    font-weight: bolder;
    margin-bottom: 30px;
    color: teal;
  }

  .project-text h5 {
    font-family: 'poppins';
    font-size: 20px;
  }

  .project-text h6 {
    font-family: 'raleway';
    font-size: 15px;
  }
}
