
@font-face {
    font-family: Gotham-Ultra;
    src: url('/fonts/Gotham-Ultra.otf');
}

@font-face {
    font-family: Gotham-Light;
    src: url('/fonts/Gotham-Light.otf');
}

@font-face {
    font-family: Gotham-MediumIta;
    src: url('/fonts/Gotham-MediumIta.otf');
}

h1 {
    font-family: Gotham-Ultra;
    font-size: 2.5em;
    font-weight: normal;
    color: #5c6164;
    text-align: left;
    margin: 0;
}

h2 {
    font-family: Gotham-Light;
    font-size: 1.6em;
    font-weight: normal;
    color: #5c6164;
    text-align: left;
    margin: 0;
    text-transform: uppercase;
}

h3 {
    font-family: Gotham-MediumIta;
    font-size: 1.1em;
    font-weight: normal;
    color: #5c6164;
    text-align: left;
    margin: 0;
}

.home-panel {
    float: left;
    width: 512px;
    height: 200px;
    margin-top: 20px;
}

.home-panel-tab {
    float: left;
    width: 167px;
    text-align: center;
}
.home-panel-tab a {
    font-family: Gotham-Ultra;
    font-size: 1.3em;
    color: #878d90;
    text-transform: uppercase;
}

.home-panel-tab.selected a {
    color: #5c6164;
    text-decoration: underline;
}

.home-featured {
    margin-top: 10px;
}
.home-featured .thumb {
    margin-left: 10px;
    margin-right: 10px;
}

.home-featured .song-title {
    width: 92px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 3px;
    float: left;
    text-align: center;
    font-size: 0.8em;
}

.left-column {
    width: 456px;
}

.promo-text {
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 24px;
}

.home-big-button {
    width: 151px;
    height: 42px;
    font-size: 17px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    padding-top: 15px;
    font-weight: normal;
}

.home-big-button.yellow {
    background: url(../images/home/big-button-yellow.png);
}

.home-big-button.green {
    background: url(../images/home/big-button-green.png);
}

.home-big-button.blue {
    background: url(../images/home/big-button-blue.png);
}

.spotify-app-link {
	color: #333;
}

.social {
    margin-top: 18px;
}

.right-column {
    width: 560px;
}

.infographic {
    background: url(../images/home/infographic.png);
    width: 583px;
    height: 412px;
}

.spotify-promo {
    margin-top: 10px;
}

.spotify-app-link {
    margin-left: 6px;
    margin-top: 2px;
}

.main {
    min-height: 200px;
    position: relative;
    z-index: 1;
}

.attention {
    display: none;
    position: absolute;
    border: 2px solid #f5cb07;
    z-index: 99;
    width: 100px;
    height: 30px;
    pointer-events: none;
}

.popular-caption {
    text-align: center;
    font-style: italic;
    margin-top: -8px;
    color: #666;
    margin-bottom: 8px;
}