<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Author:		Rico FloÃŸ, floss@51nullacht.de
Author URI: https://www.51nullacht.de/
Project:	ohmymusic.de
Date:		2022-02
Client:		Oh, my music
*/

/* BS: Small devices (landscape phones and up) */
@media (min-width: 576px) {

}

/* BS: Medium devices (tablets and up) */
@media (min-width: 768px) {

	h1, .h1 { font-size: 2rem; }
	h2, .h2 { font-size: 1.75rem; }
	h3, .h3 { font-size: 1.5rem; }
	h4, .h4 { font-size: 1.1rem; }

}

/* BS: Large devices (desktops and up) */
@media (min-width: 992px) {

	.main-navigation a {  }
	.main-navigation &gt; li { display: inline-block; }

	/* lvl 2 */
	.main-navigation &gt; li &gt; .children { position: absolute; top: 100%; z-index: +1; min-width: 200px; }
	.main-navigation &gt; li.hover &gt; .children,
	.main-navigation &gt; li:hover &gt; .children { display: block; }
}

/* BS: Extra large devices (large desktops and up) */
@media (min-width: 1600px) {

}</pre></body></html>