body{
    background-color: #f8f8f8;
}
.jumbotron{
    background-color: ;
    margin:0;
    color:white;
    padding-top: 5px;

}
#grad {
    background-color: #383838; 
    background-image: linear-gradient(#383838, #6e6e6e, #383838);
}
#jumb-col{
    color:white;
}
#lft{
    background-color:white;
    border-right: 2px dotted #eee;
    padding:20px;
}
#rgt{
    background-color:white;
    padding-top: 20px;

}
.row{
    padding-top:0;
    margin-top:0px;
}
.responsive{
    width: 100%;
    height:auto;
}
.footer {
    width: 100%;
    height: auto;
    color: white;
    padding: 10px;
    vertical-align: text-top;
    
}
