body {
    -webkit-font-smoothing: antialiased;
    background: #FFF url('../img/purty_wood_light.png'); 
    font-family: Raleway, sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: 300;
}

a {
    color: #000;
     transition: all .1s ease;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
}

a:hover {
     transition: all .1s ease;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
}


main {
    width: 80em;
    margin: 5em auto 4em;
    display: block;
}

section {
    text-align: center;
}

section:after, article:after {
    content: "";
    clear: both;
    display: table;
}

h1, h2 {
    font-weight: 300;
    text-transform: uppercase;
}

header {
    text-align: center;
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #32438b;
}

header h1 {
    font-family: 'Playfair Display', serif;
    color: #32438b;
    font-size: 5em;
    letter-spacing: .05em;
    line-height: 1em;
    margin: 0 auto .25em;
}

.ampersand {
    font-family: Raleway, sans-serif;
    font-size: .35em;
    line-height: 1em; 
    vertical-align: .6em;
}

.ampersand:before, .ampersand:after  {
    content: '\2013';
    padding: .125em;
}

header h2 {
    font-size: 2em;
    line-height: 1em;
    margin: 0;
    letter-spacing: .06em;
    color: rgb(170,137,87);
}

header img {
    height: auto;
    width: 2.5em;
    margin: 0 1em -.5em;
}

figure {
    float: right;
    width: 42em;
    text-align: center;
    margin: 2em auto;
}

figure img {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: auto;
}

article {
    float: left;
    width: 36em;
    margin: 5em 2em 0 0em;
    text-align: center;
}

article h1 {
    margin: 0;
    font-size: 2em;
    letter-spacing: .03em;
    margin: 0 auto 2em;
    color: rgb(170,137,87);
}

article h1 b {
    color: #32438b;
    font-size: 3.5em;
    line-height: 1em;
    font-family: Playfair Display;
    font-weight: 300;
    display: inline-block;
}


article p {
    padding: 1em 1em;
    font-size: 1.5em;
    line-height: 1.75em;
    border-top: 1px solid rgb(170,137,87);
    border-bottom: 1px solid rgb(170,137,87);
}



p b {
    color: #32438b;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

aside {
    margin: 3em auto 0em;
    text-align: center;
}

aside h1, aside h2 {
    display: inline-block;
    font-weight: 700;
    text-align: left;
    font-size: 1.5em;
    text-align: center;
    letter-spacing: .05em;
    color: #32438b;
    margin: 0 0 1em 0;
}

aside h2:before {
    content:'\0000a0\2022\0000a0';
    
}

aside ul {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

aside li, p a {
    display: inline-block;
    width: 10em;
    margin-bottom: .5em
}

aside li a, p a {
    display: inline-block;
    text-align: center;
    width: 8em;
    padding: .25em;
    text-transform: uppercase;
    margin: .25em;
    color: #FFF;
    text-decoration: none;
    background: rgb(140,60,23) url('../img/purty_wood.png');
    line-height: 1.5em;
    outline: 3px double rgb(140,60,23);
    position: relative;
    letter-spacing: .05em;
    overflow: hidden;
}

aside li a:hover, p a:hover, aside li a:focus, p a:focus {
    font-weight: 700;
    letter-spacing: .1em;
    outline: 4px double #32438b;
}

aside li a:active, p a:active {
    background: #0d2043;
    color: #FFF;
    font-weight: 300;
}

#giveaway {
    display: block;
    text-align: center;
    font-family: Playfair Display, serif;
    font-weight: bold;
    font-size: 1.25em;
    letter-spacing: .05em;
    color: #cb0000;
    line-height: 1.5em;
    vertical-align: top;
    margin-top:.5em;
    letter-spacing: .05;
    text-transform: uppercase;
}

#giveaway:hover {
    color: #32438b;
    letter-spacing: .1em;
    vertical-align: bottom;
}

 #giveaway br {
        display: block;
    }

#spreads {
    margin-top: 1em;
    clear: both;
}

#spreads a {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    padding: 1em;
}
#spreads a img {
    height: auto;
    width: 100%;
    outline: 3px double #32438b;
}
#spreads {
    display: none;
}
.slick-initialized,
.slick-slide:first-child {
    display: block !important;
}


footer {  
    text-align: center;
    line-height: 1.5em;
    background: rgb(140,60,23) url('../img/purty_wood.png');
    color: #FFF;
    box-shadow: 0px 500px 0px 500px #32438b;
    outline: 4px double rgb(140,60,23);
    padding: 2em 0;
}

footer span {
    font-family: Wingdings;
    font-weight: bold;
    font-size: 1.5em;
    vertical-align: -2px;
}

footer a {
    color: #FFF;
}

#signup {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.5em;
}


iframe {
    display: inline-block;
    width: 30em;
    height: 30em;
    border: 0;
    display: none;
    
}

footer a:hover {
    letter-spacing: .05em;
    font-weight: bold;
}

/* MEDIA QUERIES */




@media only screen and (max-width: 960px) {
    
    main {
        width: 100%;
        max-width: 80em;
        box-sizing: border-box;
        margin: auto;
        padding: 1em;
    }
    
    header {
    }

    header h1 {
        font-size: 12vw;
        padding-bottom: .5em;
        text-align: center;
        margin-bottom: 0;
        
    }
    
    .ampersand {
        display: block;
        font-size: .375em;
        line-height: 3em;
    }
    
    .happiness {
        font-size: 16vw;
    }
    
    header h2 {
        font-size: 4vw;
        padding: 0 1em;
    }
    
    header img {
        height: 1.5em;
        width: auto;
        margin-bottom: -.2em;
    }


    main {
        width: 100%;
        max-width: 70em;
        margin: auto;
    }
    
    section {
        position: relative;
    }
 
    figure {
        margin: 2vw auto 0;
        width: 55%;
    }
    
    figure img {
        width: 100%;
        text-align: center;
    }
    
    #giveaway {
        position: absolute;
        width: 90%;
        line-height: 1.5em;
        padding: 0 2.5%;
        font-size: 2.5vw;
        left: 5%;
        top: 30em;
        box-sizing: border-box;
    }
    
    #giveaway:hover {
        font-size: 2.5vw;
        line-height: 1.5em;
    }
    
    #giveaway br {
        display: none;
    }
    
    aside {
        width: 40%;
        float: right;
        display: block;
        height: auto;
        font-size: 2.5vw;
        margin: 0 auto 1em;
    }
    
    aside h1 {
        display: block;
        font-size: 1.5em;
        margin: auto;
        margin-bottom: .1em;
    }
    
    aside h2 {
         display: block;
        font-weight: 400;
        font-size: 1.25em;
        margin-bottom: 0;
    }
    
    aside h2:before {
        content: none;
    }
    
    aside ul {
        margin: 0;
        position: relative;
    }
    aside ul li {
        display: block;
        margin: 1.5em auto;
    }
    
    aside ul li a {
        display: block;
        margin: auto;
    }
    
    article {
        float: none;
        clear: both;
        content: "";
        display: table;
        margin: auto;
        width: 90%;
        padding-top: 6em;
    }
    
    
    article h1 {
        font-size: 2em;
        font-size: 5vw;
        margin-bottom: 1em;
        padding-top: .5em;
        border-top: 1px solid rgb(140,60,23);
    }
    
    article p {
        border-bottom: 0;
        margin-bottom: 0;
    }
    
    footer span {
        display: block;
        margin-bottom: .5em;
        font-size: 2em;
    }
    
    #signup {
        width: 80%;
        display: block;
        margin: auto;
    }

}
