h1 {
    color: #777777;
}
body {
    background-color: #f4f2ed;
}

.challenge {
     background-color:lightgrey
}

.w-100 {
  width: 100% !important;
  height: 35vh;
}

.challenge-details-meta {
    margin-bottom: 1.25rem;
    color: #999;
}

.header-container{
    background-image: url(../header.png);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
}

.logo{
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    width: 240px;
    height: 105px;
    background-color: transparent;
    background-image: url(../gibo_logo.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    margin: 0 auto;
    top: 14px;
    display: block;
    z-index: 101;
}

.header-logo{
    position: relative;
    position: 0 0;
    margin: 0 auto;
    width: 20%;
}


#video-clip{
    width: 100%;
    border: none;
    display: block;
    max-width: 420px;
    height: 360px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    margin: 0 auto;
}

.grid-item {
    float: left;
    border-radius: 15px;
    padding: 5px;
    margin: 10px;

}

.img-thumbnail {
    width: 375px;
}

.caption {
    max-width: 370px;
}

.card-text {
    word-wrap: break-word;
}

.errorlist {
    color: red;
}

/*
body { padding-bottom: 70px; }*/

/*.container  .img-responsive {
    display: block;
    width: auto;
    max-height: 100%;
}*/


/* Color pallet 

FEAFE0 LIGHT HOT PINK
E01A4F SPANISH CRIMSON
F15946 ORANGE SODA
F9C22E SAFFRON
53B3CB MAXIMUM BLUE
*/