/* Presentational style rules only
 * Not required
 */

html, body {
  height: 100%;
}

.container {
  height: 65%;
}

/* Reset */
html, body, h1, p, a, div, section {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
}

/* Basic */
body {
  font: 18px/23px "Cantarell", sans-serif;
  color: #ffffff;
}

h1 {
  color: #efecec;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  margin-top: 20px;
}

a {
  color: #ffffff;
}

p {
  margin: 0 0 15px 0;
}

strong {
  font-weight: 700;
}

blockquote {
  display: block;
  max-width: 480px;
  margin: 15px auto;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #e1e1e1;
  font-family: "Kotta One", serif;
  font-size: 22px;
  line-height: 28px;
}

blockquote cite {
  display: block;
  font: 18px/23px "Cantarell", sans-serif;
  font-size: 16px;
  margin-top: 16px;
  color: #cccccc;
  text-transform: uppercase;
}


section {
  padding-left: 8px;
  padding-right: 8px;
}

/* Layout */

footer {
  width: 100%;
  z-index: 9999;
  margin-top:40px;
}

.inner {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.music-links {
  margin: 10px auto;
}

.promo-links a span{
  position: relative;
  top: 25%;
}

.navbar a {
  display: inline-block;
  font-size: 22px;
  line-height: 24px;
  border-radius: 3px;
  padding: 2px 12px;
  text-decoration: none;
  margin-top: 5px;
}

.navbar img {
  width: 30px;
}

.linklist img {
  height: 30px;
}

.navbar img, .linklist img {
  vertical-align: text-bottom;
}

.linklist img {
  margin-top: 10px;
}

.linklist a {
  display: inline-block;
  border: 1px solid #fff;
  font-size: 22px;
  line-height: 24px;
  border-radius: 3px;
  padding: 2px 15px;
  text-decoration: none;
  margin-top: 5px;
  width: 40%;
  height: 55px;
  background-color: rgba(0, 0, 0, 0.5);
}

.linklist span.textbox {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  padding: 15px 15px;
  text-decoration: none;
  margin-top: 5px;
  width: 80%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: left;
}

.linklist a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.container {
  display: table;
  padding-top: 20px;
  width: 100%;
}

.content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* Special */
.sub-title {
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  font-weight: normal
}

.sub-release-title {
  text-transform: uppercase;
  font-weight: normal
}

h1.sub-release-title {
  font-size: 33px;
}

h2.sub-release-title {
    margin-top: 50px;
}

/* Special */
.bold-sub-title {
  font-weight: bold
}

.sub-title-top {
  margin-top: 50px;
}

.sub-title-bottom {
  margin-bottom: 15px;
  margin-top: 60px;
}

#more-content {
  display: none;
}

#profile-image {
  border-radius: 50%;
  box-shadow: 0px 0px 20px #00e7ff;
}

  /* For mobile devices */
  @media only screen and (max-width: 556) {
    .navbar {
      height: 80px;
    }
  }

  /* For mobile devices */
@media only screen and (max-width: 786px) {
  .navbar {
    height: 40px;
  }
  .navbar a {
    font-size: 14px;
  }

  .navbar img {
    width: 32px;
  }

  .linklist a {
    width: 60%;
  }
}

/* Media Queries */
@media only screen and (max-width: 319px) {

  .container {
    position: relative;
    display: block;
    float: left;
    vertical-align: baseline;
    margin: 0 auto;
    padding: 80px 0 0 0;
  }

  #more-content {
    float: left;
    margin-right: 10px;

  }

  body h1 {
    font-size: 18px;
    line-height: 23px;
  }

  .content, blockquote {
    margin: 0 auto;
    vertical-align: baseline;
  }

  blockquote {
    width: 150px;
    margin: 15px auto;
    font-size: 16px;
    line-height: 21px;
    background-color: transparent;
  }

  blockquote cite {
    font-size: 14px;
    line-height: 19px;
  }

  .sub-title {
    font-size: 14px;
    line-height: 21px;
  }

  .button, p {
    margin: 0 auto;
    font-size: 15px;
    line-height: 20px;
  }

  html, body, .container {
    height: auto;
  }

  .navbar a {
    font-size: 14px;
    padding: 2px 5px;
  }

  .navbar img {
    width: 20px;
  }
}
