
@media screen and (max-width: 499px){
    header {
        background-image: url("../images/background_cropped.jpg");
        background-size: auto 100%;
    }

    .logo {
        width: 100%;
    }

    .antlers {
        width: 100%;
        margin-top: 18%;
    }
    
    h1 {
        font-size: 2em;
    }
    h2 {
        font-size: 1.5em;
    }

    #clockbox {
        font-size: .9em;
    }

    .w20 { 
        width: 95%;
        margin: 0 0 10px 0;
    }

    .content {
        padding-top: 10px;
    }

    img.image_picker_image {
        width: 100%;
    }
    
    .content {
        display: flex;
        flex-direction: column;
    }
    
    .voting-error {
        width: 100%;
        margin: -15px 0 10px 0;
    }
    
    .image_picker_selector li {
        width: 100%;
    }

    .current-selections, .current-selections.scrolled {
        position: fixed;
        display: block;
        top: 0px;
        left: 0px;
        width: 100%;
        text-align: center;
    }
    
    .current-selections img, .current-selections.scrolled img {
        width: 33%;
    }

    #voting-limit {
        position: fixed;
        margin-top: -90%;
        height: 50%;
    }
    
}

@media screen and (min-width:500px) and (max-width: 855px){

    .w20 { 
        width: 95%;
        margin: 0 0 10px 0;
        min-width: 200px;
    }

    .content {
        padding-top: 10px;
    }

}

@media screen and (min-width:856px) and (max-width: 1849px){

    .w20 { 
        width: 45%;
        min-width: 200px;
        margin: 0 0 10px 0;
    }

    .content {
        padding-top: 10px;
    }

}

@media screen and (min-width: 1850px){

    .w20 {
        width: 22%;
        min-width: 250px;
    }

}

@media screen and (min-width: 500px){

    body {
        background-image: url("../images/full_background.png");
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
    
    header {
        text-align: center;
        max-height: 300px;
    }
    
    .logo {
        width: auto;
        max-height: 300px;
    }

    .antlers {
        max-height: 195px;
        top: 35px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }

    #clockbox, .social-links {
        font-size:20px;
    }

}

@media screen and (max-width: 350px){
    h1 {
        font-size: 2em;
    }
    h2 {
        font-size: 1.25em;
    }

    #clockbox {
        font-size: .7em;
        top: 20px;
    }

}

@media screen and (max-width: 767px){

    .contribution-menu {
        display: none;
    }
    
    .perk-info {
        width: 95%;
        margin: 0;
        left: 10px;
    }
    
    #clockbox {
        width: 100%;
    }

}