

.jumbotron {
    height: 1000px;
    position: relative;
    top: 10px;
    background-image: url("background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}


.jumbotron h1 {
    color: #f4f4f6;
    font-size: 4em;
    font-family: 'Shift', sans-serif;
    font-weight: bold;
    text-shadow: 0 2px 3px rgba(0,0,0,.4);
}

.jumbotron p {
    font-size: 2em;
    color: #ffffff;
    text-shadow: 0 2px 3px rgba(0,0,0,.4);
}




