section {min-height: 350px;background-color:#FFF !important;}
section h1 {color: #555;font-size: 2em;font-weight: 400;}
section p {margin: 0 auto;}
@media only screen and (max-width: 280px) {
    section h1 {font-size: 1.5em;margin: 0 0 0.3em;}
}
.jumbotron{min-height:800px;margin-bottom:0;background:rgba(255, 255, 255, 0);}
.jumbotron h1{
    text-align:center;
    width:100%;
    font-size:120px;
    font-weight:600 !important;
    /*opacity:0.25;*/
    background-color: rgba(255, 255, 255, 0);
    color: #777;
    letter-spacing: .07em;
    text-shadow: 
    -1px -1px 1px #efede3, 
    0px 1px 0 #9e9e9e, 
    0px 2px 0 #9e9e9e, 
    0px 3px 0 #9a9a9a, 
    0px 4px 0 #989898, 
    0px 5px 0 #969696, 
    0px 6px 0 #949494, 
    0px 7px 0 #999, 
    0px 8px 0 #909090, 
    0px 9px 0 #8e8e8e, 
    0px 10px 0 #8c8c8c, 
    0px 11px 0 #8a8a8a, 
    0px 12px 0 #888888, 
    0px 13px 0 #868686, 
    0px 14px 0 #848484, 
    0px 15px 0 #828282,
    2px 20px 5px rgba(200, 200, 200, 0.9),
    5px 23px 5px rgba(200, 200, 200, 0.3),
    8px 27px 8px rgba(200, 200, 200, 0.5),
    8px 28px 35px rgba(200, 200, 200, 0.9);
}
.jumbotron h3, .jumbotron p{text-align:center;}
.jumbotron h3{margin-top:30px;}
