/*
 * Base structure
 */

html, body {
}


.masthead {
    margin-bottom: 0;
    padding: 70px 0 80px;
}
.jumbotron {
    background: rgba(0, 0, 0, 0) linear-gradient(45deg, #020031 0px, #6d3353 100%) repeat scroll 0 0;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2) inset, 0 -3px 7px rgba(0, 0, 0, 0.2) inset;
}

.indexpage {
    color:#fff;
}

