/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */















/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



@font-face {
    font-family: 'toronto_subwaybold';
    src: url('fonts/torontosubwaybold-webfont.eot');
    src: url('fonts/torontosubwaybold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/torontosubwaybold-webfont.woff') format('woff'),
         url('fonts/torontosubwaybold-webfont.ttf') format('truetype'),
         url('fonts/torontosubwaybold-webfont.svg#toronto_subwaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'toronto_subwayregular';
    src: url('fonts/torontosubwayregular-webfont.eot');
    src: url('fonts/torontosubwayregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/torontosubwayregular-webfont.woff') format('woff'),
         url('fonts/torontosubwayregular-webfont.ttf') format('truetype'),
         url('fonts/torontosubwayregular-webfont.svg#toronto_subwayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
  font-family: 'toronto_subwayregular';
  font-size: 3em;
}

input, button{
  font-family: 'toronto_subwayregular';
}

::-webkit-input-placeholder {
   font-family: 'toronto_subwayregular';
   font-weight: normal;
   color: #999;
}

:-moz-placeholder { /* Firefox 18- */
   font-family: 'toronto_subwayregular';
   font-weight: normal;
   color: #999;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-family: 'toronto_subwayregular';
   font-weight: normal;
   color: #999;
}

:-ms-input-placeholder {  
   font-family: 'toronto_subwayregular';
   font-weight: normal;
   color: #999;
}

p{
  margin:0em 0 0;
}

.show a{
  color:#000;
  text-decoration:none;
}

.show:first-child{
  margin-top: none;
}
.show {
  width:100%;
  background:#fff;
  color:#000;
  text-decoration:none;

  padding:1px 4px;
  

    -webkit-box-shadow: 0px 0px 20px 1px #ffffff;
          box-shadow: 0px 0px 20px 1px #ffffff;

  -webkit-transition: all 0.2s ease-out; 
     -moz-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out; 
          transition: all 0.2s ease-out; 
}

.show:hover{


  -webkit-transition: all 0.2s ease-out; 
     -moz-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out; 
          transition: all 0.2s ease-out; 
  

    -webkit-box-shadow: 0px 0px 40px 10px #ffffff;
          box-shadow: 0px 0px 40px 10px #ffffff;
}

#background{
  position: fixed;
  width:100%;
  height:100%;
  

  background: url(images/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/background.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/background.jpg', sizingMethod='scale')";
}

#container{
  width:75%;
  height: auto;
  position:absolute;
  top: 25%;
  left: 50%;
  margin-left: -39%;
  text-align: center;
}

#logo{
  width: 100%;
  margin: 0 0 0 0;
}

#previous-button{
  float:left;
  background:none;
  padding: 0 0 0 0.5em;
}

#play-button{
float:right;
  background:none;
  padding: 0 0.5em 0 0;
/*
  width: 75px;
  height: 75px;


border-radius: 75px; 
-moz-border-radius: 75px; 
-webkit-border-radius: 75px;

  margin:0 auto;
  font-size:55px;
*/    
    -webkit-animation: fadein 3s infinite alternate; /* delay = -duration * 66%. Note the negative delay to skip the "keyframes delay" */
    -moz-animation: fadein 3s  infinite alternate;
    animation: fadein 3s  infinite alternate;
}

#logo-container{

}

#record-player{
  position:absolute;
  width:11.5%;
  left:11.2%;
  top:1.6%;
  opacity:0;
    -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
       -o-transition: all 0.5s ease-out; 
          transition: all 0.5s ease-out; 
}

#logo-container:hover #record-player, #record-player.playing{
  opacity:1;
}

#record, #record-label{
  width:100%;
  position:absolute;
  top:0;
  left:0;
}


#record-player.playing #record-label{
   -webkit-animation: rotate 3s infinite ; /* delay = -duration * 66%. Note the negative delay to skip the "keyframes delay" */
    -moz-animation: rotate 3s  infinite ;
    animation: rotate 3s  infinite ;
    animation-timing-function:linear;
    -webkit-animation-timing-function:linear;
}

@media screen and (max-width: 1300px) {
  body{
    font-size: 2em;
  }
}

@media screen and (max-width: 800px) {
  body{
    font-size: 1.5em;
  }
}

@media screen and (max-width: 600px)  {
  body{
    font-size: 1em;
  }
}


/* Defines the animation keyframes */
@-webkit-keyframes fadein {
    0% {           
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }    
}
@-moz-keyframes fadein {
    0% {
        opacity: 0.5;
    }
 
    100% {
        opacity: 1;
    }    
}
@keyframes fadein {
    0% {
        opacity: 0.5;;
    }
   
    100% {
        opacity: 1;
    }    
}

/* Defines the animation keyframes */
@-webkit-keyframes rotate {
    0% {          
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }    
}
@-moz-keyframes fadein {
    0% {
        -moz-transform: rotate(0deg);
    }
 
    100% {
         -moz-transform: rotate(360deg);
    }    
}
@keyframes fadein {
    0% {
         -transform: rotate(0deg);
    }
   
    100% {
        -transform: rotate(0deg);
    }    
}

.song-title{
  background-color:rgba(255,255,255,1);
  font-size:.75em;
}

h2{
  color:#000;
  margin: 0.75em 0 0em;
  line-height:1em;
  padding: 0;
}

#footer{
  margin: 3em 0;
  font-size: 0.5em;
}
#footer a{
  color: #000;
  text-decoration: none;
}

.sign-up {
  background: #fff;
}

.sign-up .instructions {

}

.sign-up form{
  font-size: 0.5em;
  line-height: 0.5em;
  padding-bottom: 0.75em;
  
}

.buy a{
  display: inline-block;
  padding: 0.1em 0.5em 0;
}
.buy a:hover{
  background: #000;
  color: #fff;
  -webkit-box-shadow: 0px 0px 20px 1px #000;
          box-shadow: 0px 0px 20px 1px #000;
}




/* for left align
h2, p, #footer{
  margin-left: 5%;
}
*/