header {
	height: 100%;
	width: 100%;
	background-image: url("gradient7.jpg"), url("gradient1.jpg"), url("gradient2.jpg");
	background-size: auto 100%, 50% 100%, 50% 100%;
	background-position: center bottom, right top, left top;
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	height: 73%;
	width: 100%;
	background-image: url("Images/cursiveLogo.png");
	background-size: auto 28vh; 
	background-position: center bottom;
	background-repeat: no-repeat;
}

#bio-wrapper {
	position: absolute;
	bottom: 2vh;
	width: 100%;
}

#bio {
	display: block;
	font-family: Roboto;
	font-size: 2.5vh;
	text-align: justify;
	width: 85vh;
    margin: 0 auto;
	color: #fff1fd;
}
#newsong {
	width: 27vh;
	height: 27vh;
	margin-left: 3vh;
	margin-top: 5vh;
}
#biotext {
	float:left; 
	width: 48vh;
}
.left-shape {
	shape-outside: polygon(0 0, 20% 100%, 0 100%, 100% 0);
	float: left;
	width: 5vh;
	height: 30vh;
}
.right-shape {
	shape-outside: polygon(0 0, 0 100%, 200% 0%);
    float: right;
    width: 9vh;
    height: 8vh;
}
#musicplatforms {
	font-family: Open Sans Condensed;
	font-size: 24px;
	margin-top: 12px;
	left: 1.1vw;
	position: fixed;
	z-index: 100;
	float: left;
}
#musicplatforms img {
	width:32px;
	height: auto;
}
#social {
	font-family: Open Sans Condensed;
	right: 1.1vw;
	margin-top: 12px;
	position: fixed;
	z-index: 100;
}
.newssections {
	background-color: rgba(255,255,255,0.1);
	margin: 0 auto;
	margin-top: 2vh;
	width:55%;
	padding: 1.5%;
}
.newssections h2 {
	font-family: Open Sans Condensed;
	font-size: 3.5vh;
}
@media only screen and (orientation: portrait) {
	header {
		height: 100%;
		width: 100%;
		background-color: #E3E3E3;
		background-image: url("gradient7.jpg"), url("gradient1.jpg"), url("gradient2.jpg");
		background-size: auto 100%, 50% 100%, 50% 100%;
		background-position: center bottom,right top, left top;
		background-repeat: no-repeat;
	}
	#links a {
		 font-size: 5vw;
	}

	#logo {
		position: absolute;
		height: 43vh;
		width: 100%;
		bottom:0;
		background-image: url("Images/cursiveLogo.png");
		background-size: auto 25vw; 
		background-position: center top;
		background-repeat: no-repeat;
	}
	#bio-wrapper {
		position: absolute;
		bottom: 2vh;
		width: 100%;
	}

	#bio {
		display: block;
		font-family: Roboto;
		font-size: 2.5vh;
		text-align: justify;
		width: 94vw;
		margin: 0 auto;
	}
	#newsong {
		width: 20vh;
		height: 20vh;
		margin-bottom: 25vh;
		margin-left: 37vw;
	}
	#biotext {
		float:left; 
		width: 93vw;
	}
	.left-shape {
		display: none;
		shape-outside: polygon(0 0, 20% 100%, 0 100%, 100% 0);
		float: left;
		width: 5vw;
		height: 30vw;
	}
	.right-shape {
		display: none;
		shape-outside: polygon(0 0, 0 100%, 200% 0%);
		float: right;
		width: 9vw;
		height: 8vw;
	}
	#musicplatforms {
		width: 5vw;
		z-index: 100;
	}
	#musicplatforms img {
		width:5vw;
		height: auto;
		margin-bottom: 1vw;

	}
	#social {
		width: 5vw;
		z-index: 100;
	}
	#social img {
		width:5vw;
		height: auto;
		margin-bottom: 1vw;

	}
	.newssections {
		width 90%;
	}
}

body {
	padding: 0px;
	margin: 0px;
	color: #fddbf9;
	/*text-shadow: 0 0 13px #ffffff99;*/
	font-family: Roboto;
	background-color: #020202;
}

h2 {
	font-family: Josefin Sans;
	text-align: center;
	font-size: 44px;
	font-weight: 400;
}


#links {
	 font-family: Open Sans Condensed;
	 font-size: 4vh;
	 margin-right: 16px;
	 text-align: center;
	 width: 100%;
	 top: 1.1vh;
}
#links a {
	 text-decoration: none;
	 color: #fddbf9;
	 padding-right: 4px;
	 padding-left: 4px;
}

section {
	width: 80%;
	margin: auto;
}

main {
	height: 100%;
}

footer {
	width: 100%;
	text-align: center;
	font-size: 1.1vh;
	position: fixed;
	bottom: 4px;
	color: #fddbf9;
}
#homelogo {
	height: 8.5vh;
	display: block;
	margin: auto;
	padding-top: 1vh;
}
#homelogowrapper {
	margin: 0 auto;
}

.songsections {
	display: flex;
	width: 90%;
	max-width: 80vh;
	margin: 0 auto;
	margin-top: 6vh;
	flex-wrap: wrap;
	flex-direction: row;
	text-align: center;
	font-family: Open Sans Condensed;
	font-size: 2vh;
	height: 80%;
}
.songsections h2 {
	font-family: Open Sans Condensed;
	font-size: 3.5vh;
	display: inline;
}
.songsections div {
	width: 48%;
	height: 40%;
}
.songsections iframe {
	width: 95%;
	height: 75%;
}
