
html, body {
    background-color: #000;
    color: #f5d99c;
}

.background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg.jpg) center bottom / cover no-repeat rgb(0, 0, 0);
}

.content {
    font-family: 'Halant', serif;
    width: 90%;
    max-width: 800px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.wufoo-form-container {
    width: 100%;
    min-height: 120vw;
}

@media (min-width: 375px) {
    .wufoo-form-container {
        min-height: 120vw;
    }
}

@media (min-width: 414px) {
    .wufoo-form-container {
        min-height: 120vw;
    }
}

.tt {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 2vw;
}

.content h1 {
    text-align: center;
    font-size: 5.6vw;
    margin-bottom: 7vw;
    font-weight: 600;
}

.content p {
    font-size: 4vw;
    line-height: 5vw;
    padding-bottom: 4vw;
}

.content p a {
    color: inherit;
    font-weight: bold;

}

.content p a.speciallink {
    text-align: center;
    display: block;
}


.footer {
    font-size: 3vw;
    text-align: center;
    padding-bottom: 3vw;
}

.share-icon {
    cursor: pointer;
    font-size: 10vw;
    padding: 0 3vw;
}

.fb-image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5vw;
    display: block;
}

p.centered {
    text-align: center;
}

p span, p.bold {
    font-weight: bold;
}

.sub-tt-info {
    text-align: center;
    font-size: 3vw;
    margin-bottom: 6vw;
}

#tc {
    margin-top: 40vw;
    padding-top: 3vw;
}

.alreadyvoted {
    display: none;
}

@media (min-width: 900px) {
    .tt {
        width: 270px;
        margin-bottom: 5px;
    }

    .fb-image {
        width: 50%;
        margin-bottom: 27px;
    }

    .content h1 {
        font-size: 25px;
        padding: 0 100px;
        margin-bottom: 24px;
    }

    .content p {
        font-size: 17px;
        padding-bottom: 22px;
        line-height: 21px;
    }

    .wufoo-form-container {
        width: 500px;
        min-height: 400px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 4px;
    }

    .footer {
        font-size: 11px;
        padding-bottom: 12px;
    }

    .share-icon {
        font-size: 30px;
        padding: 0 7px;
    }

    .sub-tt-info {
        font-size: 16px;
        margin-bottom: 20px;
    }

    #tc {
        margin-top: 400px;
        padding-top: 30px;
    }
}