#home-page .feature-region {
background: url(https://docs.google.com/drawings/d/e/2PACX-1vRuQva3FHD94_yZlLqjQDw-7-wqNcRlox4Hj1fq70qGBXg0rd1xc5_wUPQBELI06LgPHTHoFyTP7a6u/pub?w=960&h=336);
max-width: 100%;
max-height: 360px; 

background-position: center center;
background-repeat: no-repeat; 
background-size: contain;
background-size: cover;
height: 336px;

}

.feature-region {
    max-width: 100%;
    max-height: 100%;
}

#feature-bg-left {
   height:100%;
    position: absolute;
    left:0;
    margin-right:-10px;
    display: inline-block;
    height: 165px;
}
#feature-bg-right {
   height:100%;
    position: absolute;
    right:0;
    margin-left:-10px;
    display: inline-block;
    height: 165px;
}

#app-header {
    background-color: #363C43;
    color: #ffffff;
}

#home-page .feature-region {
    display: block;
}

#home-page .feature-region {
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;
}

#home-page #feature h1 {
    font: 92px/1 'proxima nova bold';
    margin: 0 auto;
    color: #ffffff;
}

#home-page #feature h1 span {
    font: 62px/1 'proxima nova thin';
}

#home-page #feature h2 {
    font: 36px 'proxima nova thin';
    text-align: center;
    max-width: 685px;
    margin: 5px auto;
    position: relative;
    color: #ffffff;
}

/* Active Color of Login button once logged in */

#user-nav>a {
    color: #ffffff;
}

.header-nav li a {
    color: #ffffff !important;
}