@charset "UTF-8";

/* Layout (global rules for all sizes) */

body { margin: 0px; padding: 0px; }
/* header a.logo { display: block; position: absolute; background-position: 0px 0px; background-repeat: no-repeat; } */
nav {
	width: 100%;
	display: block;
	position: absolute;
	background-color: #a6430a;
}
nav { top: 175px; }
nav a { margin: 12px 0px 10px 20px; }

/* Layout Large Screens (default for older browsers) */

header { height: 175px; background: url("../img/banner_large.jpg"/*tpa=https://free-classic-music.com/_inc/img/banner_large.jpg*/) no-repeat right 0px; }
/* header a.logo { width: 250px; height: 142px; top: 28px; right: 30px; background-image: url(../images/logo_large.png); } */

article { padding: 60px 20px 10px 20px; }


@media screen and (max-width: 980px) {
	footer { padding-left: 20px; }
}
