/*!
 * Start Bootstrap - Heroic Features (http://startbootstrap.com/template-overviews/heroic-features)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-heroic-features/blob/master/LICENSE)
 */

body {
    padding-top: 54px;
}

@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }
}

.card {
    height: 100%;
}

.jumbotron{
    background: url("../images/background.jpg") center;
    padding-top: 350px;
    padding-bottom: 30px;
}

.text-background{
    color: whitesmoke;
    text-shadow: 2px 0px 0px rgba(0, 0, 0, 1);
}

.text-antiquewhite{
    color: antiquewhite;
}
