/* Show it is fixed to the top */
html{
    margin: 0 !important;
    padding: 0 !important;
    background-color: #000000 !important;
    /*overflow-x: hidden !important;*/
}
body {
    padding-top: 3.5rem;
}
.navbar-dark, .bg-dark {
    background-color: #000000 !important;
}
.select-noborder{
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #ffffff !important;
    border-radius: 0 !important;
    outline: 0px !important;
}
.carousel-caption-top {
    top: 0 !important;
    text-align: left !important;
    bottom: auto;
}


