html,
body {
	background-color: #121212;
}

.header-logo {
	width: auto !important;
	height: auto !important;
}

.header-logo-img {
	width: 300px;
	height: auto;
}

@media (max-width: 991px) {
	.header-logo-img {
		width: 150px;
	}
}

#footer {
	overflow: hidden;
}

@media (max-width: 991px) {
	#footer {
		padding-top: 100px !important;
		padding-bottom: 10px;
	}
}
