#Banner.landing_idea {
    background: url(../images/homepage.jpg) rgba(46, 63, 72, .5) !important;
    background-size: cover !important;
    background-blend-mode: multiply !important;
}

#Banner h1, #Banner .btn-white{
    color:white;
}

.flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.section-padding {
    padding: 15px 0 15px 0;
}

.startup-point img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    float: left;
}

.nav-activate li {
    list-style-position: inside;
    border: 1px solid #f4f4f4;
    list-style: none;
    padding: 15px 15px;
    cursor: pointer;
    font-weight: 600;
}

.nav-activate .select {
    background: url(../images/stripe-quote.png) 0 0 no-repeat;
}

.challenge-card {
    border: 1px solid hsla(0, 0%, 78%, .5);
    border-radius: 5px;
    /*padding: 20px !important; */
    box-sizing: border-box;
    margin: 15px 0;
    width: 100%;
}

.challenge-card a, .challenge-card a:hover, .challenge-card a:active, .challenge-card a:visited
{
    text-decoration: none;
    color: initial;
}

.challenge-card .card-img {
    height: 230px;
    background-size: cover !important;
    position: relative;
}

.challenge-card .img-overlay {
    height: 50px;
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 50% !important;
    background-position: 50% !important;
    opacity: .8 !important;
}

.card-stripe {
    background-image: url(../images/stripe.png);
    background-repeat: no-repeat;
    background-position: top right;
    padding-top: 10px;
}

.challenge-info-box {
    border: 1px solid black;
    padding: 25px;
}

.challenge-info-box .company-logo {
    min-height: 100px;
    background-size: contain !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
}

.challenge-info-box .text-bold {
    text-align: center;
    font-weight: 600;
}

.challenge-info-box .tags {
    display: flex;
    flex-wrap: wrap;
}

.challenge-info-box .tags .items {
    flex: 0 1;
    padding: 5px 10px;
    border: 2px solid black;
    margin: 5px;
    white-space: nowrap;
}

.flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex-box-nowrap {
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.flex-3 {
    display: flex;
    flex: 33%;
    max-width: 33%;
}

.flex-grow {
    display: flex;
    flex-grow: 1;
}

.flex-shrink {
    display: flex;
    flex-shrink: 1;
}

.text-span {
    padding: 2px 5px;
    border-radius: 3px;
    background-color: #66ab44;
    color: #fff;
    font-weight: 400;
}

.days-left {
    position: absolute;
    top: -30px;
    right: -30px;
    height: 60px;
    width: 80px;
    color: white;
    background: #ffb718;
    text-align: center;
    padding: 5px;
}

.challenge-posted-section {
    background: #00abc7;
    color: white;
    padding: 30px;
    height: 370px;
}

@media only screen and (max-width: 960px) {
    #main-content {
        margin: 0 15px !important;
    }
    .flex-3 {
        flex: 100% !important;
        max-width: 100% !important;
    }
    .challenge-posted-section {
        background: #00abc7;
        color: white;
        padding: 30px;
        height: auto;
        margin: 0 -15px !important;
        text-align: center !important;
    }
    #Banner.landing_idea {
        background: url(../images/homepage.jpg) rgba(46, 63, 72, .5) !important;
        background-size: cover !important;
        background-blend-mode: multiply !important;
        margin: -15px  0!important;
    }
}