body {
    background-color: #000000;
}

h1,h3,p,li,span {
    color: #e6f2ff;
}

ul.detail {
    font-size: .8em;
    list-style-type: square;
}

a {
    color: #e6f2ff;
}

a:hover {
    color: #e6f2ff;
    font-size: 1.1em;
    text-decoration: none;
}

.jumbotron {
    background-color: #000000;
    /* https://pixabay.com/photos/landscape-lighthouse-light-lighting-4241186/*/
    background-image: url("../img/jumbotron.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px;
    padding-top: 50px;
    min-height: 300px;
}

.footer {
    padding-top: 50px;
}

.copyright {
    font-size:12px;
    font-style: italic;
}