/* Font */
@font-face {
    font-family: 'oxide_solid_pro_lightlight';
    src: url('../font/oxidesolidpro-light-webfont.woff2') format('woff2'),
        url('../font/oxidesolidpro-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* General */
* {
    box-sizing: border-box;
}

html {
    position: relative;
    min-height: 100%;
    font-family: 'oxide_solid_pro_lightlight';
    font-style: italic;
    font-size: 33px;
    line-height: 1em;
    text-transform: uppercase;
}

body {
    background: #131313 url('../img/bg.jpg') no-repeat center top;
    background-size: 100% auto;
    color: #fff;
    margin: 0;

}

a {
    color: #fff;
    opacity: 1;
    -webkit-transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
    transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
}

a,
a:visited {
    color: #fff;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #fff;
    opacity: 0.6;
    text-decoration: none;
}

p {
    margin: 0 0 10px 0;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.clearfix:after {
    content:" ";
    display:table;
    clear:both;
}

/* Layout */
.container {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

.content {
    margin: 0 0 0 auto;
    width: 100%;
    max-width: 570px;
}

/* Header */
header {
    padding: 250px 0 0 0;
}

h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.5em;
}

h1 span {
    opacity: 0;
}

h1 img {
    margin: 80px auto 0 auto;
    opacity: 0;
}

.form {
    padding-top: 90px;
    width: 100%;
    max-width: 510px;
    margin: 0 auto;
}

.form span {
    display: block;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.5em;
    margin: 0 0 15px 0;
}

form input[type="email"] {
    display: block;
    width: 100%;
    border: 1px solid #fff;
    text-align: center;
    background: none;
    font-family: 'oxide_solid_pro_lightlight';
    font-size: 18px;
    font-style: italic;
    letter-spacing: 0.5em;
    color: #fff;
    padding: 8px;
}

form input[type="email"]:focus {
    border-color: transparent;
    outline: 0;
}

form .submit {
    text-align: center;
    margin-top: 25px;
}

form .submit input[type="submit"] {
    display: inline-block;
    vertical-align: middle;
    font-family: 'oxide_solid_pro_lightlight';
    font-size: 18px;
    font-style: italic;
    letter-spacing: 0.5em;
    opacity: 1;
    background: #fff;
    color: #131313;
    border: 0;
    padding: 12px 24px;
    -webkit-transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
    transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
}

form .submit input[type="submit"]:hover,
form .submit input[type="submit"]:focus {
    cursor: pointer;
    opacity: 0.6;
    background: #131313;
    color: #fff;
}

/* Main */
main {
    padding: 200px 0 0 0;
    text-align: center;
}

.socials {
    list-style: none;
    padding: 0;
    margin: 0 0 100px 0;
}

.socials>li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
}

.socials>li>a {
    font-size: 26px;
    line-height: 1em;
    color: #fff;
    text-transform: uppercase;
}

.spotify-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 30px 30px 40px 30px;
    border: 1px solid #fff;
    letter-spacing: 0.5em;
    line-height: 1.2em;
}

.spotify-btn:after {
    content: '';
    position: absolute;
    bottom: -24.5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 5px;
    display: block;
    width: 170px;
    height: 49px;
    background: #131313 url('../img/spotify.png') no-repeat center center;
    background-size: contain;
}

.video {
    margin: 90px auto 0 auto;
    width: 100%;
    max-width: 780px;
}

iframe, object, embed, img {
    max-width: 100%;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border: 1px solid #fff;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.buy-links {
    list-style: none;
    padding: 0;
    margin: 20px -15px 0 -15px;
}

.buy-links>li {
    float: left;
    width: 20%;
    padding: 0 5px;
}

.buy-links>li>a {
    display: block;
}

.buy-links>li>a>span:first-child {
    position: relative;
    display: block;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}

.buy-links>li:nth-child(1)>a>span:first-child {
    background-image: url('../img/buy/apple-music.png');
}

.buy-links>li:nth-child(2)>a>span:first-child {
    top: 6px;
    background-image: url('../img/buy/amazon.png');
}

.buy-links>li:nth-child(3)>a>span:first-child {
    background-image: url('../img/buy/itunes.png');
}

.buy-links>li:nth-child(4)>a>span:first-child {
    top: 6px;
    background-image: url('../img/buy/google-play.png');
}
.buy-links>li:nth-child(5)>a>span:first-child {
    background-image: url('../img/buy/spotify.png');
}


/* Footer */
footer {
    padding: 90px 0 90px 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 14px;
    font-style: normal;
    line-height: 1.1em;
    text-transform: none;
}

footer .container {
    max-width: 705px;
}

.rca-logo {
    float: left;
}

.copyright {
    margin-left: 130px;
}

.copyright p {
    margin: 0 0 5px 0;
}

.copyright p:last-child {
    margin: 0;
}

/* Popup */
.popup:before {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 0;
}

.popup {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}

.popup .content {
    position: relative;
    padding: 0;
    z-index: 1000;
    padding: 15px;
    background: #000;
    font-size: 16px;
    border: 4px solid #fff;
    text-align: center;
}

.popup .content h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-family: 'oxide_solid_pro_lightlight';
    font-weight: normal;
    font-size: 16px;
}

/* Responsive */
@media (max-width: 991px) {
    /* General */
    html {
        font-size: 16px;
    }

    /* Header */
    header {
        padding: 30px 0 0 0;
    }

    h1 img {
        margin-top: 30px;
    }

    /* Main */
    main {
        padding: 90px 0;
    }

    .socials {
        margin: 0 0 30px 0;
    }

    .socials>li {
        padding: 0 5px;
    }

    .socials>li>a {
        font-size: 14px;
    }

    .spotify-btn {
        padding: 15px 15px 30px 15px;
    }

    .video {
        margin-top: 60px;
    }
    
    .buy-links>li {
        float: none;
        width: 100%;
        padding: 15px;
    }

    .form {
        padding-top: 60px;
    }

    .form span {
        font-size: 16px;
    }

    /* Footer */
    footer {
        padding: 0;
        text-align: center;
        font-size: 12px;
    }

    .rca-logo {
        float: none;
    }

    .rca-logo img {
        margin: 0 auto;
    }

    .copyright {
        margin-left: 0;
        margin-top: 30px;
    }

    /* Popup */
    .popup {
        top: 30px;
    }
}
