@charset "UTF-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
	position: relative;
	font-size: 100%;
}
/* CSS Document */

header, section, article, aside, figure, figcaption, nav, footer {
	display:block;	
}
#topBar {
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
}
nav {
	width: 980px;
	margin: 0 auto;
	height: 100px;
	position: relative;
}
.btn {
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: absolute;
}
.btn img:hover {
	margin-top: -100px;
}
#btn1 {
	top: 0px;
	left: 21px;
}
#btn1 img {
	margin-left: 0px;
}
#btn2 {
	top: 1px;
	left: 180px;
}
#btn2 img {
	margin-left: -100px;
}
#btn3 {
	top: 0px;
	left: 336px;
}
#btn3 img {
	margin-left: -200px;
}
#btn4 {
	top: 0px;
	left: 495px;
}
#btn4 img {
	margin-left: -300px;
}
#btn5 {
	top: 0px;
	left: 649px;
}
#btn5 img {
	margin-left: -400px;
}
#btn6 {
	top: 0px;
	left: 798px;
}
#btn6 img {
	margin-left: -500px;
}
section {
	width: 100%;
	background-size: cover;/*This makes the image proportionally resize itself to cover the width of the screen*/
	background-origin: content-box;/*VERY IMPORTANT - this sets where the background begins to be visible*/
	background-attachment: fixed;/*VERY IMPORTANT - this makes the image NOT scroll with the content*/
	background-repeat: no-repeat;/*Not needed if your image is tall enough*/
	margin-bottom: 100px;
}
#section1 {
	background-image: url(../images/backgrounds/bg1.jpg);/*Path relative to CSS file, not relative to html file*/
	margin-top: 100px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}
#section2 {
	background-image: url(../images/backgrounds/bg2.jpg);
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}
#section3 {
	background-image: url(../images/backgrounds/bg3.jpg);
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}
#section4 {
	background-image: url(../images/backgrounds/bg4.jpg);
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}
#section5 {
	background-image: url(../images/backgrounds/bg5.jpg);
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}
header {
	width: 100%;
    height: 300px;
	padding-top: 10px;
	font-size: 3em;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
}
article {
	background-color:#FFF;
	height:auto;/*Allows this area to be vertically ELASTIC with non-floated content*/
	width:100%;
	min-height:calc(100vh - 300px); 
	position: relative;
	overflow: auto;/*Allows this area to be vertically ELASTIC with floated content*/
}
.centeringDiv {
	padding:10px;
	width: 960px;
	min-height:300px;
	height: auto;/*Allows this area to be vertically ELASTIC*/
	margin: 0 auto;/*This centers the content on the browser*/
	position: relative;
	z-index: 200;
}figure {
	text-align: center;
	border: 1px solid #000;
	margin: 10px;
	padding: 10px;
	border-radius: 30px;
}
#poemThumbnails {
	display: -webkit-flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-right: 5px;
}
#poemThumbnails figure {
	width: 240px;
	height: 195px;
}
#figure1{
	-webkit-transform: rotate(-25deg);/*for Chrome and Safari */
	-moz-transform: rotate(-25deg);/*for Firefox */
	-o-transform: rotate(-25deg);/*for Opera */
	-ms-transform: rotate(-25deg);/*for IE */
	transform: rotate(-25deg);/*for other browsers */
	margin-right: 27px;
	border: 3px solid #000;
	margin-top: 23px;
	width: 400px;
	height: 100px;
}
#figure2{
	-webkit-transform: rotate(deg);/*for Chrome and Safari */
	-moz-transform: rotate(deg);/*for Firefox */
	-o-transform: rotate(deg);/*for Opera */
	-ms-transform: rotate(deg);/*for IE */
	transform: rotate(deg);/*for other browsers */
	margin-left: 9px;
	margin-top: 23px;
	border: 2px solid #000;
	margin-right: px;
	width: 400px;
	height: 100px;
}
#figure3{
	-webkit-transform: rotate(25deg);/*for Chrome and Safari */
	-moz-transform: rotate(25deg);/*for Firefox */
	-o-transform: rotate(25deg);/*for Opera */
	-ms-transform: rotate(25deg);/*for IE */
	transform: rotate(25deg);/*for other browsers */
	margin-right: px;
	margin-left: 27px;
	border: 2px solid #000;
	margin-top: 23px;
	width: 400px;
	height: 100px;
}
#artthumbnail {
	width: 427px;
	margin: 10px;
	padding: 10px;
	height: 340px;
	float: left;
	text-align: center;
}
#music {
	margin: 0 auto;
	width: 300px;
	height: 27px;
}
