.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar {
    /* display: flex;*/
    flex-wrap: wrap;
    padding: 8px 15px 3px;
}

header {
    margin-bottom: 60px;
}

footer {
    background: rgba(0, 0, 0, 0.72);
    color: white;
    text-align: justify;
    padding: 10px 15px 12px;
    height: auto;
    margin: 15px 0 0;
    font-size: 17px;
    z-index: 800;
    width: 100%;
    position: fixed;
    bottom: 0;
    display: block;
}

body {
    background-size: cover !important;
    height: 100% !important;
}