body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: 'Maven Pro', sans-serif;
  color: #333;
}


header {
  height: 410px;
  padding-top: 30px;
  background-image: url('../images/header-bg.jpg');
  -webkit-background-clip: border-box, border-box;
  -webkit-background-origin: padding-box, padding-box;
  -webkit-background-size: cover, cover;
  background-attachment: scroll, scroll;
  background-clip: border-box, border-box;
  background-color: rgba(0, 0, 0, 0);
  background-origin: padding-box, padding-box;
  background-position: 50% 100%, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: cover, cover;
}

header.detail-header {
  height: 1200px;
  text-align: center;
}

header h1 {
  margin: 0;
  margin-left: 72px;
  font-size: 30px;
  letter-spacing: -1px;
  color: #fff;
}

header.detail-header h1 {
  text-align: center;
  margin-left: 0;
}

header h1 .subtitle {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
}

h2 {
  margin: 0;
  margin-bottom: 20px;
  letter-spacing: -1px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  font-size: 44px;
}

.signin-c {
  position: absolute;
  width: 280px;
  height: 180px;
  top: 22px;
  right: 10px;
  text-align: center;
  color: #fff;
}

a.signin {
  border: 1px solid rgba(255,255,255,1);
  background-color: rgba(255,255,255,0.7);
  border-radius: 30px;
  vertical-align: middle;
  padding: 10px 24px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #e60048;
}

.macbook-image {
  float: left;
}

@media only screen and (max-width : 1000px) {
  header h1 {
    text-align: center;
    margin-left: 0;
  }
  .macbook-image {
    width: 500px;
    height: auto;
    margin-left: 30px;
  }
}

@media only screen and (max-width : 800px) {
  header h1 {
    font-size: 22px
  }
  .macbook-image {
    float: none;
    display: block;
    margin: 50px auto 60px auto;
    width: 300px;
    height: auto;
  }
  .signin-c {
    position: static;
    margin: -360px auto 0 auto;
  }
}

a.signin:hover {
  background-color: #fff;
  text-decoration: none;
}

.benefits {
  display: table;
  width: 100%;
}

.benefits-cell {
  display: table-cell;
  width: 33%;
  text-align: center;
  vertical-align: top;
  padding: 0 30px;
}

.benefits-cell p {
  margin: 0;
}

@media only screen and (max-width : 800px) {
  .benefits {
    display: block;
  }
  .benefits-cell {
    display: block;
    width: 100%;
    padding: 20px 0;
  }
}

h3 {
  font-size: 24px;
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 2px;
}

.add-music-section {
  margin-top: 80px;
  padding: 80px 0 10px 0;
  background-image: url('../images/add-music-bg.jpg');
  -webkit-background-clip: border-box, border-box;
  -webkit-background-origin: padding-box, padding-box;
  -webkit-background-size: cover, cover;
  background-attachment: scroll, scroll;
  background-clip: border-box, border-box;
  background-color: rgba(0, 0, 0, 0);
  background-origin: padding-box, padding-box;
  background-position: 50% 100%, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: cover, cover;
}

.add-music-section-c {
  background-image: url('../images/add-music-illustration.png');
  background-repeat: no-repeat;
  background-position: top right;
  min-height: 518px;
  border: 1px solid rgba(255, 0, 0, 0.0);
}

.add-music-section-c h2 {
  margin-top: 100px;
}

.add-music-section-c p {
  width: 460px;
  color: #ccc;
}


@media only screen and (max-width : 1000px) {
  .benefits {
    padding-bottom: 30px;
  }
  .add-music-section {
    padding: 40px;
    margin-top: 0;
  }
  .add-music-section-c h2 {
    margin-top: 0;
    text-align: center;
  }
  .add-music-section-c p {
    width: 100%;
    text-align: center;
  }
  .add-music-section-c {
    background-image: none;
    min-height: 0;
  }
}

@media only screen and (max-width : 800px) {
  .benefits {
    padding-top: 180px;
  }

}

.labels-artists-section {
  padding: 120px 0;
  background-image: url('../images/laptop-photo.jpg');
  -webkit-background-clip: border-box, border-box;
  -webkit-background-origin: padding-box, padding-box;
  -webkit-background-size: cover, cover;
  background-attachment: scroll, scroll;
  background-clip: border-box, border-box;
  background-color: rgba(0, 0, 0, 0);
  background-origin: padding-box, padding-box;
  background-position: 50% 100%, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: cover, cover;
}

.labels-artists-section h2 {
  text-align: center;
}

.labels-artists-section p {
  text-align: center;
  color: #ccc;
}

.worldwide-section {
  padding: 120px 0;
  background-image: url('../images/worldwide-bg.jpg');
  -webkit-background-clip: border-box, border-box;
  -webkit-background-origin: padding-box, padding-box;
  -webkit-background-size: cover, cover;
  background-attachment: scroll, scroll;
  background-clip: border-box, border-box;
  background-color: rgba(0, 0, 0, 0);
  background-origin: padding-box, padding-box;
  background-position: 50% 100%, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: cover, cover;
  text-align: center;
}

.worldwide-section h2 {
  color: #333;
  text-align: center;
}

.worldwide-section p {
  text-align: center;
  width: 500px;
  margin: 0 auto 40px auto;
}

.worldwide-section .signin {
  margin: 20px auto;
  margin-top: 30px;

  border: 1px solid #e60048;
  background-color: rgba(255,255,255,0.7);
  border-radius: 30px;
  vertical-align: middle;
  padding: 10px 24px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #e60048;
}

.worldwide-section .signin:hover {
  background-color: rgba(230,0,72,0.2)
}

@media only screen and (max-width : 800px) {
  .worldwide-section p {
    width: 100%;
  }
}

footer {
  padding: 30px 0;
  background-image: url('../images/add-music-bg.jpg');
  -webkit-background-clip: border-box, border-box;
  -webkit-background-origin: padding-box, padding-box;
  -webkit-background-size: cover, cover;
  background-attachment: scroll, scroll;
  background-clip: border-box, border-box;
  background-color: rgba(0, 0, 0, 0);
  background-origin: padding-box, padding-box;
  background-position: 50% 100%, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: cover, cover;
}

.footer-c {
  display: table;
  width: 100%;
  color: #fff;
}

.footer-c div {
  display: table-cell;
  width: 50%;
  text-align: center;
  font-size: 18px;
}


.loader {
  margin: 320px auto 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loading-done {
  color: #fff;
  font-size: 32px;
}

.row {
  width: 1000px;
  margin: 0 auto;
}

.strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

@media only screen and (max-width : 1000px) {
  .row {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
