body,
html {
  width: 100%;
  height: 100%;
  background: url(images/digital-tech.jpg) repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  scroll-behavior: smooth;
  text-wrap: pretty;
}

.highlight {
  position: relative;
  font-size: 60px;
}

.highlight::before {
  /* Highlight color */
  background-color: #ffff5b;

  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: 60%;
  left: -2px;
  bottom: 0;
  z-index: -1;
  transform: rotate(-2deg);
}

h1,
h2,
h3,
h4 {
  font-family: "Pixelify Sans", cursive;
}

.welcome-banner {
  margin-left: 0%;
}

.btn-click-to-action {
  margin-top: 16px;
  padding: 12px;
  box-shadow: rgb(41 124 217 / 30%) 0px 0px 0px 3px;
  font-family: sans-serif;
}

.hero-image {
  background-image: url(images/welcome.jpg);
  background-size: cover;
  position: relative;
  height: 550px;
}

/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 15%;
  right: 15%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgb(43, 12, 22);
}

h1 {
  font-size: 70px;
  margin: 0 !important;
  font-weight: 900;
}

span {
  font-size: 35px;
}

h2 {
  text-align: left;
  padding-top: 30px;
  font-weight: 900;
}

hr {
  width: 10px;
}

.skill-set {
  background-color: #e9cfda;
  padding-bottom: 16px;
  margin: 0;
  border: transparent dashed 6px;
  border-top: #ff999a solid 6px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.skill-set .container-row-overwrite {
  justify-content: center;
}

.skill-set .row-overwrite {
  height: 60px;
}

.about-me {
  margin: 16px 0;
  background-color: #f0f8ffcc;
}

.about-me-head img {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.card-overwrite {
  margin: 6px;
  box-shadow: 6px 6px #ff999a;
  display: flex;
  justify-content: center;
}

.card-overwrite img {
  margin: 26px auto;
  margin-bottom: 0;
}

.card-overwrite h3 {
  text-align: center;
}

.skill-set .fa-ul {
  padding-left: 0;
}

.fa-ul .fa-li {
  font-size: 22px;
  line-height: 26px;
  color: #75acf8;
  width: var(--fa-li-width, 2.5em);
}

.about-me-head {
  display: flex;
  align-content: center;
  justify-content: center;
}

.rainbow-clouds {
  background-image: url(images/colorful-ink-splash-on-transparent-background-png.png);
  opacity: 70%;
  height: 100px;
  background-repeat: repeat-x no-repeat;
  margin-top: 6px;
}

.footer-overwrite {
  background-color: #343434;
  border: none !important;
  justify-content: center;
}

.footer-overwrite a {
  color: #e9cfda;
  font-size: 13px;
  font-family: sans-serif;
}

@media (min-width: 768px) {
  .skill-set {
    margin: 0 32px;
  }

  .about-me {
    margin: 16px 32px;
  }
}