body {
  background: #333;
  color: #fff;
  font-family: "Jura";
}

body p {
  font-family: "Raleway";
}

#normal-text {
  font-family: "Raleway";
}

section {
  padding-top: 1rem;
}

.navbar {
  box-shadow: 0px 2px 5px #ffffff1d;
  opacity: 0.95;
  font-family: "Jura";
  border-radius: 0px 0px 15px 15px;
}

.bg-dark {
  background-color: #000000 !important;
}

.no-wrap {
  white-space: nowrap;
}

/* Original Background */
/* #home-section {
  background: url(../img/abstract.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 750px;
} */

#home-section {
  /* background: url(../img/abstract.png); */
  /* background-color: #ffffff; */
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 500px;
  height: 93vh; /* Set the height to 100% of the viewport height */
}


#home-section .dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 500px;
  height: 93vh; /* Set the height to 100% of the viewport height */
  background-color: rgba(0, 0, 0, 0.85);
}

#home-section .home-inner {
  padding-top: 125px;
}

#slider .row {
  height: 300px;
}

#professional-btn {
  border-radius: 30px;
  width: 150px;
}

#personal-btn {
  background-color: #981b27;
  border-color: #981b27;
  border-radius: 30px;
  width: 150px;
}

#personal-btn:hover {
  background-color: #821722;
}

#connect-btn {
  border-radius: 30px;
  width: 150px;
}

#personal-head-section {
  background-color: #981b27;
}

#white-link {
  color: #fff;
}

#white-link-underline {
  color: #fff;
  text-decoration: underline;
}

#white-link-underline:hover {
  color: #fff;
  text-decoration: none;
}

#professional-social a {
  color: #fff;
}

/* #professional-social a:hover {
  color: #292b2c;
} */

#personal-social a {
  color: #fff;
}

#personal-social a:hover {
  color: #292b2c;
}

#card-icons {
  color: #4285f4;
}

.modal {
  top: 10%;
}

#modal-social i {
  color: #343a40;
}

#email i:hover {
  color: #d44638;
}

#youtube i:hover {
  color: #ff0000;
}

#linkedin i:hover {
  color: #0077b5;
}

.disabled-link {
  pointer-events: none;
  opacity: 0.1;
}

#seconds {
  pointer-events: none;
  opacity: 0.5;
}

#trackmytour i:hover {
  color: #e0b609;
}

#twitter i:hover {
  /* color: #00acee; */
  color: #333333;
}

.fa.fa-twitter::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  content: "";
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>') no-repeat center;
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>') no-repeat center;
  background-position: center 3px;
}

#instagram i:hover {
  background: #d6249f;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
  #slider .row {
    height: 250px;
  }

  #slider h1 {
    font-size: 2.5rem;
  }

  #slider p {
    font-size: 1rem;
  }

  .mb-resp {
    margin-bottom: 1rem;
  }
}
