:root {
  --dark-blue: #393943;
  --med-blue: #6D6A75;
  --light-blue: #4d7a9b;
  --blue: #61a6bc;
  --green: #3a5e52;
  --yellow: #d4a054;
  --orange: #88362a;
  --text-light: #fff;
  --music-player-bg: #fff;
  --text-dark: #2e2e2c;
  --display-font-1: "DM Serif Display", serif;
  --display-font: "Archivo Black", sans-serif;
}

h1 {
  font-family: var(--display-font);
}

h2 {
  font-family: "Varta", sans-serif;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  font-family: "Varta", sans-serif;
  font-weight: 800;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 38%);
  gap: 30px;
  align-items: stretch;
  padding-top: 34px;
}

@media (max-width: 700px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
}
.lede {
  max-width: 58ch;
  margin: 26px 0 0;
  color: #35312c;
  font-size: .9rem;
  padding-left: 30px;
  border-left: 1px solid black;
  text-wrap: balance;
}

@media (max-width: 1200px) {
  .hero-header {
    font-size: 5rem !important;
  }
}

a.fa {
    color: var(--text-dark);
    text-decoration: none;
}

a.fab {
    color: var(--text-dark);
    text-decoration: none;
}

.links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  border-bottom: 1px solid var(--text-dark);
  padding: 8px 0;
  color: var(--text-dark);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.shell {
  position: relative;
  opacity: 1 !important;
  z-index: 1;
  width: min(1240px, calc(100% - 72px));
  margin: 0 auto;
  padding: 42px 0 88px;
}

.hero-header {
  max-width: 9ch;
  margin: 0;
  font-family: var(--display-font);
  font-size: 8.6rem !important;
  line-height: 0.85;
  letter-spacing: 0;
  padding-right: 15px;
}

#container {
    position: relative; 
}
@media (max-width: 1200px) {
  .hero-header {
    font-size: 6rem !important;
  }
}
@media (max-width: 800px) {
  .hero-header {
    font-size: 4rem !important;
  }
}
.portfolio-art {
  position: relative;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--text-dark);
  border-radius: 8px;
  background: #dacbb8;
  box-shadow: 0 18px 45px rgba(39, 31, 21, 0.12);
}

.portfolio-art::after {
  position: absolute;
  inset: auto 12px 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 250, 240, 0.75);
  color: #fffaf0;
  content: "Zachary Sloan Headshot";
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.portfolio-art img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  filter: contrast(1.05) saturate(0.9);
}

@media (max-width: 1100px) {
  .portfolio-art {
    min-height: 220px;
  }
}

.masthead {
  padding-bottom: 15px !important;
  padding-top: 0px !important;
}

[id$="-progress"] {
  width: 90%;
  height: 6px;
  background-color: #c5c5bf;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  margin: 12px auto 0;
}

[id$="-bar"] {
  width: 0%;
  height: 100%;
  background-color: #82a2b9;
  border-radius: 8px;
}
.logo {
  fill: red;
}

.btn-action{
  cursor: pointer;
  padding-top: 10px;
  width: 30px;
}

.btn-ctn, .infos-ctn{
  display: flex;
  align-items: center;
  justify-content: center;
}
.infos-ctn{
padding-top: 20px;
}

.btn-ctn > div {
 padding: 5px;
 margin-top: 18px;
 margin-bottom: 18px;
}

.infos-ctn > div {
 margin-bottom: 8px;
 color: var(--text-dark);
}

.first-btn{
  margin-left: 3px;
}

.duration{
  margin-left: 10px;
}

.title{
  margin-left: 10px;
  width: 210px;
  text-align: center;
}

.player-ctn{
  border-radius: 8px;
  width: 420px;
  background-color: var(--music-player-bg);
  box-shadow: 0 18px 45px rgba(39, 31, 21, 0.12);
  border: 1px solid #c5c5bf;
}

.playlist-track-ctn{
  display: flex;
  background-color: var(--music-player-bg);
  margin-top: 3px;
  border-radius: 5px;
  cursor: pointer;
}
.playlist-track-ctn:last-child{
  /*border: 1px solid #ffc266; */
}

.playlist-track-ctn > div{
  margin:10px;
}
.playlist-info-track{
  width: 80%;
}
.playlist-info-track,.playlist-duration{
  padding-top: 7px;
  padding-bottom: 7px;
  color: var(--text-dark);
  font-size: 14px;
  pointer-events: none;
}
.playlist-ctn{
   padding-bottom: 20px;
}
.active-track{
  background: var(--music-player-bg);
  color: var(--text-dark) !important;
  font-weight: bold;
  
}

.active-track > .playlist-info-track,.active-track >.playlist-duration,.active-track > .playlist-btn-play{
  color: var(--text-dark) !important;
}

@media (min-width: 770px) {
  .h-md-100 {
    height: 100% !important;
  }
}

.playlist-btn-play{
  pointer-events: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.fas{
  color: #434341;
  font-size: 20px;
}

.box {
  transform: translateX(400%);
  transition: transform 0.9s ease;
}

.box:nth-of-type(even) {
  transform: translateX(-400%);
}

.box.show {
  transform: translateX(0);
}

.modal-stage {
  position: relative;
  overflow: hidden;
  min-height: auto;
}

.js-modal-trigger:before {
  position: absolute;
  border: 2px solid #fff;
  transition: all 0.3s linear;
}

.js-modal-trigger:hover:before {
  opacity: 1;
}

.js-modal-trigger:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s linear;
}

.js-modal-trigger:hover:after {
  opacity: 1;
}

.modal-panel {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  padding: 100px 40px 40px;
  background-color: #fafafa;
  z-index: 103;
  
  transform: translateY(-100%) translateZ(0);
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity, visibility;
  backface-visibility: hidden;
  
  transition: 
    transform 0.4s cubic-bezier(0.32, 0.72, 0, 1),
    opacity 0.3s ease,
    visibility 0s linear 0.4s; 
  
  overflow: auto;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch; 
}

.modal-panel.is-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%) translateZ(0);
  
  transition: 
    transform 0.4s cubic-bezier(0.32, 0.72, 0, 1),
    opacity 0.3s ease,
    visibility 0s linear 0s;
}

.modal-panel > * {
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.2s ease;
}

.modal-panel.is-open > * {
  opacity: 1;
  transition: opacity 0.3s ease 0.15s;
}

.js-modal-close {
  position: absolute;
  right: 20px;
  top: -60px;
  width: 24px;
  height: 24px;
  opacity: 0;
  z-index: 1004;
  text-decoration: none;
  color: #333;
  font-size: 24px;
  line-height: 1;
  will-change: transform, opacity;
  transition: transform 0.3s ease, opacity 0.2s ease;
}

.is-open .js-modal-close {
  top: 20px;
  opacity: 1;
}
.modal-panel .description {
  width: 100%;
  display: block;
}

.modal-panel img {
  width: 100%;
  height: auto;
}

.modal-panel .description {
  width: 100%;
}

.modal-panel .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  width: 100%;
}

.modal-panel [class^="col"] {
  box-sizing: border-box;
}


.js-modal-close {
  position: absolute;
  right: 20px;
  top: -60px;
  width: 24px;
  height: 24px;
  opacity: 1;
  z-index: 1004;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
  color: #333;
  font-size: 24px;
  line-height: 1;
}

.js-modal-close:before {
  content: '\2715'; /* × */
}

.is-open .js-modal-close {
  top: 20px;
  transition: all 0.3s ease-in-out;
}

.portfolio-item {
  display: block;
  width: 100%;
  min-height: 0;
  position: relative;
  overflow: hidden;
  max-width: none;
  margin: 0;
}

.portfolio-item img {
  width: 100%;
  height: auto;
  display: block;
  border: none;
  outline: none;
}

.js-modal-trigger {
  text-decoration: none;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}

.footer {
  text-align: center;
}

.footer .container {
  display: flex !important;
  flex-direction: column;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
}

.footer .list-inline {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 1rem;
  padding-left: 0;
  margin: 0;
}

.footer .list-inline-item {
  margin: 0;
}

.footer .list-inline-item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  line-height: 1;
}

.no-img-fallback {
  width: auto;
  height: auto;
}

.no-img-fallback path {
  fill: #b9b9b9; 
}
