/*
   djpeach.co.nz
*/

@font-face {
  font-family: 'SpaceNeon';
  src: url('spaceneon.ttf');
}

@font-face {
  font-family: 'Walkway Bold';
  src: url('Walkway Bold.ttf');
}

/* body
--------------------------------------------- */

body {
    background: #fff /* url(../img/bkg_slash.png) */;
    color: #000;
    font: 14px Arial, Helvetica, sans-serif;
    display: block;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin: 0;
    font-family: "Lato", sans-serif;
    min-width: 100vw;
    overflow: scroll;
    overflow-x: hidden;
    height: 500px;  /*fallback for older browsers*/
    height: 100vh;
}



/* style the groups
--------------------------------------------- */

#home {
    z-index: 1;
    height: 100vh;
    background: rgb(0,0,0);
    position: relative;
}

#about {
    z-index: 3; 
    position: relative;
    scroll-margin-top: 89px;
    overflow: hidden;
    width: 100%;
}

#setrecordings {
    z-index: 2;
    position: relative;
    background-image: url(../img/supernovafooter.png);
    background-size: cover;
    background-position: bottom;
    padding-bottom: 30px;
    padding-top: 30px;
    display: block;
}

#contact {
    z-index: 3;
    position: relative;
    background: rgb(9,42,138);
    background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(50,50,50,1) 100%);
    transform: translateY(15px);
    color: #bbbbbb;
    margin-bottom: 15px;
}

#footer {
    z-index: 4;
    min-height: 190px;
    height: 23vh;
    position: relative;
    background-image: url(../img/supernovafooter.png);
}

#music {
    background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(20,20,20,1) 100%);
    min-height: 350px;
}

@media screen and (max-width: 960px) {
    #music {
        display: flex;
        flex-direction: column;
    }
}
    
@media screen and (min-width: 960px) {
    #music {
        display: flex;
        flex-direction: column;
    }
}

/* columns
--------------------------------------------- */

.neonpeach {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
    max-width: 80vw;
    top: 2vh;
}

.peach3d {
    position: absolute;
    text-align: center;
    z-index: 1;
}

.bio {
    min-height: 50vh;
    float: left;
    min-width: 50vw;
    max-width: 50vw;
    background: rgb(0,0,0);
    background: rgb(9,42,138);
    background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(50,50,50,1) 100%);
}

.biotext {
    margin: 25px 25px 35px 45px;
    font-size: 20px;
    font-family: Walkway Bold;
    color: white;
}
.profilephoto {
    min-height: 50vh;
    min-width: 50vw;
    max-width: 50vw;
    background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(50,50,50,1) 100%);
    background-image: url(https://djpeach.co.nz/img/DJI_0117.JPG);
    background-size: cover;
    background-position: center;
    display: flex;
}

.albumcoversection {
    background-size: cover;
    background-position: center;
    display: grid;
    float: left;
    padding: 50px;
    justify-items: center;
    max-width: 100vw;
}

.albumcover {
    max-height: 280px;
    max-width: 60vw;
    aspect-ratio: 1/1;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.album {
    float: right;
    width: -webkit-fill-available;
    padding-top: 20px;
    padding-bottom: 40px;
}

.albumtext {
    margin: 25px 25px 35px 25px;
    font-size: 20px;
    font-family: Walkway Bold;
    color: white;
    text-align: center;
}

.setrecordingstitle {
    font-family: 'SpaceNeon';
    font-size: 5cqw;
    color: white;
    text-align: center;
    width: 100vw;
    text-shadow: 2px 2px #00000088;
}

.setvideoscontainer {
    text-align: center;
    display: block;
}

.footercontact {
    font-size: 18px;
    font-family: Walkway Bold;
    color: white;
    text-align: center;
    transform: translateY(16vh);
}

@media screen and (max-width: 260px) {
    .footercontact {
        font-size: 10vw;
    }
}

.setvideos {
    height: 45vh;
    aspect-ratio: 16/9;
    max-height: 45vh;
    max-width: 90vw;
    display: flex;
    margin: auto;
    margin-bottom: 20px;
    border: none;
}

.peach3dlogo {
    float: left;
    height: 49px;
    margin-right: 20px;
    margin-left: 10px;
}
@media screen and (max-width: 960px) {
    .bio {
      padding: 50px 20px 50px 20px;
      font-family: Walkway Bold;
      max-width: 100vw;
      max-height: 200vh;
      float: left;
    }
    .profilephoto {
        min-width: 100vw;
        max-height: 50vh;
        position: relative;
    }
    #about {
        background-image: none;
        height: auto;
        scroll-margin-top: 0;
    }
    @media (max-aspect-ratio: 1/1) {
        .biotext {
            font-size: 2cqh;
        }
    }
    
    @media (min-aspect-ratio: 1/1) {
        .biotext {
            font-size: 2cqw;
        }
    }
    .albuminfo {
        position: relative;
        display: flex;
        bottom: 15%;
        flex-direction: column;
    }
}

@media screen and (min-width: 960px) {
    .about {
       overflow: overlay;
       max-height: 40vh;
       font-size: 140%;
    }
    .profilephoto {
        height: 100%;
        position: absolute;
        right: 0;
    }
    .albuminfo {
        display: flex;
    }
}

.imgbox {
    display: grid;
    height: 100%;
	text-align: center;
}

.center-fit {
    max-width: 100%;
    max-height: 100vh;
    margin: auto;
}

.socialmediaicon {
    margin: auto;
    display: inline-block;
    max-height: 7vh;
    max-width: 7vh;
}

.socialmediablock {
    text-align:center;
    z-index: 9;
    transform: translateY(5vh);
    position: absolute;
    min-width: 100vw;
}

/* header
--------------------------------------------- */

.header {
  overflow: hidden;
  background-color: #000;
  padding: 16px 10px;
  position: fixed;
  z-index: 12;
  min-width: 100vw;
}

.header a {
  float: left;
  color: #fff;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  font-family: Walkway Bold;
  line-height: 25px;
  border-radius: 4px;
  margin-right: 20px;
}

.header .title {
  font-size: 30px;
  font-weight: bold;
  font-family: 'SpaceNeon';
  color: orange;
  padding: 12px;
  
}

.header a:hover {
  background-color: #222;
  margin-right: 20px;
  padding: 12px;
  color: white;
}

.header a:focus {
  margin-right: 20px;
  padding: 12px;
}

.header a.logo {
    padding: 0;
    margin-right: 0;
}

.header a.logo:hover {
  background-color: transparent;
  margin-right: 0;
}

.header .active {
  background-color: white;
  color: black;
  padding: 12px;
}

.header-right {
  float: right;
}

#menubutton {
    background-color: black;
    color: white;
    border-color: black;
    position: absolute;
    font-size: 30px;
    border-style: none;
    display: none;
}

@media screen and (max-width: 737px) {
    .setvideos {
        height: auto;
        width: 90vw;
    }
    
    .header {
        position: fixed;
        max-height: 69px;
        padding: 10px 10px;
        -webkit-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
    }
    .header.open {
        max-height: 325px;
    }
    
    .header .title {
        padding: 12px 12px 12px 12px;
        margin: 0px 82px 10px 80px;
    }
    
    .header .title:hover {
        padding: 12px 12px 12px 12px;
        margin: 0px 82px 10px 80px;
    }
    
    .header .title:focus {
        padding: 12px 12px 12px 12px;
        margin: 0px 82px 10px 80px;
    }
    
    .header a {
        float: none;
        display: block;
        text-align: center;
    }
    
    .header a:hover {
      background-color: #222;
      padding: 12px;
      color: white;
    }
    
    .header-right {
        float: none;
    }
    
    .peach3dlogo {
        display: none;
    }
    
    #menubutton {
        display: block;
    }
}

/* contact form
--------------------------------------------- */

body {
    background:rgb(30,30,40);
}

form {
    max-width:420px;
    margin: auto;
    padding: 30px;
}

.feedback-input {
    color:white;
    font-family: Helvetica, Arial, sans-serif;
    font-weight:500;
    font-size: 18px;
    border-radius: 5px;
    line-height: 22px;
    background-color: transparent;
    border:2px solid orange;
    transition: all 0.3s;
    padding: 13px;
    margin-bottom: 15px;
    width:100%;
    box-sizing: border-box;
    outline:0;
}

.feedback-input:focus { border:2px solid #CC4949; }

textarea {
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

[type="submit"] {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    width: 100%;
    background:orange;
    border-radius:5px;
    border:0;
    cursor:pointer;
    color:white;
    font-size:24px;
    padding-top:10px;
    padding-bottom:10px;
    transition: all 0.3s;
    margin-top:-4px;
    font-weight:700;
}
[type="submit"]:hover { background:#CC4949; }

/* scroll button
--------------------------------------------- */

#home a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 1px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
}

#home a span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

#home a span::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0 rgba(255,255,255,.1);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb03 3s infinite;
    animation: sdb03 3s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb03 {
    0% {
      opacity: 0;
    }
    30% {
      opacity: 1;
    }
    60% {
      box-shadow: 0 0 0 60px rgba(255,255,255,.1);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
}

@keyframes sdb03 {
    0% {
      opacity: 0;
    }
    30% {
      opacity: 1;
    }
    60% {
      box-shadow: 0 0 0 60px rgba(255,255,255,.1);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
}

.demo a {
    position: absolute;
    top: 85vh;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: opacity .3s;
}

.demo a:hover {
    opacity: .5;
}

/* Album - more info popup
--------------------------------------------- */

.homemessagebox {
    position: absolute;
    top: 150px;
    left: 100px;
    text-align: center;
    background-color: #000000BB;
    padding: 20px;
    z-index: 9999;
    border-radius: 10px;
}

#moreinfobutton {
    font-family: Walkway Bold;
    border-radius: 4px;
    position: initial;
    display: block;
    background-color: #ffffff33;
    color: white;
    padding: 12px;
    margin-top: 12px;
    font-size: 18px;
    line-height: 25px;
    text-decoration: none;
    transform: translateY(5px);
}

#moreinfobutton:hover {
    background-color: #ffffff66;
    opacity: 100%;
}

@media screen and (max-width: 632px) {
    .homemessagebox {
        left: 20%;
        right: 20%;
    }
}


/* carousel
--------------------------------------------- */

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 70%;
  margin: auto;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;
}

.icon-prev {
    font-size: 120px;
}

.icon-next {
    font-size: 120px;
}

/* everything else
--------------------------------------------- */

h1 {
  background: url(../img/title.png) no-repeat;
  height: 50px;
  width: 300px;
  text-indent: -5000px;
  margin-top: 20px;
}

h2 {
  color: #eeeeee;
  font-size: 2cqw;
  font-family: Walkway Bold;
  letter-spacing: -0.06em;
  margin-bottom: 15px;
  padding-top: 5px;
  text-align: center;
  text-shadow: 2px 2px #00000088;
}


@media screen and (max-width: 960px) {
    h2 {
        font-size: 23px;
    }
}

h3 {
  color: #bbbbbb;
  font: bold 24px Arial, Helvetica, sans-serif;
  letter-spacing: -0.08em;
  text-align: center;
  margin-top: -20px;
  transform: translateY(15px);
}

h4 {
  border-bottom: 1px solid #ffffff;
  color: white;
  margin: 20px 0 10px 0;
}

h4.wide {
  width: 600px;
}

.spacer {
  margin-top: 50px;
  padding: 0;
  height: 0;
}

h5 {
  color: #000;
  font: bold 14px Arial, Helvetica, sans-serif;
}

p, ul, ol, h5 {
  line-height: 1.5;
  margin-bottom: 10px;
}

em {
  font-style: italic;
}

ol {
  list-style: decimal outside;
}

mleft110 {
  margin-left: 110px;
}

mleft10 {
  margin-left: 10px;
}

ul {
  /* list-style: url(../img/dash.png); */
  list-style: none;
  padding-left: 0px;
}

ul > li {
  margin-left: 0em;
  padding-right: 60px;
  /* background: url(../img/dash.png) no-repeat 0 0.8em; */
}

strong {
  font-weight: bold;
}

/* links */

a {
  text-decoration: none;
  color: white;
  margin: 0 -2px 0 -2px;
  padding: 2px 2px 2px 2px;
}

a:hover, a:active, a:focus {
  /* background: #eee; */
  margin: 0 -2px 0 -2px;
  padding: 2px 2px 2px 2px;
}

.imagelink a:hover, .imagelink a:active, .imagelink a:focus {
  background: none;
  margin: 0;
  padding: 0;
}

.imagelink a:hover img, .imagelink a:active img, .imagelink a:focus img {
  margin: 0 -1px -5px -5px;
  border: 5px solid #ddd;
}

h4 a {
  color: #000;
}

h4 a:hover, h4 a:active, h4 a:focus  {
  background: none;
  color: #666;
  margin: 0;
  padding: 0;
}

#header a {
  background: none;
  color: #000;
  margin: 0;
  padding: 0;
}

#header a:hover, #header a:active, #header a:focus {
  color: #666;
}

#header a:hover h1, #header a:active h1, #header a:focus h1 {
  background: url(../img/title.png) no-repeat left;
}

a.bio {
  background: none;
  padding-bottom: 15px;
}

/* structural divs */

#container {
  margin: auto;
  width: 960px;
}

#header {
  height: 80px;
  padding: 0 0 0 0;
}

#section {
  float: center;
  height: 80px;
  margin: -20px 20px -20px 0;
  width: 600px
}

#splash h2 {
  background: url(../img/splash.png);
  height: 150px;
  margin: 50px 0 30px 20px;
  padding: 0;
  width: 920px;
  /*
  height: 80px;
  padding: 220px 0 0 0;
  */ 
}

#splash a {
  background: none;
  color: #000;
  margin: 0;
  padding: 0;
}

#splash a:hover h2, #splash a:active h2, #splash a:focus h2 {
  background: url(../img/splash.png) right;
}

#splash .text {
  background: url(../img/trans.png);
  display: block;
  position: absolute;
  margin: 220px 0 0 0;
  padding: 10px 0 0 0;
  width: 300px;
  height: 50px;
}

#splash strong {
  display: block;
  font: bold 24px Arial, Helvetica, sans-serif;
  letter-spacing: -0.08em;
  margin: -5px 0 -5px 0;
}

.vcard {
  width: 120px;
  float: left;
}

/* This bit isn't aligned with the grid! Fuck! */
/* #links {
  margin-left: 200px;
} */

#links li {
  background: none;
}

/* */

.blurb {
  color: #000;
}

.contents li {
  /* list-style: none; */
  background: none;
  margin: 0px 0 0px 0;
  padding-left: 0;
}

.credits li {
  /* list-style: none; */
  background: none;
  margin-left: 0;
  padding-left: 0;
}

.contents p, p.latest {
  margin: 0 0 0 0;
}

p.latest.imagelink {
  margin-bottom: 10px;
}

.allcategories h5 a {
  color: #000;
}

.allcategories h5 {
  margin: 0;
}

.allcategories ul {
  margin-bottom: 20px;
}

/* themes */

.index h4 {
  font-weight: bold;
}

.index h1 {
  background: url(../img/title_index.png) no-repeat;
  /* height: 150px; */
  height: 60px;
  width: 300px;
  margin: 90px 0 0 6px;
  /* flush ---- margin:; 30px 0 0 6px; */
  /* 300px = 5 60px rows; 30, 90, 150, 210, 270 */
  position: absolute; /* brings to top */
}

.index #header a:hover h1, .index #header a:active h1, .index #header a:focus h1 {
  background: url(../img/title_index.png) no-repeat right;
}

.music #header a:hover h1, .music #header a:active h1, .music #header a:focus h1 {
  background: url(../img/title_index.png) no-repeat right;
}

.music h1 {
  background: url(../img/title_index.png) no-repeat;
}

/* shift the title up a pixel to compensate for typographic overshoot */
.music h1 { margin-top: 21px; }
.music #section { margin-top: -41px;  }
.music #header { margin-bottom: -1px; }


/* soundcloud player
--------------------------------------------- */

.g-background-default, .sc-background-white {
    background-color: #000000ff
}

.title__h2Text, .sc-font-light, .sc-link-dark {
    color: white;
    text-shadow: none;
}

/* soundmanager 2 audio previews */

.soundcloudplayer {
    width: 70%;
    padding-left: 15%;
}

ol.preview a.sm2_link:hover {
  background: #eee;
  border: none;
  margin: 0 -2px 0 -2px;
  padding: 2px;
}

ol.preview a.sm2_playing, ol.preview a.sm2_playing:hover {
  background: #666;
  color: #fff;
  margin: 0 -2px 0 -2px;
  padding: 2px;
}

ol.preview a.sm2_paused, ol.preview a.sm2_paused:hover {
  background: #bbb;
  color: #fff;
  margin: 0 -2px 0 -2px;
  padding: 2px;
}

.lasers {
    display: block;
    height: 100vh;
    min-height: 100%;
    width: 100vw;
    min-width: 100%;
    object-fit: cover;
    
}

/* Nav Menu CSS */

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 35px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


.tweak-fixed-header:not( .sqs-edit-mode-active ):not( .sqs-site-styles-active) .header.shrink .header-announcement-bar-wrapper {

  padding-bottom : 2vw;
  padding-top : 2vw;
  
  }