* { background-color: transparent; }
html { background: #000 !important; }
body { background: #000 !important; }

footer {
    text-align: center;
    margin: 0 auto;
}

.w3-bar .w3-dropdown-hover {
    position: relative;
}

.w3-bar .w3-dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
}
.w3-content {
    margin-top: 0px !important;
}
html body .w3-content {
    margin-top: 0 !important;
}
/* Carousel on index page only */
.index-page .w3-content {
    margin-top: 46px !important;
}

html, body {
    background-color: #000 !important;
}

.w3-button, .w3-btn, button, input, select, textarea {
    background-color: #333 !important;
    color: #fff !important;
    border: 1px solid #555 !important;
}

.w3-button:hover, .w3-btn:hover, button:hover {
    background-color: #555 !important;
}
input[type="text"], input[type="search"], input[type="password"], input[type="email"], textarea {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #ccc !important;
}
html body .w3-content {
    margin-top: 0 !important;
}
.navbar-container {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
}
