.banner
{
    /*background-image:url(../images/landing/cle_banner_bg.png);*/
    background-image:url(../images/landing/cle_banner.png);
    min-height: 450px;
    max-height : 50%;
    min-width : 100%;
    background-size:100% 100%;
    background-repeat:no-repeat;
    overflow-y: hidden;
    overflow-x: hidden;
    margin-top: auto;
    color: white;
    clear: both;
}

#banner-lines
{
    
    position: absolute;
    z-index: 500;
}

#banner-brain
{
    
    position: absolute;
    z-index: 600;
    
}
.banner-title
{
    font-family: 'ProximaBold'; /*a name to be used later*/
    font-size: 50px;
    margin-bottom: 0px !important;
}

.banner-tagline
{
    font-family: 'Raleway', fantasy; /*a name to be used later*/
    font-size: 40px;
    margin-top: 0px !important;
}

#banner-text
{
    position: absolute;
    z-index: 1000;
    
}

.vertical-center-parent {
    position: relative;
}
.vertical-center-child {
   
}
