  /*-----------------------------------------------------------------------------------*/
/*	1.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

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: 62.5%;
	font: inherit;
	vertical-align: baseline;
	font-family: sans-serif ;
	font-style: normal;
	line-height:1.5;
}

@media screen and (min-width: 801px) {

body {
background-color: #ffffff;
	
}

header {
	color: #ffffff;
}

.top-image img {
	text-align: center;
	width: 100%;
    height: auto;
}

main {
	width: 100%;
	
}

h1 {
	color: #000000;
	font-family: "Josefin Sans", sans-serif;
	font-size: 20px;
	margin-top: 30px;
	margin-left: 9%;
	margin-bottom: 50px;
	text-align: left;

}


h2 {
	color: #000000;
	font-family: "Josefin Sans", sans-serif;
	font-size: 20px;
	margin-top: 200px;
	margin-right: 9%;
	margin-bottom: 0px;
	text-align: right;
}

.container {
	width: 100%;
	background-color: #ffffff;
	text-align: left;
	margin-bottom: 50px;
	
}

img.logo {
width: 80px;
margin-top: 30px;
margin-right: 0px;
margin-left: 9%;
margin-bottom: 30px;
}

.content-wrapper {
	background-color: #ffffff;
width: 100%;
margin-left: 9%;
	

}

.content-wrapper2 {
	background-color: #ffffff;
width: 150px;
	margin: 0px;

	
}

.content-wrapper img {
	width: 150px;
	margin-bottom: 10px;
}

.content-title {
color: #000000;
font-weight: bold;
font-size: 12px;
font-family: "Josefin Sans", sans-serif;
text-align: left;
}

.content-artist {
color: #000000;
font-weight: bold;
font-size: 11px;
font-family: "Josefin Sans", sans-serif;
text-align: left;
}

.flex {
	display: flex;
}

.blank {
	height: 100px;
}


a.btn_01 {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 1rem 0rem;
	font-weight:normal;
	border: 1px solid #000000;
	color: #000000;
	transition: 0.5s;
	font-size: 13px;
	
}

a.btn_01:hover {
	color: #fff;
	background: #000000;
}

.air {
	text-align: center;
	margin: 20px;
	color: #000000;
font-weight: bold;
font-size: 12px;
font-family: "Josefin Sans", sans-serif;
}
	


  footer {
	color: #000000;
	background-color: #ffffff;
	font-family: "Josefin Sans", sans-serif;
	font-size: 14px;
	text-align: center;
  }

}


  @media screen and (max-width: 800px) {

	body {
		background-color: #ffffff;
			
		}
		
		header {
			color: #ffffff;
		}
		
		.top-image img {
			text-align: center;
			width: 100%;
			height: auto;
		}
		
		main {
			width: 100%;
			
		}

		h1 {
			color: #000000;
			font-family: "Josefin Sans", sans-serif;
			font-size: 20px;
			margin-top: 50px;
			margin-bottom: 50px;
		
		}


		h2 {
			color: #000000;
			font-family: "Josefin Sans", sans-serif;
			font-size: 20px;
			margin-top: 200px;
			margin-bottom: 0px;
		}
		
		.container {
			width: 100%;
			background-color: #ffffff;
			text-align: center;
			margin-bottom: 50px;
			
		}

		img.logo {
			width: 100px;
			margin-top: 30px;
			margin-right: 0px;
			margin-left: 0;
			margin-bottom: 30px;
			}
		
		
		.content-wrapper {
			background-color: #ffffff;
		width: 100%;
		margin-bottom: 70px;
		}
		
		.content-wrapper img {
			width: 60%;
			margin: 10px;
		}
		
		.content-title {
		color: #000000;
		font-weight: bold;
		font-size: 12px;
		font-family: "Josefin Sans", sans-serif;
		}
		
		.content-artist {
		color: #000000;
		font-weight: bold;
		font-size: 11px;
		font-family: "Josefin Sans", sans-serif;
		}
		
		
		
		.blank {
			height: 100px;
		}
		
		
		a.btn_01 {
			display: block;
			text-align: center;
			text-decoration: none;
			width: 100%;
			margin-top: 20px;
			margin-bottom: 0px;
			margin-left: 0px;
			margin-right: 0px;
			padding: 1rem 0rem;
			font-weight:normal;
			border: 1px solid #000000;
			color: #000000;
			transition: 0.5s;
			font-size: 13px;
			
		}
		
		a.btn_01:hover {
			color: #fff;
			background: #000000;
		}
		
		
		
		.air {
			text-align: center;
			margin: 20px;
			color: #000000;
		font-weight: bold;
		font-size: 12px;
		font-family: "Josefin Sans", sans-serif;
		}
		
		
		
		  footer {
			color: #000000;
			background-color: #ffffff;
			font-family: "Josefin Sans", sans-serif;
			font-size: 11px;
			text-align: center;
		  }

	}