#part1 .textblock {
	background-image: url("/img/music_header_bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#menu-hum {
	background-color: #ff0037 !important;
	a:hover {
		color: #ffa89d !important;
	}
}
.textblock {
	background-color: #ff0037 !important;
}
.imageblock {
	background-image: url("/img/music.jpg") !important;
}
#footer-dividor {
	background-image: url("/img/footer_dividor_ff0037.svg") !important;
}
#footer-mainspace {
	background-color: #ff0037 !important;
}
#footer-inner {
	a:hover {
		color: #ffa89d !important;
	}
}
#music-grid {
	width: 90%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: auto;
}
.music-block {
	width: 30rem;
	height: 30rem;
	background-image: url("/img/music.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin: 4rem 3rem;
}
.music-block:hover {
	background-size: 110%;
}
.music-block.call-the-smish {
	background-image: url("/img/music/call_the_smish.jpg"); !important
}
.music-block.la-la-race {
	background-image: url("/img/music/la_la_race.jpg") !important;
}
.music-block.love {
	background-image: url("/img/music/love.jpg") !important;
}
.music-block.ram-bam {
	background-image: url("/img/music/ram_bam.jpg") !important;
}
.music-block.polka {
	background-image: url("/img/music/polka.jpg") !important;
}
.music-block.symphony {
	background-image: url("/img/music/symphony.jpg") !important;
}
.music-block.this-is-smish {
	background-image: url("/img/music/this_is_smish.jpg") !important;
}
