.fs-100 {
    font-size: 100px;
}
.gradient-edge-bottom {
    background:#000000 ;
}
.gradient-edge-top.color {
    background: #000;
}
.sw-overlay {
    background: #000;
}
header.smaller
{
    background: #000;
}
.gradient-edge-top {
    background: #000;
}
.dark-scheme section {
    background: #000;
}
#jarallax-container-1
{
    position: relative !important;
}
footer {
    background: #000;
}
.bg-dark, .bg-dark-1 {
    background-color: #000 !important;
}
section
{
    padding:0px 0px 0px 0px;
}
.dark-scheme header.header-mobile {
    background: #000;
}

/* Small Mobile */
@media (max-width: 480px) {
    .fs-100 {
        font-size: 67px;
    }
}

/* Mobile */
@media (max-width: 767px) {

    .fs-100 {
        font-size: 67px;
    }

}