body {
  background-color: black !important;
}

#sp-component {background-color:white;}

#sp-header {
    border: none !important;
	min-height:100%;
	display: contents;
}
@media (min-width:992px){
    #sp-header.header-with-modal-menu #offcanvas-toggler.offcanvas{
        display:block !important
    }
	
.small, small{
	color:blue !important;
}

@media (max-width:991px){
  #sp-header{
        height:auto;
    }
    #sp-header .logo{
        height:auto;
    }
}
@media (max-width:575px){

    #sp-header{
        height:auto
    }
}
#sp-header{
    height:auto !important;
}