@charset "UTF-8";
/* CSS Document */

html, body {
	width:100%;
	height:100%;
}

body {
	font-family: 'Lato', sans-serif;
	background:url(https://www.naxos.com/ecard/2018/bach-christmas-oratorio/images/bg.jpg) no-repeat center center fixed;
	background-color:#FFFFFF;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100% 100% cover;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	
	color:#000;
	font-size:16px;
	line-height:20px;
	font-weight:400;
	margin:0px;
}

.clearfix {
	clear:both;
}

a {
	font-weight:700;
	text-decoration: none;
	color:#007137;
}

a:hover {
	color:#000;
	cursor: pointer;
}

#ecard-w {
	width:100%;
	height:100%;
}

#ecard {
	width:980px;
	height:570px;
	background:url(https://www.naxos.com/ecard/2018/bach-christmas-oratorio/images/ecard-bg.jpg) no-repeat top left;
	background-size:cover;
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	margin:50px auto 0px;
	position:relative;
}

.shadow {
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.btn:hover {
	opacity:0.7;
	cursor: pointer;
}

/* HEADER . */

#header {
	width:980px;
	height:130px;
	position: relative;
}

#logo-naxos {
	margin-left:30px;
	float: left;
}

#main-title {
	font-family: 'Vollkorn', serif;
	text-align: center;
	width:860px;
	height:90px;
	padding-top:5px;
}

h1 {
	font-size:40px;
	color:#00a652;
	font-weight: 700;
	margin-top:-5px;
}

h2 {
	font-size:25px;
	color:#350b02;
	font-weight: 700;
}

#navigation-box {
	width:450px;
	height:25px;
	padding-top:5px;
	text-align:center;
	color:#fff;
	background-color:#300600;
	margin:0px auto 0px;
	position: absolute;
	left:265px;
	z-index: 100;
}

#homebtn, #artistbtn, #recommendedbtn {
	font-weight: 700;
	margin:0px 40px;
}

#homebtn:hover, #artistbtn:hover, #recommendedbtn:hover {
	color:#00a652;
	cursor: pointer;
}

#content {
	width:925px;
	height:430px;
	margin:0px 30px 0px;
	position: absolute;
}

/* HOME */

#home {
	width:920px;
	height:430px;
	display:block;
}

#home-left {
	width:310px;
	float:left;
	margin:30px 30px 0px 0px;
}

#home-right {
	width:585px;
	position: absolute;
	right:0px;
	z-index: 10;
}

#audioplayer {
	margin-top:25px;
}

#audiotext {
	font-size:13px
}

#audio {
	margin-top:5px;
}

#home_blurb {
	margin-top:20px;
	width:325px;
	text-align: justify;
}

.catno {
	font-size:13px;
	text-align: center;
	margin-top:-15px;
}

.btn-discover {
	width:110px;
	margin:10px auto 0px;
}

#home-artist {
	position: absolute;
	right:-25px;
	bottom:-10px;
}


/* NEW RELEASE */

#artist {
	width:920px;
	height:410px;
	display:none;
}

#artist_nav {
	width:925px;
	text-align:center;
	font-size:13px;
	position: absolute;
	z-index: 100;
	margin-top:-10px;
}

#artist1btn, #artist2btn, #artist3btn, #artist4btn, #artist5btn, #artist6btn {
	margin:0px 20px;
	font-weight:700;
	color:#00572a;
}

#artist1btn:hover, #artist2btn:hover, #artist3btn:hover, #artist4btn:hover, #artist5btn:hover, #artist6btn:hover {
	color:#000;
	cursor: pointer;
}

#artist-content {
	width:920px;
	height:390px;
	margin-top:20px;
}

#artist1 {
	display: block;
}

#artist2 {
	margin-top:10px;
	display: none;
}

#artist3 {
	display: none;
}

#artist4 {
	display: none;
}

#artist5 {
	display: none;
}

#artist6 {
	display: none;
}

.artist-left {
	width:300px;
	margin:30px;
	float:left;
}

.artist-right {
	width:550px;
	float: left;
	margin-top:30px;
}

.artist-title {
	font-size:20px;
	font-weight: 700;
	border-left:10px solid #00a652;
}

.artist-blurb {
	margin-top:20px;
}

.photo-credit {
	font-size:10px;
	color:#fff;
	margin-top:-20px;
	margin-left:10px;
	opacity:.5;
}
/* RECOMMENDED */

#recommended {
	width:940px;
	height:430px;
	display:none;
}

.reco_indiv {
	width:200px;
	float:left;
	align-content: center;
	text-align: center;
	margin:15px;
}

.reco_catno {
	margin-top:10px;
}

.reco-review {
	margin-top:10px;
}

/* FOOTER */

#footer {
	font-size:11px;
	text-align:center;
	color:#fff;
	position:absolute;
	width:980px;
	bottom:-90px;
}

#footer a {
	font-weight:700;
	text-decoration: none;
	color:#fff;
}

#footer a:hover {
	color:#2fff94;
	cursor: pointer;
}

#socmed_box {
	width:60px;
	margin: auto;
}

#blog, #fb {
	width:25px;
	float: left;
	margin-right:5px;
}