/* Fonts */
@font-face {
    font-family: 'SackersGothicStd-Heavy';
    src: url('../font/SackersGothicStd-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../font/SackersGothicStd-Heavy.otf')  format('opentype'),
        url('../font/SackersGothicStd-Heavy.woff') format('woff'),
        url('../font/SackersGothicStd-Heavy.ttf')  format('truetype'),
        url('../font/SackersGothicStd-Heavy.svg#SackersGothicStd-Heavy') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('../font/montserrat-regular-webfont.woff2') format('woff2'),
        url('../font/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* General */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: #000;
    color: #fff;
    font-family: 'montserratregular';
    font-weight: normal;
    font-size: 16px;
    line-height: 1.3em;
}

a,
a:visited {
    -webkit-transition: color 200ms linear, background 200ms linear, background-color 200ms linear, border-color 200ms linear, opacity 200ms linear;
    transition: color 200ms linear, background 200ms linear, background-color 200ms linear, border-color 200ms linear, opacity 200ms linear;
    text-decoration: none;
}

a:hover,
a:focus {
    outline: 0;
    text-decoration: none;
}

p {
    margin: 0 0 25px 0;
}

/* Layout */
.container {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.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;
}

.row {
    margin: 0 -15px;
}

.col {
    float: left;
    padding: 0 15px;
}

.col.left {
    width: 45%;
}

.col.right {
    width: 55%;
}

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

/* Header */
header {
    padding: 50px 0 75px 0;
}

h1 {
    font-family: 'montserratregular';
    font-weight: normal;
    font-size: 50px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
}

h1 span {
    color: #f8b6c2;
}

/* Main */
.cover {
    width: 100%;
    -webkit-box-shadow: 10px 10px 100px 0px rgba(248,182,194,0.3);
    -moz-box-shadow: 10px 10px 100px 0px rgba(248,182,194,0.3);
    box-shadow: 10px 10px 100px 0px rgba(248,182,194,0.3);
}

.note {
    text-transform: uppercase;
    font-size: 26px;
    color: #f8b6c2;
}

.signature {
    margin: 50px 0 0 auto;
}

.buy-links {
    list-style: none;
    margin: -75px 0 0 0;
    padding: 0;
}

.buy-links>li {
    display: inline-block;
    vertical-align: middle;
    max-width: 160px;
}

.buy-links>li+li {
    margin-left: 24px;
}

.buy-links>li>a {
    display: block;
    opacity: 1;
}

.buy-links>li>a:hover,
.buy-links>li>a:focus {
    opacity: 0.75;
}

.enter-wrap {
    text-align: center;
    padding: 112px 0 103px 0;
}

.enter-wrap a {
    display: inline-block;
    vertical-align: middle;
    background-color: #f8b6c2;
    color: #000;
    text-transform: uppercase;
    line-height: 1em;
    padding: 15px 20px;
}

.enter-wrap a:hover,
.enter-wrap a:focus {
    background-color: #000;
    color: #f8b6c2;
}

.enter-wrap a span {
    display: block;
    line-height: 1em;
}

.enter-wrap a span:first-child {
    font-size: 23px;
}

.enter-wrap a span:last-child {
    font-size: 35px;
}

/* Footer */
footer {
    font-family: 'SackersGothicStd-Heavy';
    font-weight: normal;
    font-size: 12px;
    padding: 45px 0;
    background: #f8b6c2;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

footer .container p {
    margin: 0 0 10px 0;
}

footer .container p:last-child {
    margin: 0;
}

footer a {
    color: #000;
}

footer a:hover,
footer a:focus {
    color: #000;
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 1199px) { 
    /* Header */
    h1 span {
        display: block;
    }

    /* Main */
    .cover {
        margin-bottom: 30px;
    }
    
    .buy-links {
        margin-top: 30px;
        text-align: center;
    }

    .buy-links>li {
        margin-top: 20px;
    }

    .signature {
        margin: 0 0 0 auto;
    }
}

@media (max-width: 991px) { 
    /* Layout */
    .col.left,
    .col.right {
        float: none;
        width: 100%;
    }
}

@media (max-width: 767px) {    
    /* Header */
    header {
        padding: 30px 0;
    }

    header h1 {
        font-size: 40px;
    }

    /* Main */
    .signature {
        margin: 0 auto 0 auto;
        max-width: 150px;
    }

    .buy-links {
        margin-top: 30px;
        text-align: center;
    }

    .buy-links>li {
        padding: 0 5px;
        margin-top: 10px;
    }

    .buy-links>li+li {
        margin-left: 0;
    }

    .enter-wrap {
        padding: 30px 0;
    }

    .enter-wrap a span:first-child {
        font-size: 18px;
    }

    .enter-wrap a span:last-child {
        font-size: 22px;
    }

    /* Footer */
    footer {
        padding: 30px 0;
        font-size: 10px;
    }
}