﻿/*Contest Details & Contest Entries*/

.step {
    line-height: 1.1;
    font-size: 24px;
    font-weight: 100;
    color: #A1A1A1;
    margin-bottom: 10px;
}

#about-contest p, #about-contest-header {
    text-align: left;
}

.about-contest p,  .black-text {
    color: black;
    font-family: 'Work Sans';
    line-height: 1.3;
    font-size: 16px;
}

.black-text-bigger {
    color: black;
    font-family: 'Work Sans';
    line-height: 1.3;
    font-size: 18px;
}

    #value {
        font-family: 'Playfair Display';
        font-size: 25px;
        color: #565656;
        line-height: 1.2;
    }

.contest-recipes-section {
    position: relative;
    padding: 90px 0px 60px;
    padding-top: 20px;
    background-image: url('/images/contest/contest-entries-bg.png');
    background-position: bottom;
}

#all-drinks-btn {
    background-color: #5ea801;
    font-size: 24px;
    padding: 1em;
    border-radius: 13px;
    border: none;
}

#disclaimer {
    text-align: center;
    font-family: 'Work Sans';
    line-height: 1.2;
    font-size: 13px;
}

#how-works {
    font-size: 45px;
}

.step-text {
    font-size: 30px;
}

#submit-cocktail-btn {
    background-color: #5ea801;
    padding-left: 1em;
    padding-right: 1em;
    margin: 1em 0;
    font-size: 20px;
}

#about-contest-header {
    font-size: 45px;
    padding-bottom: 0.2em;
    padding-top: 1.5em;
}

#contest-entries-header {
    font-size: 45px;
}

#contest-entries-subheader {
    color: black;
    padding: 0.4em 0;
    font-size: 16px;
}

.bold-green {
    font-family: 'Playfair Display';
    font-weight: bold;
    color: #5EA801;
    margin-bottom: 0.5em;
    line-height: 1.1;
}

.section-header {
    font-size: 45px;
}

@media only screen and (max-width: 480px) {
    .all-drinks-btn {
        font-size: 19px;
        padding: 0.7em;
    }

    #disclaimer {
        color: black;
        text-shadow: 1px 1px 1px white;
    }

    .step-img {
        max-width: 76%;
    }

    .step-text {
        font-size: 24px;
    }

    #how-works {
        font-size: 28px;
    }

    #submit-cocktail-btn {
        white-space: normal;
        line-height: 1.2;
    }

    #about-contest-header {
        padding: 0.2em 0;
        font-size: 28px;
        text-align: center;
    }

    #about-contest p {
        line-height: 1.2;
        padding: 0 0.5em;
        font-size: 15px;
    }

    #enter-now {
        font-size: 19px;
        padding: 0.2em 0 0.2em 0.5em;
        float: left;
    }

    #contest-entries-header {
        font-size: 28px;
    }

    #about-contest img {
        display: none;
    }

    #contest-entries-subheader {
        line-height: 1.2;
        font-size: 13px;
        text-align: left;
        padding: 8px 15px 0 15px;
    }

    #all-drinks-btn {
        font-size: 19px;
        max-width: 100%;
        margin: 0 15px 0 15px;
        padding: 0.5em;
        border-radius: 8px;
    }
}

/* Contest Voter Flow 3 / Thank You */

