@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/roboto-regular.ttf');
  font-weight: 200;
}

:root {
  --bs-font-sans-serif: "Roboto", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#Intro {
  background: url("../img/hero-bg-2.jpg") top center;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
}

html, body {
  overflow: auto;
  overflow-x: hidden;
}

/* body {
  padding-top: 56px;
} */

#main-wrapper {
  /* padding-left: 300px !important; */
  /* padding-top: 56px !important; */
}

#id-card {
  background: rgba(255, 255, 255, 0.4);
  padding: 30px 15px;
  margin: 0 auto;
  max-width: 1000px;
  border-radius: 50px;
}

@media (max-width: 991px) {
  #id-card {
    max-width: unset;
    width: 100%;
    height: 100%;
  }
}

  #id-card-pfp {
    display: inline-block;
  }

  #id-card-pfp img {
    border-radius: 125px;
    max-width: 250px;
    max-height: 250px;
    width: 250px;
    opacity: 1;
  }

  #id-card-info {
      display: inline-block;
      margin-left: 30px;
  }

    #id-card-info-name {
      font-size: 1.8em;
      font-weight: normal;
    }

    #id-card-info-separator {
      border: 3px solid #007BFFFF;
      max-width: 170px;
      margin-top: 5px;
      opacity: 1;
    }

    #id-card-info-desc {
      font-size: 1.3em;
      max-width: 100px;
      text-wrap: wrap;
    }

    @media (max-width: 991px) {
      .card {
        margin-bottom: 15px;
      }
    }

    @media (max-width: 850px) {
      #id-card {
        /* background: rgba(255, 0, 0, 0.8); */
        border-radius: 0;
        text-align: center;
        width: 100%;
      }

      #id-card-pfp {
        display: block;
      }

      #id-card-info-separator {
        max-width: unset;
        width: 100%;
      }

      #the-aside {
        display: none;
      }
    }

    @media (max-width: 991px) {
      #id-card {
        text-align: center !important;
      }
      #id-card-info {
        text-align: center;
        margin-left: 0;
      }
    }

.separator-primary {
  opacity: 1;
  border: 3px solid #007BFFFF;
  max-width: 150px;
}

.container-alt {
  background: #212529;
  color: #ffffff;
}

#Achievements .card {
  border-radius: 30px;
  border: none;
  /* margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 15px; */
}

#Achievements .card-feature {
  background: #007BFF;
  color: #ffffff;
  font-weight: bold;
  min-height: 100px;
  font-size: 3em;
  border-radius: 30px 30px 0 0;
}

#Achievements .card-body {
  min-height: 100px;
  border-radius: 0 0 30px 30px;
}

#the-aside {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 300px;
}

#the-aside > div {
  height: 100%;
}

.resume-pill {
  background: #007BFF;
  text-align: center;
  color: #ffffff;
  padding: 2px 15px;
  border-radius: 30px;
  font-weight: normal;
  font-size: 0.9em;
}

.resume-job-description {
  margin-bottom: 7px;
}

.resume-job-pills {
  margin-bottom: 14px;
}

  .resume-job-pills span {
    display: inline-block;
    margin-right: 10px;
  }

#Resume div.resume-entry ~ div.resume-entry {
  margin-top: -20px;
}

.resume-entry {
  border-left: 3px solid #007BFF;
  padding-left: 30px;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 20px;
}

#Resume div.resume-entry:last-of-type {
  padding-bottom: 0;
}

.resume-entry::before {
  content: "";
  position: absolute;
  text-align: center;
  color: #007BFF;
  width: 25px;
  height: 25px;
  font-weight: bold;
  padding-bottom: 1px;
  border-radius: 30px;
  left: -14px;
  top: 0px;
  background: #fff;
  border: 2px solid #007BFF;
}

.before-content-1::before {
  content: "1";
}

.before-content-2::before {
  content: "2";
}

.before-content-3::before {
  content: "3";
}

.before-content-4::before {
  content: "4";
}

.resume-entry ul li {
  margin-bottom: 15px;
}

.resume-entry ul li ul {
  margin-top: 7px;
}

footer {
  /* background: #212529; */
  color: #333333;
  text-align: center;
  margin: 0;
  padding: 5px;
}

  footer p {
    margin: 0;
    padding: 0;
    font-size: 0.8em;
  }

  @media (max-width: 991px) {
    #Achievements > div.container div.row > div {
      margin-bottom: 75px;
    }
  }

#Achievements {
  padding: 50px;
}

#Achievements p {
  margin: 0;
}

#Achievements,
#Achievements div {
  background: #212529 !important;
  color: #ffffff !important;
}

#Achievements img {
    width: 30px;
    height: 30px;
    filter: invert(1);
    background: #dedad6 !important;
}

#Contact div.form-group {
  margin-top: 15px;
  margin-bottom: 15px;
}

#Contact div.form-group a {
  color: #ffffff;
}

#Contact img {
  width: 30px;
  height: 30px;
  filter: invert(1);
  background: #dedad6 !important;
  margin-right: 15px;
}

/* Floating action button - Scroll Up */
/* *********************************************************************** */

/* @keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
} */

#FabScrollUp {
  position: fixed;
  right: 100px;
  bottom: 100px;
  width: 50px;
  height: 50px;
  background: #007BFF;
  color: #ffffff;
  padding: 7px 7px 7px 0;
  border-radius: 50px;
  text-align: center;
  animation: fadeIn 1s;
}

  #FabScrollUp.hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.3s, opacity 0.3s linear;
  }

  #FabScrollUp.visible {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s linear;
  }

  #FabScrollUp img {
    filter: invert(1);
    width: 25px;
    height: 25px;
  }

  #FabScrollUp a {
      line-height: 34px;
      padding-left: 6px;
  }

  @media (max-width: 991px) {
    #FabScrollUp {
      right: 50px;
      bottom: 50px;
    }
  }

/* *********************************************************************** */