
body {
    background: black;
    color: #DDD;
    font-weight: normal;
}

a {
    color: #fc834e;
}

h2 {
    font-family: 'Amatic SC', cursive;
    font-size: 42px;
    line-height: 42px;
    margin: 30px 0 15px 0;
}
h3 {
    font-family: 'Amatic SC', cursive;
    font-size: 26px;
    line-height: 26px;
    margin: 20px 0 10px 0;
}
p {
    font-family: 'Special Elite', cursive;
    font-size: 18px;
    line-height: 1.2;
    color: #BBB;
}


#container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 5%;
}

.logo {
    width: 100%;
}

body #mc_embed_signup {
    background: transparent !important;
}
body #mc_embed_signup input {
    background: #444 !important;
    color: #fc834e;
}
body #mc_embed_signup, body #mc_embed_signup input {
    font-family: 'Special Elite', cursive;
    font-size: 18px;
    line-height: 1.2;
}
#mc_embed_signup form {
    padding: 0 !important;
}



.fb-page.top {
    display: block !important;
    float: right;
    margin: 0 0 20px 20px;
    width: 340px;
    height: auto;
}
.fb-page.bottom {
    display: none !important;
    width: 340px;
    height: auto;
    margin: 20px auto;
}

@media only screen and (max-width: 700px) {
    body .fb-page {
        float: none;
        height: auto;
    }

    .fb-page.top {
        display: none !important;
    }
    .fb-page.bottom {
        display: block !important;
    }

}
