@charset "UTF-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	font-size: 100%;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
/* CSS Document */

 	header, section, article, aside, figure, figcaption, nav, footer {
	display:block;	
}
#topBar {
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 1000;
	top: 0px;
	left: 0px;
}
nav {
	width: 960px;
	margin: 0 auto;
	height: 100px;
	position: relative;
}
.btn {
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: absolute;
}
.btn img:hover {
	margin-top: -100px;
}
#btn1 {
	top: 1px;
	left: 164px;
	margin-left: -152px;
	margin-top: -3px;
}
#btn1 img {
}
#btn2 {
	top: 2px;
	left: 305px;
	margin-left: -178px;
	margin-top: -4px;
}
#btn2 img {
	margin-left: -100px;
}
#btn3 {
	left: 448px;
	top: 2px;
	margin-left: -205px;
	margin-top: -3px;
}
#btn3 img {
	margin-left: -200px;
}
#btn4 {
	left: 787px;
	top: 2px;
	margin-left: -785px;
}
#btn4 img {
	margin-left: -300px;
}
#btn5 {
	left: 924px;
	top: 3px;
	margin-left: -806px;
}
#btn5 img {
	margin-left: -400px;
}
#btn6 {
	left: 1083px;
	top: 3px;
	margin-left: -843px;
}
#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*/
	position: relative;
}
#section1 {
	background-image: url(../images/backgrounds/bg1.jpg);
}
#section2 {
	background-image: url(../images/backgrounds/bg2.jpg);
}
#section3 {
	background-image: url(../images/backgrounds/bg3.jpg);
}
#section4 {
	background-image: url(../images/backgrounds/bg4.jpg);
}
#section5 {
	background-image: url(../images/backgrounds/bg5.jpg);
}
header {
	width: 100%;
	height: 300px;
	padding-top: 10px;
	font-size: 3em;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
	color: rgba(255,255,255,1.00);
	font-family: megrim;
	font-style: normal;
	font-weight: 400;
}
article {
	background-color:#FFF;
	height:auto;/*Allows this area to be vertically ELASTIC with non-floated content*/ 
	min-height:calc(100vh - 300px);
	width:100%;
	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;
	/* [disabled]font-style: normal; */
	/* [disabled]font-weight: 400; */
}
.poemfig {
	text-align: center;
	border: 15px solid #000;
	margin: 10px;
	padding: 10px;
	border-radius: 60px;
}
#poemThumbnails {
	display: -webkit-flex;
	justify-content: center;
	flex-wrap: wrap;
}
#figure1{
	-webkit-transform: rotate(-15deg);/*for Chrome and Safari*/
	-moz-transform: rotate(-15deg);/*for Firefox*/
	-o-transform: rotate(-15deg);/*for Opera*/
	-ms-transform: rotate(-15deg);/*for IE*/
	transform: rotate(-15deg);/*for other browsers*/
	margin-right: 38px;
	height: 180px;
	width: 271px;
}
#figure2{
	-webkit-transform: rotate(15deg);/*for Chrome and Safari*/
	-moz-transform: rotate(15deg);/*for Firefox*/
	-o-transform: rotate(15deg);/*for Opera*/
	-ms-transform: rotate(15deg);/*for IE*/
	transform: rotate(15deg);/*for other browsers*/
	margin-right: 33px;
	margin-left: 14px;
	width: 271px;
	height: 197px;
}
#figure3{
	-webkit-transform: rotate(-20deg);/*for Chrome and Safari*/
	-moz-transform: rotate(-20deg);/*for Firefox*/
	-o-transform: rotate(-20deg);/*for Opera*/
	-ms-transform: rotate(-20deg);/*for IE*/
	transform: rotate(-20deg);/*for other browsers*/
	margin-left: 17px;
	width: 270px;
	height: 196px;
}
#ArtThumbnail {
	margin: 10px;
	padding: 10px;
	width: 320px;
	float: left;
	text-align: center;
	border: 1px solid #000;
}
music {
	width: 300px;
	margin: 0 auto;
	height: 27px;
}
.btnHalf {
	background-color: rgba(255,255,255,1.00);
	width: 347px;
	height: 100px;
	border-radius: 10px;
}
.btnHalfL {
	position: absolute;
	top: 0px;
	left: 0px;
}
.btnHalfR {
	position: absolute;
	right: 0px;
}
#icons {
	width: 317px;
	height: auto;
	float: right;
	margin-left: 10px;
	position: relative;
}
#iconsL {
	float: left;
}
#iconsR {
	float: left;
}
#header1 {
	font-family: megrim;
	font-style: normal;
	font-weight: 400;
	font-size: 2.7em;
}
