nkom-footer {
	background-color: RGB(0, 32, 91); 
	color: #fff;
    width: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    
}
@media (max-height: 767px) {
    nkom-footer {
        display: none !important;
    }
}

.nkom-footer-logo {
	height: 64px; 
	margin-top: 6px; 
	margin-bottom: 12px;	
}

#nkomFooter a {
    color: #fff;
}