
html, body {
    height: 100%;
    background-color: #333;
}

body {

    background: url(beach.jpg) no-repeat center center fixed; 
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);

}

.cover-container {
    max-width: 40em;
}

.jumbotron {
	opacity:0.8!important;
	color: black;
}

.lead {
	font-weigt: bold;
}

.mastfoot {
    color: rgba(255, 255, 255, .5);
}
