

.filterMobileOverlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e8f1;
    z-index: 999;
    color: white;
}

.filterMobileOverlay .filterHeader {
    height: 64px;
    background-color: black;
}

.filterMobileOverlay .filterHeader button {
    background-color: inherit;
}

.filterMobileOverlay .filterHeader button:focus {
    border: 0;
    text-decoration: none;
}

.content .threeBox .card {
    background: url(../images/bgs/card.png) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.content .threeBox .card img.icon {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    left: 24px;
    width: 64px;
    height: 64px;
}

.content .threeBox .card .rightArrow {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 8px 8px 0;
}

.content .threeBox .card svg {
    float: right;
    font-size: 32px;
}

.progress {
    height: 24px;
    border-radius: 12px;
}

    .progress .progress-bar {
        background-color: #981104;
    }

h1 {
    font-size: 50px;
    font-weight: 100;
}

h4 {
    font-size: 24px;
}

.landing-side-label{
    line-height: 72px;
}

svg.arrowRight {
    font-size: 32px;
}

.rewardFooter {
    height: 400px;
}

.underline {
    text-decoration: underline;
}

a {
    color: #0f2bfe;
}

a:hover {
    color: #0f2bfe;
}

.list-project-image {
    padding-top: 57.5%;
    position: relative;
    overflow: hidden;
}

    .list-project-image img {
        position: absolute;
        top: 0;
        left: 0;
    }

.list-project-image-balloon {
    max-width: 300px;
}

.list-project-funded-container {
    position: relative;
}

.list-project-funded {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    opacity: 0.75;
}

.list-project-funded-text {
    color: red;
    text-align: center;
    transform: translate(-50%, -50%) rotate( -20deg);
    top: 30%;
    left: 50%;
    position: absolute;
    font-size: 300%;
}

    .project-coming-soon{
    position: absolute;
    top: 15px;
    left: 35px;
}

.project-coming-soon img{
    max-height: 80px;
}

@media only screen and (max-width: 1200px) {
    h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 575px) {
    h1 {
        font-size: 32px;
    }
    h3 {
        font-size: 20px;
    }
    a h3 {
        font-size: 16px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 16px;
    }
    .rewardFooter {
        height: 600px;
    }
}