body {
  margin: 0;
  font-family: "Ubuntu", sans-serif;
}
section {
  height: 500px;
  padding-bottom: 150px;
}
.clearfix {
  content: "";
  clear: both;
  display: table;
}
.top-bar {
  background-image: url("images/top-banner.png");
  background-repeat: no-repeat;
}
.half-width {
  width: 40%;
  margin-left: 2%;
  padding-left: 5%;
  float: left;
}
.Red-hightlight {
  color: rgba(255, 22, 22, 0.904);
}
.green-highlight {
  color: rgb(149 176 0 / 76%);
}
.half-width img {
  display: inline-block;
  width: 100%;
  margin-top: 2%;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 30px;
}
#h3 {
  font-size: 25px;
}

p {
  color: #696969ad;
}
.link-button {
  display: inline-block;
  text-decoration: none;
  background-image: linear-gradient(45deg, rgb(255, 75, 4), rgb(255, 140, 120));
  padding: 10px 20px;
  border-radius: 5px;
  color: white;
  font-weight: 700;
  margin-top: 2px;
}
.link-button:hover {
  transform: scale(1.1);
}
.dream-bar {
  background-image: url(./images/dream-bg.png);
  background-repeat: no-repeat;
  background-position: center right;
}
.dream p {
  max-width: 90%;
}
.experience-bar {
  background-image: url(./images/exp-bg.png);
  background-repeat: no-repeat;
  background-position: left;
}
.semt {
  margin-top: 15%;
}
.semt p {
  max-width: 90%;
}
.single-experience {
  height: 80%;
  box-shadow: 10px 10px 40px lightslategray;
  background-color: white;
  border-radius: 5px;
  margin-left: 3.5%;
}
.single-experience:hover {
  border: 7px solid;
  border-image: linear-gradient(180deg, rgb(255, 75, 4), rgb(255, 140, 120));
  border-image-slice: 1;
  transition-delay: 0.2s;
}

footer p {
  text-align: center;
  font-size: 15px;
}

/* MEDIA QUERIES  */

@media (min-width: 1200px) {
  .single-experience {
    margin-bottom: 1%;
  }
  .dream {
    margin-top: 10%;
  }
  .dream-bar {
    margin-top: 20%;
  }
}

@media (min-width: 992px) {
  .semt .Red-hightlight {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .semt h2 {
    font-size: 1.5rem;
  }
  .semt .Red-hightlight {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  h1 {
    font-size: 28px;
  }

  .semt h2 {
    font-size: 1.5rem;
  }
  .semt .Red-hightlight {
    font-size: 1rem;
  }

  .single-experience.half-width {
    float: none;
    width: 80%;
    margin: 0 auto;
    padding: 10px 0 0 20px;
    height: 380px;
    margin-bottom: 10px;
  }
}
