.taste-of-music h2 {
	color: #eb5b0b;
}

.taste-of-music .cans h2 {
	color: #0c9eda;
}

.taste-of-music .logo-nav .logo,
.taste-of-music .software svg {
	fill: #eb5b0b;
}

.taste-of-music .burger > span {
	background: #eb5b0b;
}

.taste-of-music .software > div:hover::before {
	color: #eb5b0b;
}

.taste-of-music .page:nth-child(2) .page-column:nth-child(2) {
	background-image: url(../images/graphic-design/taste-of-music/cherry-note.webp);
	background-repeat: repeat;
	background-size: 50px;
	background-color: #FFEED4;
}

.taste-of-music .page.ice-cream .page-column:first-child,
.taste-of-music .page.cans .page-column:nth-child(2) {
	background-size: cover;
	background-position: center;
    background-repeat: none;
}

.taste-of-music .page.ice-cream .page-column:first-child {
	background-image: url(../images/graphic-design/taste-of-music/tom-ice-cream.webp);
	background-color: #FFEED4;
}

.taste-of-music .page.ice-cream .page-inner > div, 
.taste-of-music .page.cans .page-inner > div {
	height: auto;
	width: 100%;
	max-height: 100%;
}

.taste-of-music img {
	width: auto;
	max-width: 100%;
	max-height: calc(100% - 80px);
}

.taste-of-music .page.cans .page-column:nth-child(2) {
	background-image: url(../images/graphic-design/taste-of-music/tom-cans.webp);
	background-color: #b7ded9;
}

.taste-of-music .page.ice-cream {
	background-color: #ffeed4;
}
.taste-of-music .page.cans {
	background-color: #b7ded9;
}

.taste-of-music .page.ice-cream .page-column:nth-child(2),
.taste-of-music .page.cans .page-column:nth-child(1) {
	background-color: var(--color-background);
}

.taste-of-music .page:not(:nth-child(2)) .page-column * {
	text-align: center;
}

@media (max-width: 799px) {
	.taste-of-music .page.cans .page-column:first-child {
		order: 1;
	}
}


