@media screen and (max-width: 767px) {
	.amenities ul {
		width: 100%;
	}
}

footer .h-button:before {
	font-size: 25px !important;
}

footer li a {
	font-size: 25px !important;
}

@media screen and ( max-width: 767px ) {
	.footer-menu {
		margin-top: 40px;
		margin-bottom: 20px;
	}
	
	footer .h-button:before {
		font-size: 21px !important;
	}

	footer li a {
		font-size: 21px !important;
		justify-content: flex-start !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.footer-menu {
		grid-column: span 8 / span 8;
	}
	
	footer .h-button:before {
		font-size: 26px !important;
	}

	footer li a {
		font-size: 26px !important;
		line-height: 2rem !important;
	}
	
	footer > div {
		row-gap: 40px;
		grid-row-gap: 40px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1179px) {
	
	.first-row {
		grid-column: span 12 / span 12;
	}
	
	.footer-menu {
	    grid-column: span 8 / span 8;
	}
	
	footer li a {
		line-height: 2rem !important;
	}
	
	.social-media {
		grid-column: span 4 / span 4;
		justify-content: flex-start;
	}
	
	.social-media a {
		justify-content: flex-start;
	}
	
	footer > div {
		row-gap: 40px;
		grid-row-gap: 40px;
	}
}



@media screen and (min-width: 1180px) and (max-width: 1365px) {
	
	footer .h-button:before {
		font-size: 25px !important;
	}

	footer li a {
		font-size: 25px !important;
		line-height: 2rem !important;
	}
	
	.social-media {
		grid-column: span 3 / span 3;
	}
	
	.footer-menu {
	    grid-column: span 5 / span 5;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1365px) {
	.social-media {
		grid-column: span 3 / span 3;
	}
	
	.footer-menu {
	    grid-column: span 4 / span 4;
	}
}

@media screen and (min-width: 1366px) and (max-width: 1679px) {
	footer .h-button:before {
		font-size: 25px !important;
	}

	footer li a {
		font-size: 25px !important;
		line-height: 2rem !important;
	}
}



.header-slider__container {
	background-color: #000;
}