/* navbar css starts */
.text-underline {
  border-bottom: 1px solid #000;
  padding-bottom: 0px;
  margin-bottom: 5px;
}
.header-cover-section {
  padding-bottom: 200px;
}
.header-text {
  max-width: 600px;
  color: #12022f;
}
body {
  overflow-x: hidden;
}

/* navbar css ends */

/* possible section css */
.max-w {
  max-width: 200px;
}
.column-right {
  padding-top: 253px;
}
.hidden {
  display: none;
}

#toast {
  position: fixed;
  top: 10px;
  right: 10px;
  background-color: #4caf50;
  color: white;
  padding: 15px;
  border-radius: 8px;
}
@media screen and (max-width: 991px) and (min-width: 767px) {
  .header-cover-section {
    padding-top: 128px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .column-right {
    padding-top: 0px;
  }
  .project-img {
    height: 400px;
  }
}
