@import url(https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap);


/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
}
/* 2. Remove default margin */
*:not(dialog) {
  margin: 0;
}
/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
    height:100%;
  }
}
body {
  /* 4. Add accessible line-height */
  line-height: 1.5;
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased;
  height:100%;
  position:relative;
}
section {
  overflow-x: hidden;
}
/* 6. Improve media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}
/* 7. Inherit fonts for form controls */
input, button, textarea, select {
  font: inherit;
}
/* 8. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
/* 9. Improve line wrapping */
p {
  text-wrap: pretty;
}
h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}
/*
  10. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

#wrapper {position: absolute; width: 100%; overflow-x: hidden; background: #fff; }

body {
  background: #f0f0f0;
  font-family: "Figtree", sans-serif;
}

h1 {
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 12.5vw;
  line-height: 17vw;
  letter-spacing: -0.5vw;
  text-transform: uppercase;
}

.firstName {
  position:absolute;
  top: 16vh;
  left: 4vw;
  mix-blend-mode: overlay;
}

.lastName {
  position:absolute;
  bottom: 16vh;
  right: 4vw;
}

h2 {
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 4px;
}

h3 {
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 5vh;

}

h4 {
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 1;
}


p {
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  padding-top: 10px;
  line-height: 1.7;
}

ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #aaa;
}

ol li {
  margin-top: 0.5vh;
}


nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  padding-left: 40px;
  padding-top: 2px;
  color: #ffffff;
}


nav li {
  display: inline;
  padding-left: 40px;
}

#contectButton {
  margin: 0;
  padding: 0;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  position: absolute;
  right: 4vw;
  padding-top: 2px;
  text-decoration: underline;
  color: #ffffff;
  display: flex;
   align-items:center;
 
}

#contectButton a {
  color: #ffffff;
  text-decoration: underline;
}

#contectButton img {
  height: 8px;
  padding-left: 4px;
}

#stickyBar {
  height: 10vh;
  display:flex;
  align-items:center;
}

#heroBlade {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  position: relative;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}



#photoIntro {
  height: 90vh;
  padding: 0 0 0 4vw;
  display:flex;
  align-items:center;
}

#shoeOverlay{
  position: absolute;
  width: 90%;
  top: 7vh;
  left: 5%;
  background-image: url('../images/shoe-transparent.png');
  background-size: contain;
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat;
  height: 100vh;
  text-align: center;
  overflow-x: hidden;
}



@keyframes Animation { 
    0%{background-image: linear-gradient(to bottom, rgba(0,182,248,1), rgba(125,0,250,1));}
    50%{background-image: linear-gradient(to bottom, rgba(0,182,248,1), rgba(0,250,220,1));}
    100%{background-image: linear-gradient(to bottom, rgba(0,182,248,1), rgba(125,0,250,1));}
}

.externalLink {
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 21px !important;
  width: 80%;
  margin: auto;
  text-align: center;
}

.externalLink a {
  text-decoration: none;
  color: #ffffff;
}

.externalLink a:hover {
  color: #ffffff;
}


.play {
  width: 20% !important;
}

.playButton {
  position: absolute;
  top: 50%;
  left: 48%;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.videoContainer {
  width: 46vh;
  margin: 2vw;
  position: relative;
}
.videoContainer video {
  height: 80vh;
  border-radius: 10px;
}


.squareContainer {
  width: 50%;
  margin: auto;
  margin-top: 4vw;
  position: relative;
}


.squareContainer video {
  border-radius: 8px;
}

.wideContainer {
  width: 100%;
  margin: auto;
  margin-top: 4vw;
  position: relative;
}

.wideContainer video {
  border-radius: 8px;
}

#nameIntro{
  display:none;
  align-items:center;
  justify-content: center;
}


.theFirstName {
  display: block;
  white-space: nowrap; 
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 32px;
  transform: rotate(90deg);
  margin-left: 4vw;
  width: 18px;
  margin-bottom: 5vw;
  color: #ffffff;
}


.nameLogo {
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  margin: 0;
  padding: 0 0 0 4vw;
  font-size: 20px;
  letter-spacing: -0.5px;
}

.halfHeight {
  width: 100%;
  height: 40%;
  border-radius: 5px;
  object-fit: cover;
}
.halfWidth {
  width: 46%;
  border-radius: 5px;
  object-fit: cover;
}


.hoverArrow {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .5s ease;
  opacity: 0;

}

.hoverArrow:hover {
  opacity: 1;
}

.hoverArrow img {
  width: 30%;
  height: 30%;
  margin: auto;
}


#Navigation a {
    text-decoration: none;
    color: #ffffff;
}

.darkBar {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4vw 4vw;
  background: #282833;
}
.darkBar img {
  width: 23px;
}

.darkBar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  color: #888888;
  display: flex;
}

.darkBar li {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}

#musicPlayer {
  background: #282833;
  position: relative;
  color: #fff;
  padding: 10vh;
}

.columns {
  display: flex;
  justify-content: center;
      align-items: center;

}

#albumArt img {
  width: auto;
  height: auto;
  max-height: 50vh;
}
#albumText {
  padding-right: 12vh;
}
#playerController {
  text-align: center;
  padding-top: 6vh;
}
.playerTitle {
  font-size: 9px;
  color: #aaa;
  line-height: 18px;
  margin:0;
  padding: 0;
}
.songTitle {
  font-size: 11px;
  line-height: 11px;
  margin:0;
  padding: 0;
  margin-bottom: 2vh;
  text-transform: uppercase;
}

.large-toggle-btn {
  width: 32px;
  height: 32px;
  cursor: pointer;
  margin: 12px;
}

.track-button {
  width: 12px;
  height: 12px;
  cursor: pointer;
  margin: 12px;
}

.timecode {
  font-size: 9px;
  color: #bbb;
  padding: 0 0.5vw;
}

#scrubBar {
  background: #555;
  width: 40vw;
  height: 3px;
  border-radius: 50px;
  position: relative;
}
#progressBar {
  background: #ccc;
  width: 0%;
  height: 3px;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
}

.highlight {
  color: #fff;
}

#VideoBlade {
  width: 100%;
  padding: 6vh;
}

#VideoBlade p {
  text-align: center;
}

#VinylBlade {
  background-image: url('../images/vinyl.jpg');
  background-size: cover;
  background-position-y: top;
  background-position-x: center;
  height: 100vh;
  text-align: center;
  padding: 6vh;
  position: relative;
}

#VinylBlade h2 {
  font-weight: 800;
  font-size: 4vw;
  letter-spacing: -0.1vw;
  color: #fff;
}

#VinylBlade button {
  border: none;
  font-weight: 800;
  background: #00bc35;
  font-size: 24px;
  color: #fff;
  padding: 1vw 2vw;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 1vw;
}

#AboutBlade {
  background: #fff;
}
#AboutBlade h1 {
  font-size: 8vw;
  line-height: 7vw;
  background-image: linear-gradient(to bottom, rgba(0,182,248,1), rgba(125,0,250,1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#AboutBlade p {
  font-size: 17px;
  margin-top: 2vh;
}

.biotext {
  width: 50%;
  padding: 4vw;
}

.biotext p {
  color: #777;
  margin-left: 0.5vw;
}

#playerBar {
  align-items: center;
}

@media screen and (max-aspect-ratio: 50/35) {


.wrapable {
  flex-wrap: wrap;

}

}

@media screen and (max-width: 1024px) {

  #shoeOverlay{
    width: 100%;
    left: 0;
    top:13%;
    background-position-y: top;
    background-size: cover;
  }


}

@media screen and (max-width: 640px) {
  #Navigation {
    display: none;
  }
  .nameLogo {
    padding: 0 0 0 6vw;
    font-size: 32px;
    letter-spacing: -0.5px;
  }

#contectButton {
  font-size: 16px;
  right: 6vw;
  padding-top: 2px;
}
  
  h1 {
  font-size: 18vw;
  line-height: 17vw;
}


.firstName {
  top: auto;
  left: auto;
  bottom: 12vh;
  right: 6vw;
}

.lastName {
  bottom: 4vh;
  right: 6vw;
}
#albumArt img {
  padding-top: 5vh;
}
.darkBar {
  padding: 20vw 4vw;
}
  #shoeOverlay{
    width: 180%;
    left: -35%;
    background-position-y: top;
    background-size: contain;
  }

.biotext {
  width: 100%;
}
#scrubBar {
  width: 50vw;
}
#photoIntro {
  height: 80vh;
}



}
