/* Custom CSS */
@media screen and (max-width: 991.98px) {
	.header.fixed-top {
		top: -10px;
    		padding-top: 15px;
    		padding-bottom: 15px;
    		background-color: rgba(0,0,0,0.8);
	}
}