@media (max-width: 575.98px) {
	.logo {
		max-width: 80px;
		pointer-events: none;
	}

	.header-right {
		max-width: 200px;
	}

	footer {
		font-size: 12px;
	}
    footer h3 {
        font-size: 16px
    }
    

	#mobile-contact {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background: #f94500;
		padding: 15px;
		color: #fff;
		text-decoration: none;
		text-align: center;
		font-size: 13px;
		z-index:999;
	}
}