* {
  color: white !important;
}

.pageM {
  background-color: #121212 !important;
}

.bg-overlay {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../Images/HandsOnLaptop.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100vh;
}
.bg-overlay .title-width {
  position: relative;
  left: 10vh;
}

.overlay-div {
  background-color: #000;
  opacity: 0.7;
}

.cardgray {
  background-color: #363636 !important;
}

.experience {
  background-color: rgba(255, 255, 255, 0.1);
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: all 0.4s ease;
}

.reveal.active {
  transform: translateY(0px);
  opacity: 1;
}

.p-divider {
  margin: 10rem 0;
}

.c-divider {
  margin: 5rem 0;
}

.form-group {
  margin-bottom: 2rem;
}

.form-control {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  padding: 0;
  border-radius: 0;
}

.button-color {
  background-color: rgb(255, 145, 0);
}

.hor-line {
  width: 60%;
  margin: auto;
}/*# sourceMappingURL=style.css.map */