.nav__list {
	list-style-type:none;
	text-align: center;
	font-size:0.9em;
}
.nav ul li {
	display: inline-block;
	padding: 1em 1em;
	letter-spacing: 3px;
}
.nav__listitem a {
	color:rgba(255,255,255,.6);
	text-transform: uppercase;
}
.nav__listitem a:hover {
	color:rgba(255,255,255,1)
}
.spotify {
	background: url('/assets/images/spotify-white.svg');
background-repeat: no-repeat;
background-size: auto;
}
.spotify:hover {
background: url('/assets/images/spotify-black.svg');
background-repeat: no-repeat;
background-size: auto;
}
a.medialink {
	padding: 40px 40px;
	margin:0px 20px;
}
.apple {
	background: url('/assets/images/apple-music-white.svg');
background-repeat: no-repeat;
background-size: auto;
}
.apple:hover {
background: url('/assets/images/apple-music-black.svg');
background-repeat: no-repeat;
background-size: auto;
}
.youtube {
	background: url('/assets/images/youtube-white.svg');
background-repeat: no-repeat;
background-size: auto;
}
.youtube:hover {
background: url('/assets/images/youtube-black.svg');
background-repeat: no-repeat;
background-size: auto;
}
.instagram {
	background: url('/assets/images/instagram-white.svg');
background-repeat: no-repeat;
background-size: auto;
}
.instagram:hover {
background: url('/assets/images/instagram-black.svg');
background-repeat: no-repeat;
background-size: auto;
}
.amazon {
	background: url('/assets/images/amazon-music-white.svg');
background-repeat: no-repeat;
background-size: auto;
}
.amazon:hover {
background: url('/assets/images/amazon-music-black.svg');
background-repeat: no-repeat;
background-size: auto;
}
.tidal {
	background: url('/assets/images/tidal-white.svg');
background-repeat: no-repeat;
background-size: auto;
}
.tidal:hover {
background: url('/assets/images/tidal-black.svg');
background-repeat: no-repeat;
background-size: auto;
}
.medialinks {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.logo-home {
	max-width:40vw;
}
@media (max-width:1049px){
a.medialink {
	padding: 30px 30px;
	margin:20px 10px;
}
.logo-home {
	max-width:50vw;
}
.medialinks {
	max-width:700px;
}
}
@media (max-width:800px){
a.medialink {
	padding: 25px 25px;
	margin:20px 10px;
}
.medialinks {
	max-width:600px;
}
.logo-home {
	max-width:60vw;
}
}