
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/****************
 Main
****************/

body {
	font-family: 'Garamond', serif;
	color: #014168;
	font-size: 18px;
}

.banner {
	position: relative;
	width: 100%;
	height: 400px;
	background: url('../assets/bg-snow.jpg') center;
	background-size: cover;
}

@media only screen and (max-width: 64rem), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
	.banner {
		height: auto;
	}
}

.banner .wrap {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1200px;
	display: flex;
	align-items: flex-end;
}

@media only screen and (max-width: 64rem), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
	.banner .wrap {
		flex-direction: column-reverse;
	}
}

.banner .wrap .album-cover {
	width: 100%;
	max-width: 33.33%;
	position: relative;
}

@media only screen and (max-width: 64rem), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
	.banner .wrap .album-cover {
		max-width: none;
		padding: 0 20px;
	}
}

.banner .wrap .album-cover img {
	position: absolute;
	bottom: -20px;
	left: 0;
	-webkit-box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.6);
	width: 100%;
	display: block;
}

@media only screen and (max-width: 64rem), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
	.banner .wrap .album-cover img {
		position: relative;
	}
}

.banner .wrap h1 {
	font-size: 56px;
	font-weight: bold;
	padding: 0 0 40px 40px;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,.6);
}

@media only screen and (max-width: 64rem), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
	.banner .wrap h1 {
		text-align: center;
		margin: 20px 20px 0;
		font-size: 36px;
		padding: 0;
	}
}

.wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.row {
	display: flex;
	padding: 60px 0;
}

@media only screen and (max-width: 64rem), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
	.row {
		flex-direction: column;
	}
}

.row h2 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 15px;
}

@media only screen and (max-width: 64rem), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
	.row h2 {
		font-size: 28px;
	}
}

.row h2 span {
	font-size: .5em;
}

.row h3 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 15px;
}

@media only screen and (max-width: 64rem), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
	.row h3 {
		font-size: 28px;
	}
}

.row .col-1-3 {
	width: 33.33%;
	padding: 0 20px;
}

@media only screen and (max-width: 64rem), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
	.row .col-1-3 {
		width: 100%;
	}
}

.row .col-1-3 ol {
	font-size: 22px;
	padding-left: 20px;
}

@media only screen and (max-width: 64rem), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
	.row .col-1-3 ol {
		font-size: 18px;
	}
}

.row .col-1-3 ol li {
	padding-bottom: 10px;
}

.row .col-2-3 {
	width: 66.66%;
	padding: 0 20px 0 40px;
}

@media only screen and (max-width: 64rem), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
	.row .col-2-3 {
		width: 100%;
		padding: 0 20px;
	}
}

.row .col-2-3 .purchase-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #84b7d9;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 64rem), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
	.row .col-2-3 .purchase-wrap {
		flex-direction: column;
	}
}

.row .col-2-3 .purchase-wrap form {
	margin-left: 60px;
}

@media only screen and (max-width: 64rem), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
	.row .col-2-3 .purchase-wrap form {
		margin-left: 0;
	}
}

.row .col-2-3 .purchase-wrap p {
	color: #adadad;
	text-align: center;
	margin-bottom: 10px;
}

.row .col-2-3 ul {
	list-style: none;
	border-bottom: 1px solid #84b7d9;
	padding-bottom: 10px;
	margin-bottom: 40px;
}

.row .col-2-3 ul li {
	margin-bottom: 20px;
	font-size: 22px;
}

@media only screen and (max-width: 64rem), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
	.row .col-2-3 ul li {
		font-size: 18px;
	}
}

.row .col-2-3 ul li audio {
	width: 100%;
}

.row .col-2-3 ul li audio controls {
	background: #eee;
}

.row .col-2-3 img {
	display: block;
	width: 100%;
	margin: 0 0 20px;
}

.footer {
	width: 100%;
	padding: 40px 20px 60px;
	background: #84b7d9;
	color: #fff;
}

.footer .wrap {
	padding-left: 20px;
}

.footer a {
	color: #fff;
}

/**
Responsive Embed
**/

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 20px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


