body {
    width: 100%;
    background-image: url("../images/body-bg.jpg");
    background-repeat: repeat-x;
}
#content { padding: 0 10px; }

header img {
    margin: 0 auto;
    display:table;
    text-align: center;
    width: 25%;
    padding-bottom: 30px;
}

h2, a.btn {
    font-family: 'Changa', Arial, sans-serif;
    font-weight: 700;
    margin: 0 auto;
    display:table;
    text-align: center;
}

h1 {
    font-size: 2px;
    opacity: 0;
}

h2 {
    font-size: 30px;
    margin-bottom: 25px;
    color: #018457;
}

#item {
    /*min-height: 240px;*/
    width: 70%;
    color: #3c4850;
    font-family: 'Changa', Arial, sans-serif;
    font-weight: 800;
    font-size: 80px;
    color: #231f20;
    margin: 0 auto;
    display:table;
    text-align: center;
}

a.btn, a.btn:visited, a.btn:active {
    text-decoration: none;
    margin: 40px auto;
    padding: 20px;
    border: 1px solid #e82029;
    font-size: 30px;
    background-color: #e82029;
    color: #fff;
    border-radius: 6px;
}
a.btn:hover {
    background-color: #b71b22;
}

.fb-share-button {
    position: absolute;
    right: 0;
    top: 0;
}

.fb-share-button .btn {
    padding: 6px;
    font-size: 16px;
    margin-top: 0;
    border: 0;
}

.footer {
    font-family: 'Changa', Arial, sans-serif;
    font-weight: 700;
    font-size: 12px;
    position: fixed;
    left: 1%;
    bottom: 10px;
    width: 98%;
    background-color: #fff;
    color: lightgrey;
    text-align: center;
}

@media only screen
and (max-width: 667px) {
    h1{ font-size: 5px; }
    h2 { font-size: 22px; }
    #item { font-size: 35px; min-height: 100px; width: 85%; }
    header img { width: 50%; }
    a.btn:hover {
        background-color: #e82029;
    }
}
