@charset "UTF-8";
@import url("musicStyle.css");
/* Global Styles */
img { max-width: 100%; height: auto; }

body {
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
	font-family: "Times New Roman", Times, serif;
}
/* Header */
#mainwrapper header {
	background-color: #FFFFFF;
	overflow: auto;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: 400;
	max-width: 100%;
	height:auto;
}
#mainwrapper header nav {
	/*Nav bar containing links in header */
	text-align: left;
	padding-top: 1px;
	padding-bottom: 5px;
	float: left;
	color: #FFFFFF;
	max-width:33%;
}
header nav a {
	/* Links in header */
	max-height: 100%;
	max-width: 60%;
	display:block;
	padding-right:5%;
	padding-left:13%;
}
header nav img:hover {
	opacity: .5;
}
body {
	display: block;
}
body .albumPhoto {
	max-width:50%;
	clear: both;
	padding-right: 35px;
	padding-left: 15px;
	float: left;
}

body .musicText p {
	font-family: "Times New Roman", Times, serif;
	color: rgba(146,146,146,1.00);
	font-size: 36px;
	font-weight: 400;
	line-height: 1.8;
	overflow-y: auto;
	text-align: center;
	padding-right:10px;
	padding-left: 5px;
	max-width: 40%;
	word-wrap:normal;
	float:inherit;
}
.externalResourcesNav .externalResources a {
	font-family: "Times New Roman", Times, serif;
	color: rgba(255,255,255,1.00);
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-decoration: none;
}

/* Media query for Mobile devices*/
@media only screen and (min-width : 1px) and (max-width : 715px) {
/* Header */
header {
	float: none;
}
body .musicText p {
	font-family: "Times New Roman", Times, serif;
	color: rgba(146,146,146,1.00);
	font-size: 28px;
	font-weight: 400;
	line-height: 1.8;
	overflow-y: hidden;
	padding-right:10px;
	padding-left: 5px;
	text-align: center;
	max-width: 100%;
	clear: both;
	}
body .albumPhoto {
	display: inline-block;
	vertical-align: middle;
	max-width:100%;
	padding-right: 5%;
	height: auto;
	align-self:center;
	}
	
body .musicText {
	align-content: center;
	max-width: 100%;
}
}
header .navBar {
	display: block;
	margin-top: 15px;
	clear: both;
	float:none;
	align: left;
	max-width: 10%
}
header .navBar .nav {
	max-width: 30%;
	height: auto;
	display: block;
	float:center;
	}
/* Media Query for Tablets */
@media only screen and (min-width : 481px) and (max-width : 1024px) {
/* Header */
header {
	width: 100%;
	float: none;
}
body .albumPhoto {
	float: none;
	clear: none;
	margin-right: -15px;
	margin-top: auto;
	max-width:100%;
	
}
body .musicText {
	text-align: justify;
	margin-top: 2%;
	font-size:22px;
	max-width: 100%;
}
header .float-container {
	
	max-width: 80%;
	float: none;
	padding-right:50%;
	}
header .float-child {
    width: 100%;
    float: none;
	}
header .navBar .nav {
	width: auto;
	height: auto;
	max-width:100%;
	display: inline-block;
	margin-right: 23px;
}
}
/* Desktops and laptops  */
@media only screen and (min-width:1025px) {
/* Header */
body .albumPhoto {
	float: none;
	clear: both;
	margin-right: 3%;
}
body .musicText {
	text-align: left;
	padding-top: 10%;
	font-size:14px;
}
header .navBar .nav {
	width: 74px;
	height: 74px;
	display: inline-block;
	margin-right: 23px;
	float:none;
}
}