body {
  margin: 0px;
  background-image: url('VOstuff/120372961_192198098960679_8576631344735875699_n (1).jpg');
  background-repeat: no-repeat;
  background-color:#200f33;
  overflow-x: hidden;
}
h1 {  
  font-family:"Staatliches", sans-serif;
  color: #09b477;
  font-size: 6rem;
}
h2 {
  font-family: "Staatliches", sans-serif;
  word-spacing: 5px;
  letter-spacing: 1px;
  color: #dadada;
  font-size: 2.1rem;
}
h3 {
  color:#a257b6;
  font-size: 1.5rem;
  letter-spacing: 3px;
  font-family: "Staatliches", sans-serif;
}
p {
  color: #dadada;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.1rem;
}
a {
  transition: opacity, 0.3s;
  cursor: pointer;
  text-decoration: none;
  color: #09b477;
  font-family: "Staatliches", sans-serif;
  font-size: larger;
}
a:hover {opacity: 0.6;}
header {text-align: center;}
nav {
  display: flex;
  color: #09b477;
  font-size: 1.3rem;
  font-family: "Staatliches", sans-serif;
  word-spacing: 15px;
  transition: opacity, 0.3s;
}
ul {
  display: flex;
  justify-content: space-between;
  width: 50%;
  margin: auto;
  padding-inline-end: 3%;
  max-width: 800px;
  text-decoration: none;
}
li {list-style-type: none;}
main {  overflow: hidden;}


.topnav {
  overflow: hidden;
  position: relative;
  display: none;
  background-color: #200f33;
  margin-top: -5%;
}
.topnav #myLinks {
  display: none;
}
.topnav a {
  color: #09b477;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1.1rem;
  display: block;
}
.topnav a.icon {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 30px;
  margin-top: 10px;
}
.topnav a:hover {
  background-color: #a257b6;
  color: #1a0e2b;
}
.active {
  background-color: #200f33;
  color: white;
  height: 60px;
}

.logo-image {
  width: 500px; 
  user-select: none;
  margin-top: -50px;
}
.mobile-logo {height: 60px; float: left;}

.landing-color {background-color: #0d0a10c0;}

.logos-james {
  width: 100%; 
  max-width: 600px; 
  min-width: 600px;

  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 2%;

  user-select: none;}

.landing {
  display: flex;
  margin: auto;
  padding-top: 90px;
  padding-bottom: 5%;
  width: 90%;
  max-width: 1300px;
}

.music-logos {
  width:200px;
  height: 200px;
} 

.default-logos {
  width:600px;
  height: 185px;
} 


.landing-left {
  width: 80%;
  max-width: 645px;
  margin-right: 5%;
  margin-top: -35px;
  text-align: justify;
}
.landing-left > h2 {margin-top: -40px;}
.landing-left > p {margin-bottom: 20px}
.email {
  border-width: 2px;
  border-style: solid;
  border-color: #09b477;
  padding: 10px;
  transition: color background-color, 0.3s;
}
.email:hover {
  color:#0d0a10c0;
  background-color: #09b477;
  opacity: 1;
}
.logo {
  width: 40%;
  max-width: 1000px;
  margin: auto;
  padding-top: 5%;
}
.icon-header {
  width: 50px;
  filter: invert(45%) sepia(99%) saturate(381%) hue-rotate(107deg) brightness(100%) contrast(98%);
  padding-inline-start: 10px;
  margin-bottom: -10px;
}
#twitter {width: 37px;}
#instagram {width: 35px;}
.socials {padding-top: 2%; user-select: none;}

.background {
  background-color: #200f33;
  padding-top: 20px;
}

.previous-work-header {
  display: flex;
  align-items: center;
}

.previous-work-header p {
  margin-left: 75px;
}

.past-work {
  width: 90%;
  max-width: 1300px;
  margin: auto;
  background-color: #200f33;
}
.work-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#mobile-work {display: none;}

.player {
  position: relative;
  width: 350px;
  background: #f1f3f4;
  margin-bottom: 15%;
}
.player .imgbx {
  position: relative;
  width: 100%;
  height: 350px;
}
.player .imgbx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.player audio {
  width: 100%;
  outline: none;
}

input:focus, textarea:focus {
  outline: none;
}

form{
  display:flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.form-container{
  margin-top: 40px;
}
#subject{
  border:none;
  height:200px;
  resize: none;
}

#email-address,
#lname,#fname,#subject{
  background-color: #dadada;
  padding:15px 10px;
  width:90%;
  color:#201e48;
  border: none;
}
#send-button{
  cursor: pointer;
  padding:15px 10px;
  width:90%;
  background-color: #09b477;
  transition: color, 0.3s;
  border: none;
}
.contact-content {
  width: 90%;
  margin: auto;
  max-width: 1300px;
  text-align: justify;
}
#send-button:hover{
  color: #201e48;
  background-color:#a257b6;
}
#send-button:active{
  background-color: #A681D5;
}
#email-mobile {display: none;}
.mobile-socials {display: none;}
.contact-link {font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size: 1.1rem;}

footer {
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
  width: 40%;
  margin:auto;
}
.footer-text {
  font-size: 0.875rem;
  color: #09b4789f;
  text-align: center;
  width: 100%;
}
.footer-link {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 0.875rem;
  color: #09b4789f
}
#spotify {width: 35px;}








progress {
  appearance: none;
  background: linear-gradient(to right, black 0%, white 0%, white 100%, black 100%) repeat;
  background-size: 200% 100%;
  border: none;
  border-radius: 1rem;
  color: #a257b6;
  height: 3px;
  width: 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  position: relative;
}
progress::-ms-fill {
  animation-name: none;
}
progress[value], progress::-webkit-progress-bar, progress[value]::-webkit-progress-value {
  background: none;
  border: none;
  border-radius: 0px;
}
progress[value]::-webkit-progress-bar {
  background-color: #dadada;
}
progress[value]::-webkit-progress-value {
  background-color: #a257b6;
  transition: 0.3s background-color;
}
progress[value]::-webkit-progress-value:hover {
  background-color:#09b477;
} 
progress:not([value]) {
  animation: animate-progress 2s ease infinite;
}
@-moz-document url-prefix() {
  progress::-moz-progress-bar {
    background-color: transparent;
  }
  progress[value], progress[value]::-moz-progress-bar {
    border: none;
    border-radius: 1rem;
    height: 0.5rem;
  }
  progress[value] {
    background-color: transparent;
  }
  progress[value]::-moz-progress-bar {
    background-color: black;
  }
}
audio {
  width: 100%;
}
.audio {
  align-items: center;
  display: flex;
  user-select: none;
  max-width: 645px;
  width: 100%;
  padding-bottom: 5%;
}
.audio button {
  outline: none;
}
.audio__src, .audio__icon {
  display: none;
}
.audio__bar {
  box-sizing: content-box;
  flex-grow: 1;
  margin: 0 0.25rem;
}
.audio__time {
  display: none;
}
.audio__vol-pop {
  display: none;
  height: 1.875rem;
  width: 6rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 1.5rem;
  top: 0.5rem;
  transform: rotate(-90deg) translateX(-1rem);
  transform-origin: 1.5rem -1.625rem;
  transition: all 0.25s ease;
}
.audio__vol-pop::before {
  background-color: #000000;
  border-radius: 4px;
  content: '';
  height: 100%;
  width: calc(100% - 1rem);
  right: 0;
  top: 0;
  position: absolute;
}
.audio__vol {
  background-color: white;
  border-radius: 4px;
  box-sizing: content-box;
  cursor: grab;
  display: block;
  height: 0.5rem;
  width: 4rem;
  margin: 0.6875rem 0.5rem 0.6875rem 1.5rem;
}
.audio__vol:active {
  cursor: grabbing;
}
.audio__vol-pop:hover, .audio__vol-pop:active, .audio__icon--vol:hover + .audio__vol-pop {
  opacity: 1;
  pointer-events: all;
  transform: rotate(-90deg) translateX(0);
}
.audio__icon--loop, .audio__icon--vol {
  display: none!important;
}
[controls] ~ .audio__bar {
  cursor: pointer;
}
[controls] ~ .audio__bar:active {
  cursor: pointer;
}
[controls] ~ .audio__icon {
  background-color: transparent;
  background-position: center;
  background-size: auto 1rem;
  border: none;
  border-radius: none;
  box-shadow: none;
  cursor: pointer;
  display: block;
  flex-shrink: 0;
  height: 20px;
  width: 12px;
  margin: 0;
  padding: 0;
  margin-right: 10px;
}
[controls] ~ .audio__icon--play {
    -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='642 1417.544 12.853 16.456'%3E%3Cpath d='M642,1434v-16.456l12.853,8.09Z'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 50% 50%;
  mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='642 1417.544 12.853 16.456'%3E%3Cpath d='M642,1434v-16.456l12.853,8.09Z'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-position: 50% 50%;
  background-color: #a257b6;
  background-repeat: no-repeat;
  box-sizing: border-box;
  position: relative;
  transition: 0.3s background-color;
}
[controls] ~ .audio__icon--play:hover {
  background-color: #09b477;
}
[controls] ~ .audio__icon--pause {
  -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='642 1586 12 16'%3E%3Cg transform='translate(0 717)'%3E%3Crect width='4' height='16' rx='0' transform='translate(642 869)'/%3E%3Crect width='4' height='16' rx='0' transform='translate(650 869)'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='642 1586 12 16'%3E%3Cg transform='translate(0 717)'%3E%3Crect width='4' height='16' rx='0' transform='translate(642 869)'/%3E%3Crect width='4' height='16' rx='0' transform='translate(650 869)'/%3E%3C/g%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  background-color: #09b477;
  background-repeat: no-repeat;
  box-sizing: border-box;
  position: relative;
  transition: 0.3s background-color;
}
[controls] ~ .audio__icon--pause:hover {
  background-color: #dadada;
}
[controls] ~ .audio__icon--vol-mute {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='1059 1418 19.077 16'%3E%3Cg transform='translate(1059 1418)' fill='black'%3E%3Cpath d='M.615,5.538A.581.581,0,0,0,0,6.154V9.846a.581.581,0,0,0,.615.615H4.308L9.846,16V0L4.308,5.538Z'/%3E%3Cpath d='M24.938,11.077l2.031-2.031a.609.609,0,0,0-.862-.862l-2.031,2.031L22.046,8.185a.609.609,0,0,0-.862.862l2.031,2.031-2.031,2.031a.6.6,0,0,0,0,.862.665.665,0,0,0,.431.185.559.559,0,0,0,.431-.185l2.031-2.031,2.031,2.031a.665.665,0,0,0,.431.185.559.559,0,0,0,.431-.185.6.6,0,0,0,0-.862Z' transform='translate(-8.077 -3.077)'/%3E%3C/g%3E%3C/svg%3E");
}
[controls] ~ .audio__icon--download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='1093 1417 16.545 18'%3E%3Cg transform='translate(1093 1417)' fill='none' stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2'%3E%3Cpath d='M7,14l2.909,3.273L12.818,14' transform='translate(-1.636 -3.545)'/%3E%3Cline y2='12.364' transform='translate(8.273 1)'/%3E%3Cline x2='14.545' transform='translate(1 17)'/%3E%3C/g%3E%3C/svg%3E");
}
[controls] ~ .audio__vol-pop {
  display: block;
}

@media(max-width:1270px)
{
  .topnav {display: block;}
  nav {display: none;}
  .logo-image {display: none;}
  .landing {padding-top: 5%;}
  footer {width: 100%;}

  .player {width: 300px;}
  .player .imgbx {height: 300px;}
}

@media(max-width:1055px)
{
  .player {width: 250px;}
  .player .imgbx {height: 250px;}
}

@media(max-width:920px)
{
  .logos-james {display: none;}
  .landing-left {width: 100%; max-width: 1300px;}
  .landing {padding-bottom: 8%;}

  .player {width: 200px;}
  .player .imgbx {height: 200px;}
}

@media(max-width: 780px)
{
  .player {width: 350px;}
  .player .imgbx {height: 350px;}
  h2 {text-align: left;}
  
  #desktop-work {display: block; width: 80%; margin: auto;}

  .audio-holder {
    display: flex;
    justify-content: center;
  }
  
  .hidden-past {
    display: none;
  }

  .previous-work-header {
    flex-wrap: wrap;
  }
  .previous-work-header p {
    margin-left: 0;
    margin-bottom: 45px;
  }

  .previous-work-header h2 {
    margin-bottom: 0;
  }

}

@media(max-width:560px)
{
  h1 {font-size: 5rem;}
  .socials {display: none;}
  .mobile-socials {margin-top: 6%; display: flex; justify-content: space-between; margin-bottom: 10%;}
  footer {display: block;}
  .landing {padding-top: 10%;}
}

@media(max-width:450px)
{
  .player {width: 300px;}
  .player .imgbx {height: 300px;}
  h1 {font-size: 4.5rem;}
}
@media(max-width:400px)
{
  .player {width: 270px;}
  .player .imgbx {height: 270px;}
  h1 {font-size: 4rem;}
}
@media(max-width:365px)
{
  .player {width: 240px;}
  .player .imgbx {height: 240px;}
}
@media(max-width:325px)
{
  .player {width: 220px;}
  .player .imgbx {height: 220px;}
  h1 {font-size: 3.5rem; padding-bottom: 4%;}
}
@media(max-width:305px)
{
  .player {width: 200px;}
  .player .imgbx {height: 200px;}
}
@media(max-width:280px)
{
  .player {width: 175px;}
  .player .imgbx {height: 175px;}
}
