@font-face {
  font-family: 'BrandonText Light';
  src: url('./../fonts/HVD\ Fonts\ -\ BrandonText-Light.otf');
}

@font-face {
  font-family: 'BrandonText Regular';
  src: url('./../fonts/HVD\ Fonts\ -\ BrandonText-Regular.otf');
}

html, body {
  margin: 0;
  height: 100%;
}
body {
  font-family: 'BrandonText Regular';
}

strong {
  font-family: 'BrandonText Regular';
  font-weight: normal;
}
a {
  color: #212529;
  transition: color .2s;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: #B1B1AF;
}
.about-me-padding {
  padding-right:12px;
}
.footer-helper {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* border: 5px solid purple; */
}
.footer-helper p {
    margin-bottom: 5px;
}
.char {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(217deg, #000 0%, #B1B1B1 100%);
    -webkit-background-clip: text;
}
.whitespace {
    padding: 0 5px;
}
.chevron svg {
    width: 20px;
    height: 20px;
}

.preloader {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: #fff;
  z-index: 100;
  top: 0;
  left: 0;
}

.body-container {
    width: 100%;
    height: 100%;
    scroll-snap-type: y mandatory;
    /* display: flex; */
    /* flex-wrap: nowrap; */
}

.panel {
  width: 100%;
  min-height: 100vh;
  scroll-snap-align: start;
  /* outline: 1px solid red; */
  /* display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 1.5em;
  text-align: center;
  color: white;
  position: relative;
  box-sizing: border-box;
  padding: 10px; */
}

.intro-panel {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gray-panel {
  background: #f1f1f2;
} 
  /* HEADINGS */
  .header-section {
    padding: 0 15px;
    text-align: center;
    margin: 40vh auto 50vh;
  }
  
  /* SCROLL DOWN */ 
  .scroll-down {
    position: absolute; 
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    color: black;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    overflow: visible;
  }
  .scroll-down .arrow {
    position: relative;
    top: -4px;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj4KPHBhdGggZmlsbD0iYmxhY2siIGQ9Ik00ODMuMiwxOTIuMmMtMjAuNS0yMC41LTUzLjUtMjAuOC03My43LTAuNkwyNTcsMzQ0LjFMMTA0LjUsMTkxLjZjLTIwLjItMjAuMi01My4yLTE5LjktNzMuNywwLjYKCWMtMjAuNSwyMC41LTIwLjgsNTMuNS0wLjYsNzMuN2wxOTAsMTkwYzEwLjEsMTAuMSwyMy40LDE1LjEsMzYuOCwxNWMxMy4zLDAuMSwyNi43LTQuOSwzNi44LTE1bDE5MC0xOTAKCUM1MDMuOSwyNDUuNyw1MDMuNywyMTIuNyw0ODMuMiwxOTIuMnoiLz4KPC9zdmc+);
    background-size: contain;
  }

  .navigation-panel ul {
    list-style-type: none;
    font-size: 43px;
  }

  .about .about-img {
    background: #f1f1f2;
    font-size: 43px;
  }

  .about .about-info span {
    font-size: 13pt;
    color: #29438a;
  }

  .about .about-info a {
    color: #212529;
    /* text-decoration: underline; */
  }

  .about .about-info a:hover {
    color: #B1B1AF;
    /* text-decoration: underline; */
  }

  .about .about-info p {
    font-size: 11pt;
    line-height: 1.4em;
  }

  .about .about-info a {
    font-size: 9pt;
  }

  .about .about-info .signature {
    font-size: 19px;
    color: black;
  }

  .font-brandon-light {
    font-family: BrandonText Light;
  }

  @media (max-width: 767px) {

    /* .about .about-img {
      height: 50vh;
    } */

    .about .about-img .title {
      font-size: 25pt;
    }

    .about .about-info {
      padding-top: 10px;
    }

    .about .about-info span {
      font-size: 24px;
    }

    .about .about-info .skills {
      display: flex;
      justify-content: space-between;
    }

    .about .about-info .contact {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .about .about-info p {
      font-size: 13pt;
    }

    /* .about .about-info img {
      width: 35%;
    } */

    .navigation-panel ul li {
      font-size: 25pt;
    }

    .navigation-panel h1 {
      font-size: 25pt;
    }
  }

  .js-btt {
    position: fixed;
    bottom: 20px;
    right: 20px;
  }

/* html {
  --primary-hue: 257;
  --primary-saturation: 100%;
  --primary-lightness: 77%;
  --theme-lightness: 100%;
  font-size: 16px;
} */

.btt {
  border-radius: 2pt;
  cursor: pointer;
  background: none;
  background-color: rgba(255,255,255,0.7);
  border: 0.063rem solid hsl(0, 0%, var(--theme-lightness));
  bottom: -1.938rem;
  color: hsl(0, 0%, var(--theme-lightness));
  cursor: default;
  font-family: 'Arial', sans-serif;
  font-size: 1rem;
  height: 1.875rem;
  line-height: 1.25rem;
  outline: none;
  padding: 0.313rem;
  position: fixed;
  right: 0.625rem;
  text-align: center;
  transition: all 0.1s linear;
  -webkit-appearance: none !important;
  width: 1.875rem;
  outline: 0;
}
.btt.is--shown {
  bottom: 0.625rem;
}

.btt:hover {
  background-color: hsla(var(--primary-hue), var(--primary-saturation), calc(var(--primary-lightness) * 1.04), 0.85);
}

.btt:active {
  background-color: hsla(var(--primary-hue), var(--primary-saturation), calc(var(--primary-lightness) * 0.96), 0.75);
}

.skills-container .item {
  margin: 5px 8px 5px 0;
  width: 30px;
  vertical-align: top;
}

.rounded-pill {
  border-radius: 50px !important;
}

.pill-arrow {
  width: 1rem;
  height: 1rem;
}

.bg-magenta {
  background-color: #eb5684;
}

.btn.rounded-pill:hover {
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.1);
}