img#hero-image {

    height: auto;
}

div#header {
    display: inline-block;
}

h1.title-box {
    max-width: 1060px;
    width: 80%;
    height: 202px;
    line-height: 202px;
    text-align: center;
    color: white;
    background-color: rgba(58, 60, 63, 0.9);
    position: relative;
    top: -183px;
    margin: 0 auto -153px;

    font-size: 3.5em;
    font-family: "Roboto Slab", serif;
    font-weight: 700;

}


div.block-placeholder {
    width: 100%;
    height: 150px;
    background-color: lightgrey;
    font-size: 28px;
    font-weight: bolder;
    text-align: center;
    padding-top: 70px;
}


/***** PROGRESS BAR *******************************/
#progress-bar-container {
    height: 30px;
    width: 100%;
    max-width: 1060px;
    margin: 50px auto 15px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 35px;
    overflow: hidden;
}

.progress-bar-child {
    width: 100%;
    height: 100%;
}

div.progress {
    color: white;
    text-align: center;
    line-height: 75px;
    font-size: 35px;
    animation-direction: reverse;
    background: #e5405e;

    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e5405e 0%, #ffdb3a 45%, #3fffa2 100%);
}

div.shrinker {
    background-color: black;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}

.timelapse {
    animation-name: timelapse;
    animation-fill-mode: forwards;
    animation-duration: 3s;
    animation-timing-function: ease-out;
}


div#achieved, div#spent, div#goal {
    display: block;
    max-width: 202px;
    text-align: center;
    color: #202124;
}

div#achieved > div, div#spent > div, div#goal > div {
    background-color: white;
    border-radius: 5px;
    width: 200px;
    margin: 13px 0 !important;
    padding: 5px 0;
}

div#achieved h3, div#spent h3, div#goal h3 {
    margin: 0;
}

div#achieved h3 {
    color: #202124;
}

div#goal h3 {
    color: #c5258f;
}

/***** END PROGRESS BAR ****/

.section-divider {
    width: 1057px;
    height: 0;
    margin: 50px auto;
    border: solid 1px #eeeef3;
}

div.logo {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 150px;
    width: 150px;
}

div#success p {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: center;
    color: #c5258f;
}

div#main-panel {
    display: block;
    margin-bottom: 20px;
}

div#form-container {
    max-width: 350px;
    margin: auto;
}

div#form-container h1 {
    text-align: center;
    padding: 50px 0 20px;
}

#uploadIndicator {
    display: none;
    height: 10px;
    margin: 20px 10px;
    background-size: 500px;
    background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet, red);
    -webkit-text-fill-color: transparent;
    animation: move 100s linear infinite;
    border-radius: 3px;
    float: right;
    flex-grow: 1;
}
@keyframes move {
    to {
        background-position: 4500vh;
    }
}


@media only screen and (max-width: 786px) {
    div.panel {
        padding: 0 50px;
    }

    h1.title-box {
        font-size: 2.6em;
        top: -90px;
        margin: 0 auto -100px;
        height: 100px;
        line-height: 100px;
    }

    div#achieved, div#goal {
        width: unset;
    }

    div#achieved > div, div#goal > div {
        width: 150px;
        margin: 0 auto;
    }

}

@media only screen and (max-width: 480px) {
    div.panel {
        padding: 0;
        margin: 0 10px;
    }

    div#featured-places {
        margin: 0;
        padding: 5px 5px 30px;
    }


    h1.title-box {
        display: inline-block;
        top: 0;
        width: 100%;
        font-size: 2.3em;
        height: 150px;
        line-height: 150px;
        margin: unset;
        padding: unset;
        background-color: #343638;
    }
}