body {
  background-color: black;
  overflow-y: auto;
  overflow-x: hidden !important;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0px;
}

#carouselExampleControls {
  padding-top: 65px;
  width: 80%;
  margin: auto;
}

.job-desc {
  padding: 1vw;
  color: whitesmoke;
}

.title {
  color: rgb(190, 49, 49);
}

.job-box {
  background-color: #4d4d4d;
  border-style: solid;
  padding: 4vw;
  margin: 5vw;
}

#job-title {
  padding-top: 2vw;
  text-align: center;
  color: pink;
}

.resume-button {
  padding-top: 8px;
}

#job-location {
  display: inline-block;
  width: 46%;
  margin-right: 10px;
  color: rgb(212, 212, 212);
}

#job-duration {
  display: inline-block;
  width: 46%;
  text-align: right;
  color: rgb(212, 212, 212);
}

#about-me-desc {
  color: whitesmoke;
  padding: 4vw;
}

#me {
  width: 250px;
  height: 250px;
}

.project-names {
  background-color: #4d4d4d;
  /* background-color: #615f5f;  */
  border-style: solid;
  padding: 4vw;
  margin: 5vw;
}

.website-desc {
  color: whitesmoke;
  text-align: center;
}

#subtitle {
  text-align: center;
  color: pink;
}

.about-me,
.work,
.projects {
  margin: 20px;
}
.carousel-inner img {
  opacity: 0.5;
}

.carousel-item {
  text-align: center;
  color: white;
}
.center {
  font-size: 5vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-height: 10vh;
  font-family: "Poppins", sans-serif;
  background-color: #5d4954;
}

/* tablet screen */
@media only screen and (min-width: 600px) {
  #carouselExampleControls {
    height: 65%;
    width: 65%;
  }
  body {
    background-color: black;
  }
}

/* desktop screen */
@media only screen and (min-width: 992px) {
  nav {
    max-height: 10vh;
    overflow-y: hidden;
  }
  #about-me-desc {
    display: inline-block;
  }
  #photo {
    opacity: 0.8;
    width: 250px;
    height: 250px;
  }
  #me {
    float: left;
    width: 40%;
  }
  #about-me-text {
    float: right;
    width: 50%;
  }
}

/* mobile  */
@media only screen and (max-width: 992px) {
  #me {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  #about-me-desc {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #photo {
    width: 250px;
    height: 250px;
  }
}

.contact-me-wrapper {
  background: white;
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
  padding: 25px;
  border-radius: 5px;
  box-shadow: 4p 4px 2px rgba(254, 236, 164, 1);
}

.contact-me-wrapper h2 {
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.contact-me-wrapper .input-field {
  margin-bottom: 10px;
}

.contact-me-wrapper #button {
  border: 0;
  margin-top: 15px;
  padding: 10px;
  width: 100%;
  background: #5d4954;
  color: white;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: bold;
  border-radius: 25px;
  cursor: pointer;
}

.contact-me-wrapper .input-field input[type="text"],
.contact-me-wrapper .input-field input[type="email"],
.contact-me-wrapper textarea {
  width: 100%;
  padding: 10px;
}

.contact-me-wrapper textarea {
  height: 80px;
  resize: none;
}

.contact-me-wrapper #error-message {
  margin-bottom: 20px;
  padding: 0px;
  background: #fe8b8e;
  text-align: center;
  font-size: 14px;
  transition: all 0.5s ease;
}

ul {
  list-style-position: inside;
  list-style-type: decimal;
  margin: 0;
  padding: 30px;
}

footer {
  padding: 20px;
  margin-top: 20px;
  color: #ffffff;
  background-color: #5d4954;
  text-align: center;
}
