body {
  background: #0b55aa url("PBBG.png");
  background-size: cover;
	background-attachment: fixed;
  background-position:center;
	color: #9bf;
	font-size: 1em;
	font-family: "Open Sans", sans-serif;
  font-weight: 400;
  width: 1200px;
  margin: 0 auto;
  }
  
.vhs{
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  opacity: 0.6;
}
  
h1 {
  text-align: center;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 2.5em;
  color: #e33;
  margin-top: 0px;
  margin-bottom: 0px;
}
  
h2 {
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 2em;
  color: #e33;
  margin-top: 0px;
  margin-bottom: 0px;
}
  
h3 {
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 1.5em;
  color: #e33;
  margin-top: 0px;
  margin-bottom: 0px;
}
  
h6 {
  line-height: 20%;
}
  
p {
  margin-top: 10px;
  margin-bottom: 10px;
}
  
a  {
  color: #2d2;
  text-shadow: 0px 0px 0px #0804;
  transition: color 0.4s, text-shadow 0.4s;
  }
  
#bloglink  {
  font-weight: 500;
  font-size: 1.25em;
  text-align: left;
  cursor: pointer;
  text-decoration: underline;
  background: rgba(0,0,0,0);
  border: 0px;
  color: #2d2;
  text-shadow: 0px 0px 0px #0804;
  transition: color 0.4s, text-shadow 0.4s;
  }
  
a:hover, #bloglink:hover {
  color: #3f3;
  text-shadow: 0px 0px 4px #080;
  }
  
a:active, #bloglink:active {
  text-shadow: 0px 0px 0px #0804;
  color: #1c1;
  }
  
#navbar {
  margin: 0px;
  padding: 0px;
  }

.links-outer {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  }
  
.links {
  display: flex;
  justify-content:center;
  align-items:center;
  height: 60px;
  margin: 0 auto;
  width: 70%;
  box-shadow: 0px 0px 12px 4px #17f;
  background: rgb(2, 3, 8, 0.4);
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 20px;
  list-style-type:none;
  text-align: center;
  -webkit-animation: fadedown 1.5s linear forwards;
  -moz-animation: fadedown 1.5s linear forwards;
  animation: fadedown 1.5s linear forwards;
  }
  
/*For the first link in the links bar*/
.link-first {
  cursor: pointer;
  padding-left: 10px;
  padding-right: 20px;
  text-align: center;
  vertical-align: middle;
  width: 60px;
  height: auto;
  filter: drop-shadow(0px 0px 4px #05f4);
  transition: filter 0.4s;
  }

.link-first > img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
  
.link-first:hover{
  filter: drop-shadow(0px 0px 8px #07f) drop-shadow(0px 0px 16px #07f8);
}
  
.link-first:active{
  filter: drop-shadow(0px 0px 8px #07f) drop-shadow(0px 0px 16px #07f8);
}
  
.link {
  cursor: pointer;
  background-color: rgba(0,0,0,0);
  border: 0px;
  border-left: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
  filter: drop-shadow(0px 0px 4px #0f04);
  transition: filter 0.4s;
  width: 128px;
  height: 30px;
  }

.link > img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
  
  .link:hover{
  filter: drop-shadow(0px 0px 8px #0f0) drop-shadow(0px 0px 16px #0f08);
  }
  
  .link:active{
  filter: drop-shadow(0px 0px 4px #0f04);
  }
  
/*For the last link in the links bar*/
  
.link-last {
  cursor: pointer;
  background-color: rgba(0,0,0,0);
  border: 0px;
  border-left: 1px solid #ccc;
  text-align: center;
  padding-left: 20px;
  vertical-align: middle;
  filter: drop-shadow(0px 0px 4px #0f04);
  transition: filter 0.4s;
  width: 128px;
  height: 30px;
  }

.link-last > img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
  
  .link-last:hover{
  filter: drop-shadow(0px 0px 8px #0f0) drop-shadow(0px 0px 16px #0f08);
  }
  
  .link-last:active{
  filter: drop-shadow(0px 0px 4px #0f04);
  }

.main-outer {
  display: block;
  margin: 0 auto;
  padding-bottom: 40px;
  overflow: hidden;
  }

.main {
  margin: 0 auto;
  width: 90%;
  background: rgb(10, 10, 10, 0.6);
  border-radius: 20px;
  margin-top: 15px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 12px 4px #17f;
  -webkit-animation: fadeup 2s linear forwards;
  -moz-animation: fadeup 2s linear forwards;
  animation: fadeup 2s linear forwards;
  opacity: 0;
  }

.main-inner {
  padding: 25px;
  }

@keyframes fadedown {
  0% {opacity: 0; margin-top: -60px; margin-bottom: 75px;}
  25% {opacity: 0.6; margin-top: -20px; margin-bottom: 35px;}
  50% {opacity: 0.8; margin-top: -6px; margin-bottom: 21px;}
  75% {opacity: 0.95; margin-top: -2px; margin-bottom: 17px;}
  100% {opacity: 1; margin-top: 0px; margin-bottom: 15px;}
}

@keyframes fadeup {
  0% {opacity: 0; margin-top: 75px; margin-bottom: -30px; }
  20% {opacity: 0; margin-top: 75px; margin-bottom: -30px; }
  40% {opacity: 0.6; margin-top: 35px; margin-bottom: 10px; }
  60% {opacity: 0.8; margin-top: 21px; margin-bottom: 24px; }
  80% {opacity: 0.95; margin-top: 17px; margin-bottom: 28px; }
  100% {opacity: 1; margin-top: 15px; margin-bottom: 30px; }
}
  
/*Prevent image overflow*/  
.main img {
  display: block;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  }

.half {
  display: inline-block;
  margin: 1%;
  width: 30%;
  float: left;
  }
  
dl, dd, dt {
  margin: 0;
  text-align: center;
}

.footer {
  overflow: hidden;
  margin: 0 auto;
  padding: 0px 40px 0px 40px;
  height: 90px;
  text-align: center;
  font-size: 12px;
  }
  
#bandcamp-section {
  padding-top:20px;
  margin-left:0px;
  margin-right:0px;
  display: inline-block;
  }
  
#bandcamp-left {
  vertical-align: middle;
  float: left;
  width: 49.5%;
  }

#bandcamp-right {
  vertical-align: middle;
  float: right;
  width: 49.5%;
  }
  
#neo {
  vertical-align: middle;
  float: left;
  }
  
#kofi {
  margin-top: 10px;
  margin-bottom: 10px;
  float: right;
  }
  
#fs-frm {
  display: flex;
  flex-flow:column;
  width: 50%;
  height: 520px;
  margin: auto;
  margin-top: 60px;
  }

#fs-frm #fs-frm-inputs {
  border: 0px;
  }
  
#fs-frm #fs-frm-inputs label {
  float: left;
  width: 100%;
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
  }
  
#fs-frm input {
  float: left;
  width: 50%;
  margin-bottom: 0px;
  border-radius: 10px;
  padding: 4px;
  border: 0;
  }
  
#fs-frm textarea {
  float: left;
  width: 100%;
  height: 240px;
  margin: 0px;
  overflow: auto;
  resize: none;
  border-radius: 10px;
  padding: 2px;
  border: 0;
  }
  
#fs-frm > input {
  width: 15%;
  height: 24px;
  min-width: 60px;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 15px;
  border: 15px;
  background-color: #2d2;
  transition: background-color 0.4s, filter 0.4s;;
  filter: drop-shadow(0px 0px 0px #0804);
  }

#fs-frm > input:hover {
  filter: drop-shadow(0px 0px 8px #080);
  background-color: #3f3;
}

#fs-frm > input:active {
  filter: drop-shadow(0px 0px 0px #0804);
  background-color: #1c1;
}

/*Mobile compatibility*/
@media only screen and (max-width: 900px) {
  body {
    width: 100%;
  }
  
  .links{
    flex-direction: column;
    height: 250px;
    width: 40%;
  }
  
  .link-first {
    padding-left: 0px;
    padding-right: 0px;
    border-right: 0px;
  }
  
  .link {
    width: 135px;
    border: none;
    height: 50px;
  }
  
  .link #blog {
    position: relative;
  }

.link > img {
  margin-left: 0px;
  width: 100%;
  overflow: hidden;
}
  
  .link-last {
    margin-top: 0px;
    padding-left: 0px;
    width: 135px;
    border: none;
    height: 50px;
  }

.link-last > img {
  margin-left: 0px;
  width: 100%;
  overflow: hidden;
}

.audio-player  {
  width:75%;
  max-width:75%;
  margin-left:10%;
}
  
#bandcamp-left {
  width: 100%;
  }

#bandcamp-right {
  width: 100%;
  }

.half {
  display: block;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  float: left;
  }

.p-category {
  background-color: inherit;
  border: 0;
}

.footer {
  height: 120px;
  margin-top: 40px;
  margin-bottom: 0px;
  }
  
#neo {
  display: flex;
  align-items: center;
  float: none;
  margin: auto;
  padding-bottom: 20px;
  }
  
#kofi {
  float: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 0px;
  margin: auto;
  }
form {
  width: 100%;
}
}