html, body {
    font-family: 'Raleway', sans-serif;
}

.bg-dark {
    background-color: #1d1d1d !important;
}

.header {
    background-size: cover;
    background-position: center center;
    height: 600px;
    display: block;
    position: relative;
}


.header .banner {
    position: absolute;
    bottom: 0;
    text-align: center;
    background-color: rgba(29, 29, 29, 0.9);
    width: 100%;
    margin: 0;
    padding: 2em 0;
    color: #ffed00;
    text-transform: uppercase;
}

.header .banner img {
    margin-bottom: 2em;
}

.header h1 {
    font-size: 2em;
}


/* Sticky footer
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 110px;
}

.footer {
    height: 100px;
    padding-top: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #1D1D1D;
    color: whitesmoke;
}

@media (max-width: 500px) {
    .footer {
        height: 150px;
    }
}
