html, body { margin: 0; padding: 0; background-color: #231f20; color: #fff; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 18px; }

nav { font-size: 16px; font-weight: bold; }

.center-content { height: 100vh; }

.marginnavbar { margin-top: 80px; }

img.logo-home, img.md, img.lg { width: 100%; height: auto; }
img.logo-home { max-width: 750px; }
img.md { max-width: 256px; }
img.lg { max-width: 500px; }
img.link { transition: all .2s ease-in; }
img.link:hover { opacity: .9; }

#webstores ul { margin: 0; padding: 0; list-style-type: none; text-align: left; }
#webstores li { display: inline; margin: 0; padding: 0; top: 0; }
#webstores a { float: left; display: block; margin-right: 5px; background: url('../v2/img/sprite_logoswebstores.png') top left no-repeat; width: 90px; height: 30px; background-position: 9000px 9000px; text-indent: -9000px; border: none; }
#webstores a:hover { opacity: 0.4; }
#webstores a.beatport { background-position: 0 0; }
#webstores a.itunes { background-position: -90px 0; }
#webstores a.amazon { background-position: -180px 0; }
#webstores a.fnac { background-position: 0 -30px; }
#webstores a.virginmega { background-position: -90px -30px; }
#webstores a.sevendigital { background-position: -180px -30px; }
#webstores a.googleplay { background-position: 0 -60px; }
#webstores a.deezer { background-position: -90px -60px; }
#webstores a.spotify { background-position: -180px -60px; }
#webstores a.musicme { background-position: 0 -90px; }
#webstores a.qobuz { background-position: -90px -90px; }
#webstores a.junodownload { background-position: -180px -90px; }

@media all and (max-width: 992px) { /* version mobile */

html, body { font-size: 14px; }

.center-content { margin-top: 80px; height: auto; }

}
