
#full-name {
  font-size: 17px;
  font-family: Roboto, HelveticaNeue, "Helvetica Light", Arial, sans-serif;
}

body {
  font-size: 12px;
  font-family: Roboto, HelveticaNeue, "Helvetica Light", Arial, sans-serif;
  margin: 0;
}

#landing {
  display: block;
  margin: 0 auto;
}

#masthead {
  color: #999;
  background: #202020;
  position: relative;
  max-width: 960px;
  width: 100%;
  margin: 81px auto 0 auto;
}

.left-card {
  font-family: Roboto, HelveticaNeue, "Helvetica Light", Arial, sans-serif;
  border-right: 1px solid white;
  width: 25%;
  height: 67px;
  box-sizing: content-box;
  padding: 10px;
  margin-right: 10px;
  float: left;
  display: flex;
}

.left-card #photo {
  border-radius: 28px;
  border: 2px solid #ddd;
  height: 50px;
  width: 50px;
  box-sizing: content-box;
  margin-top: 7px;
}

.left-card .right,
.left-card h1 {
  text-align: right;
  color: white;
  font-family: Roboto, HelveticaNeue, "Helvetica Light", Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  display: inline-block;
  margin: 0;
}

.title-role {
  font-size: 14px;
  padding-top: 5px;
}

.right-card {
  font-family: Roboto, HelveticaNeue, "Helvetica Light", Arial, sans-serif;
  padding: 10px 0 0 10px;
}

.right-card p {
  color: white;
  font-size: 14px;
  margin: 0;
}

.center {
  margin: 0 auto;
  width: inherit;
  max-width: 945px;
}

.right.redbutton {
  border: 0;
  margin-right: 10px;
  margin-top: 32px;
  padding: 4px 0;
  border: none;
}

.mobile-playlists-menu-bar-accommodater {
  position: absolute;
  width: 100%;
  height: 4px;
  z-index: 0;
}

#details #playlist {
  margin: 0 -14px;
}

#list .item img.thumb,
#list .item div.thumb,
#list .false-item img.thumb,
#list .false-item div.thumb {
  border: 1px solid #ddd;
}

#container #menu-screen,
#container #menu-screen + .wellcomemat-branding-container {
  color: white;
  background: #202020;
}

@media (min-width: 960px) {
  body {
    background: #fefefe;
  }

  #masthead {
    margin: 81px auto 0 auto;
  }

  #landing,
  #masthead {
    -webkit-box-shadow: 0px 0px 39px -9px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 0px 0px 39px -9px rgba(0, 0, 0, 0.56);
    box-shadow: 0px 0px 39px -9px rgba(0, 0, 0, 0.56);
  }
}


@media (max-width: 947px) {
  /* 2 columns*/
  .inline-player-container .overflow-deterrent {
    height: 332px;
    width: 590px;
  }
}

@media (min-width: 947px) {
  /* 3 columns*/
  .inline-player-container .unfold-escape {
    left: 889px;
  }
}

@media (max-width: 576px) {
  .center {
    width: inherit;
  }

  .left-card {
    float: none;
    width: 75%;
    height: 100%;
    margin: auto;
    box-sizing: border-box;
    border-right: none;
  }


  .right-card {
    display: inline-block;
    width: 100%;
    padding: 10px 12.5%;
    float: none;
    background: #202020;
  }

  .tag {
    clear: both;
    background: #202020;
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
    margin-top: -3px;
  }

  .right.redbutton {
    margin: 0 12.5%;
  }

  #landing {
    display: inline-block;
    margin: auto;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .center {
    width: inherit;
  }

  .left-card {
    width: 100%;
  }

  .right-card {
    width: 100%;
    padding: 10px;
    text-align: center;
  }

  .right.redbutton {
    margin: 0 10px;
  }
}

/* Override media queries here to keep styles consistent. */
.header #search-mobile,
#content {
  position: relative;
  background: #202020;
  font-family: Roboto, HelveticaNeue, "Helvetica Light", Arial, sans-serif;
}

#search-mobile-button {
  font-family: fontAwesome;
}

#content {
  font-family: Roboto, HelveticaNeue, "Helvetica Light", Arial, sans-serif;
  background-color: white;
  height: 100%;
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  #content {
    margin-top: 15px;
  }
}

.fa.fa-bars {
  color: #646464;
}

#mobile-playlists #content {
  top: 3px;
}

.sub-body #mobile-playlists::before {
  width: 188px;
}

#details {
  position: relative;
  top: 88px;
  padding-bottom: 100px;
}

.userDisplayBox {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex: 1;
}

.containerBannerNotCropped {
  height: 200px;
  width: 100%;
}

@media (min-width: 576px) {
  .containerBannerNotCropped {
    height: 315px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .containerBannerNotCropped {
    height: 422px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .containerBannerNotCropped {
    height: 540px;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .containerBannerNotCropped {
    height: 540px;
    width: 100%;
  }
}

.hamburgerMenuCloseButton {
  font-family: fontAwesome;
  color: #646464;
  display: flex;
  font-size: 25px;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
}
