*{
    margin:0;padding:0;
}

html { 
    background-color: #000;
    min-width: 100%;    
}
            
html::before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: .3;
    filter: alpha(opacity=30);
    filter: url(https://musicimpacts-assets.s3.amazonaws.com/prod/img/blur.svg#blur); 
    -webkit-filter: blur(10px); 
    filter: blur(10px); 
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='10'); 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body{
    color:#fff;
    word-wrap:break-word;
    font-family: 'proxima-nova', Helvetica, 'Helvetica Neue', sans-serif;
    font-style: thin;
    font-weight: 100;
}
            
img {
    border: 0px;   
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #ff272c;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

#container{
    margin: auto;
    position: absolute;
    top: 0; 
    left: 0; 
    bottom: 0; 
    right: 0;
    max-height: 590px;
}

#episode {
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
}

#content {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    z-index: 2;
}


#masthead{
    padding: 20px;
}
            
#gutter{
    display: table-row;
}
            
.clear{
    display: table-cell;
}

#updated {
    position: absolute;
    text-align: right;
    font-size: 9px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 10px;
    top: 27px;
    right: 46px;
}

#updated strong{
    font-weight: 800;
}

#clock {
    position: absolute;
    right: 20px;
    top: 26px;

}
            
#music-impacts {
    display: table-cell;
    padding: 10px;
    font-size: 15px;
    font-weight: 600; /* Semibold */
    text-transform: uppercase;
    white-space: nowrap;
}

#music-impacts a {
    text-decoration: none;
    color: #fff;
    
}
            
#campaign {
    display: table-cell;
    position: relative;
    top: 5px;
    padding: 7px 10px 5px 10px;
    background: rgba(0, 0, 0, 0.8);
    font-weight: 300; /* Light */
    text-transform: uppercase;
    font-size: 20px;
    white-space: nowrap;
}

#layout {
    display: table-row;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: url(https://musicimpacts-assets.s3.amazonaws.com/prod/img/shade.png) no-repeat bottom;
    background-size: 100% 75%;
}
            
#details{
    position: absolute;
    bottom: 0px;
    padding: 20px 20px 15px 20px;   
}

#number {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    font-size: 23px;
    font-weight: 800; /* Extrabold */
}
            
#number strong {
    color: #fff;
}

#icon{
    margin-top: 5px;
    margin-right: 7px;
    float: left;
}

#add {
    display: block;
    width: 540px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    /*  background-color: #00bef2;  */

   
}

#add a{
    display: table-cell;
    width: 540px;
    height: 50px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

#bubbles {
    margin-top: 10px;
    height: 50px; 
 }

.avatar {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    float: left;
    margin-right: 13px;
}
.star {
    position: relative;
    left: 36px;
    top: 32px;
}

.bubble {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
    margin-right: 13px;
    background-color: rgba(49, 51, 53, 0.8);
}
.last {
    margin-right: 0px;
}

#count {
    display: table-cell; 
    height: 50px; 
    width: 540px;
    font-size: 12px;
    font-weight: 200;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: center;
}
      
#app{
    position:relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    text-align: center;
}

#app img {
    top-margin: 10px;
    height: 60px;
}

#tagline{
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    white-space: nowrap;
}

#question {
    padding-bottom: 5px;   
    line-height: 1em;
    font-size: 32px;
    font-weight: 100; /* Thin */
    clear: left;
}

#featuring {
    font-size: 16px;
    font-weight: 200; /* Regular */
    color: #9b9b9b;
}



/* Alternate layouts */
/* =========================================== */
            
@media (max-width: 540px) {

    #container{
        margin: 0px;
    }

    #app{
        margin-top: 30px;
    }

    #add {
        height: 5px;
    }

    #add a {
        display:none;
    }
}
