@charset "UTF-8";
/*! ***** ----------------------------------------------- *****

    _________    __  _________   __  ______  __  _______ ______
   / ____/   |  /  |/  / ____/  / / / / __ \/ / / / ___// ____/
  / /_  / /| | / /|_/ / __/    / /_/ / / / / / / /\__ \/ __/
 / __/ / ___ |/ /  / / /___   / __  / /_/ / /_/ /___/ / /___
/_/   /_/  |_/_/  /_/_____/  /_/ /_/\____/\____//____/_____/

Built by Fame House
-
http://famehouse.net
https://www.facebook.com/famehouse
@FameHouse
-
Project: Ice Cube

/*! ***** ----------------------------------------------- ***** */
/*!
*/
.landing-page {
  background-image: url(../images/landing-header-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.landing-page:after {
    background-image: url(../images/landing-footer-bg.jpg);
    height: 50%;
    width: 100%;
    position: absolute;
    z-index: 1;
    content: "";
    bottom: 0;
    display: block;
}
@media (max-width: 769px) {
  .landing-page:after {
    height: 60%;
  }
}
.landing-page .row {
  width: 100%;
  float: left;
}
.landing-page .landing-header, .landing-page .footer {
  float: left;
  width: 100%;
  position: relative;
}
.landing-page .landing-header {
  z-index: 2;
  text-align: center;
  background: transparent;
}
.landing-page .footer {
  z-index: 1;
}
.landing-page .footer {
  padding: 20px 0;
  background-image: none;
}
.landing-page .footer__email-subscribe {
  height: auto;
}
.landing-page .enter-site a { 
  text-transform: uppercase;
  font-family: "League Gothic", Arial, Helvetica, Sans-Serif;
  color: #555555;
  margin: 30px 0;
  display: inline-block;
}
.landing-page .enter-site a:after, .landing-page .enter-site a:before {
  opacity: 0;
}
.landing-page .enter-site a:after { 
  content: "]";
}
.landing-page .enter-site a:before { 
  content: "[";
}
.landing-page .enter-site a:hover {
  color: #b00000;
}
.landing-page .enter-site a:hover:after, .landing-page .enter-site a:hover:before {
  opacity: 1;
}
.album-art.album-title {
  margin: 50px 0 20px;
}
.album-art.album-title img {
  padding: 0 15px;
}
.album-art.album-cover {
  margin: 10px 0 0;
}
.album-art.album-cover img {
  padding: 0 15px;
}