h1,
h2,
h3,
h4,
h5,
h5 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.15em;
}

.topbar {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  z-index: 10;
}

nav ul,
nav ul li {
  margin: 0;
}

nav ul {
  margin-top: 8px;
  list-style-type: none;
}

nav ul li {
  flex-grow: 1;
  text-align: center;
}

nav ul li a {
  display: block;
  line-height: 44px;
  text-transform: uppercase;
  font-size: 1.75rem;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.home {
  flex-grow: 0;
}

.home a {
  line-height: normal;
}

.credits h3 {
  color: rgba(0, 0, 0, 0.5);
}

.credits h3 i {
  margin-right: 16px;
}

nav .home img {
  height: 44px;
}

.top-nav {
  display: flex;
}

.feed {
  margin-top: 66px;
}

.feed article {
  padding: 16px 0 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sidebar {
  padding: 80px 0 8px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sidebar section {
  margin-bottom: 16px;
}

.sidebar h3,
.mobile-top h3,
.mobile-footer h3 {
  color: rgba(0, 0, 0, 0.4);
}

.sidebar h3 i,
.mobile-top h3 i,
.mobile-footer h3 i {
  margin-right: 16px;
}

.download-button {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background-color: #00aff0;
  color: white;
  font-size: 1em;
}

.download-button:hover {
  border: none;
  box-shadow: none;
  background-color: #4ec3ee;
  color: #fff;
}

.download-link {
  background: url("../images/album_cover.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  height: 128px;
  width: 128px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  position: relative;
  color: #fff;
}
.download-link:hover {
  color: #fff;
  text-decoration: underline;
}

.download-link .details {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 1;
}

.download-link .scrim {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.30015756302521013) 100%);
}

.featured-farmers {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-gap: 8px;
}

.square {
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  overflow: hidden;
}

.square img {
  display: block;
  width: 100%;
}

a.side-link {
  display: block;
  width: 100%;
  height: 128px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin-bottom: 16px;
  position: relative;
  color: #fff;
  text-decoration: none;
}

.side-link .thumb {
  height: 100px;
  width: 100px;
  border-radius: 50px;
  border: 2px solid #fff;
  margin: 14px;
  position: relative;
  z-index: 2;
}

.side-link .scrim {
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
  min-height: 64px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.side-link .details {
  position: absolute;
  top: 72px;
  left: 128px;
  z-index: 2;
}

.side-link.albums {
  background-image: url("../images/albums_banner.png");
}

.side-link.compo {
  background-image: url("../images/compo_banner.png");
}

.side-link.soundcloud {
  background-image: url("../images/thasauce_banner.png");
}

.mobile-footer {
  margin-top: 24px;
}

.avatar {
  height: 50px;
  width: 50px;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.1);
}

.user-details {
  margin-left: 66px;
}

.user-details a {
  color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
}

.user-details a:nth-child(1),
.details > strong {
  font-size: 1.1em;
}

.user-details a:nth-child(3),
.details > span {
  font-size: 0.9em;
}

.user-details a strong {
  color: black;
}

.user-details a:hover {
  text-decoration: underline;
}

.blurb p {
  margin-bottom: 1rem;
}

.artist-blurb {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

  overflow: hidden;
  position: relative;
}

.artist-blurb .content {
  background-color: rgba(0, 0, 0, 0.02);
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 6px;

  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.artist-blurb .content p:last-child {
  margin-bottom: 0;
}

.readmore {
  display: inline;
  border: none;
  text-transform: none;
  font-size: 0.85em;
  font-weight: 400;
  color: #00aff0;
  letter-spacing: normal;
  padding: 0;
  margin: 8px 0;
}

.readmore:hover {
  color: #00aff0;
  text-decoration: underline;
}

.readmore:active {
  color: #00aff0;
}

.player {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 0;
  margin-bottom: 8px;
  min-height: 125px;
}

div[id^="waveform-"] {
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

div[id^="waveform"].loaded {
  opacity: 1;
}

a[data-action="play"] {
  cursor: pointer;
}

.song-download {
  position: relative;
  top: 2px;
}

.waveform-wrapper {
  height: 128px;
  width: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}

.waveform-default {
  background-image: url("../images/defaultPlayerImageBlank.png");
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 128px;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  /* border: 1px solid rgba(0,0,0,0.1); */
}

.waveform-default .big-play {
  position: absolute;
  top: 25px;
  margin-left: -25px;
  font-size: 5em;
  color: rgba(255, 255, 255, 0.33);
}
.waveform-default .preloader-wrapper {
  margin-top: 31px;
}

.spinner-layer {
  display: none;
}

.waveform-default .spinner-layer {
  border-color: rgba(255, 255, 255, 1);
}

.actions {
  margin-top: 8px;
  font-size: 1.25em;
  list-style-type: none;
}

.actions li {
  margin-right: 32px;
}

.actions li a {
  color: rgba(0, 0, 0, 0.4);
}

.actions li a:hover {
  color: rgba(0, 0, 0, 0.66);
}

.song-download {
  position: relative;
  top: 0px;
}

/* Larger than mobile */
@media (min-width: 767px) {
  .mobile-top {
    display: none;
  }

  .mobile-footer {
    display: none;
  }
}

@media (max-width: 767px) {
  .sidebar {
    display: none;
  }
}
