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

@font-face {
    font-family: 'icomoon';
    src: url('../typography/icomoon.eot?vfqu6f');
    src: url('../typography/icomoon.eot?vfqu6f#iefix') format('embedded-opentype'), url('../typography/icomoon.ttf?vfqu6f') format('truetype'), url('../typography/icomoon.woff?vfqu6f') format('woff'), url('../typography/icomoon.svg?vfqu6f#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-youtube1:before {
    content: "\e900";
}

.icon-facebook:before {
    content: "\ea90";
}

.icon-instagram:before {
    content: "\ea92";
}

.icon-spotify:before {
    content: "\ea94";
}

.icon-twitter:before {
    content: "\ea96";
}

.icon-appleinc:before {
    content: "\eabe";
}


body {
    background: #000;
    margin: 0;
    background-size: cover;
    min-height: 100vh;
    font-family: 'impact_label_reversedregular';
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

main {
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    min-height: calc(100vh - 54px);
    padding: 30px 0;
    box-sizing: border-box;
    align-items: center;
}

main > section {
    width: 50%;
    text-align: center;
}

.albumImage {
    font-size: 0;
    width: 85%;
    margin: 0 auto;
}

.newAlbum {
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-size: 3vw;
    color: #e14b25;
    text-align: center;
    line-height: 1;
    width: 80%;
    margin: -13px auto 0;
}

.leftWrapper img {
    width: 100%;
}

.rightWrapper {
    background: url('../img/SeaSickSteve.jpg') no-repeat scroll center top -4vw / 100% auto;
    padding-top: 38%;
}

.albumLinks {
    font-size: 0;
    margin-bottom: 10px;
}

.albumLinks a {
    border: 2px solid rgb(0, 0, 0, 0.8);
    color: #000;
    text-decoration: none;
    background: rgb(202, 196, 164, 1);
    padding: 10px 7px;
    display: inline-block;
    width: 195px;
    font-size: 26px;
    text-align: center;
    margin-right: 10px;
    box-sizing: border-box;
    line-height: 1;
}

.albumLinks a:last-child {
    margin-right: 0;
}

.siteLink a {
    border: 2px solid rgb(0, 0, 0, 0.8);
    color: #000;
    text-decoration: none;
    background: rgb(202, 196, 164, 1);
    padding: 7px 22px;
    font-size: 26px;
    text-align: center;
    width: 400px;
    box-sizing: border-box;
    display: inline-block;
}

.albumLinks a:hover,
.siteLink a:hover {
    color: rgb(202, 196, 164, 1);
    background: #000;
    border-color: rgb(202, 196, 164, 1);
}

.spotifyLink {
    margin-bottom: 10px;
}

.spotifyLink i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 22px;
    padding-bottom: 2px;
}

.socialWrapper {
    font-size: 0;
    padding-top: 20px;
}

.socialWrapper a {
    font-size: 18px;
    display: inline-block;
    margin-right: 15px;
    color: #fff;
}

.socialWrapper a:last-child {
    margin-right: 0;
}

.socialWrapper a:hover {
    color: rgb(202, 196, 164, 1);
}

.copyLinks a:hover {
    color: rgb(202, 196, 164, 1);
    border-color: rgb(202, 196, 164, 1);
}

.copyTextAndLinks {
    color: #fff;
    text-align: center;
    font-size: 13px;
    padding: 20px 0;
    line-height: 1;
}

.copyLinks a {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 1023px) {
    main {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    main > section {
        width: 100%;
    }

    .rightWrapper {
        padding-top: 0;
        background: none;
    }

    .leftWrapper {
        padding-bottom: 40px;
    }

    .artistImage {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    body {
        background: #000;
    }

    main {
        align-items: center;
        max-width: 300px;
        margin: 0 auto;
        min-height: calc(100vh - 65px);
    }

    main > section {
        max-width: 100%;
    }

    .newAlbum {
        font-size: 30px;
        margin-top: 0;
    }

    .albumLinks a {
        font-size: 22px;
        padding: 10px 0;
        width: 145px;
    }

    .siteLink a {
        font-size: 18px;
        width: 300px;
    }

    .albumLinks {
        margin-bottom: 10px;
    }

    .leftWrapper {
        padding-bottom: 20px;
    }

    .copyTextAndLinks,
    .copyLinks a {
        font-size: 11px;
    }

    .copyTextAndLinks {
        max-width: 320px;
        margin: 0 auto;
        line-height: 1.1;
    }
}
