/*
   djpeach.co.nz

   Mobile version of site
   Overwrites the normal stylesheet.

*/

#about {
    height: auto;
}

#footer {
    height: 350px;
}

#scrollbutton {
    top: 80vh;
}

.profilephoto {
  min-width:100vw;
  max-width: 100vw;
}

.pagediv {
    overflow: scroll;
}

.bio {
  padding: 10px 20px 0 20px;
  font-family: 'Walkway Bold';
  max-width: 100vw;
  max-height: 200vh;
}

.profilephoto {
    max-height: 50vh;
}

.links {
  font-size: 30px;
  padding-left: 10vw;
  max-width: 100vw;
  margin-top: 20px;
  border-radius: 0 1em 1em 0;
  padding: 100px 20px 0 20px;
}

.profilesection {
   overflow: inherit; max-height: 100vh
}

.socialmediablock {
    text-align:center;
    z-index: 9;
    position: relative
}

.footercontact {
    transform: translateY(6vh);
}

.setrecordingstitle {
    font-size: 8cqw;
}

h2 {
    font-size: 23px
}