@font-face{
	src:url(../fonts/allfont.ttf);
	font-family:allfont;
}
@font-face{
	src:url(../fonts/bodyfont.ttf);
	font-family:bodyfont;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 100%;
}
/* 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: 0px;
}
.btn {
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: absolute;
}
.btn img:hover {
	margin-top: -100px;
}
#btn1 {
	top: 0px;
	left: 250px;
}
#btn1 img {
	margin-left: 0px;
}
#btn2 {
	top: 0px;
	left: 500px;
}
#btn2 img {
	margin-left: -100px;
}
#btn3 {
	top: 0px;
	left: 750px;
}
#btn3 img {
	margin-left: -200px;
}
#btn4 {
	top: 0px;
	left: 950px;
}
#btn4 img {
	margin-left: -300px;
}
#btn5 {
	top: 0px;
	left: 1200px;
}
#btn5 img {
	margin-left: -400px;
}
#btn6 {
	top: 0px;
	left: 1500px;
}
#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*/
	padding-top: 100px;
	padding-right: px;
	padding-left: px;
	position: relative;
}
#section1 {
	background-image: url(../images/backgrounds/bg1.jpg);/*Path relative to CSS file, not relative to html file*/
	margin-top: 100px;
}
#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;
	font-family:allfont;
}
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*/
	font-family:bodyfont;
}
.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: 2px dotted #000;
	margin: 10px;
	border-radius: 5px;
}
#poemThumbnails {
	display: -webkit-flex;
	justify-content: center;
	flex-wrap: wrap;
}
#figure1{
	-webkit-transform: rotate(-15deg);/*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-right: 50px;
	margin-top: 53px;
	width: 210px;
	height: 155px;
}
#figure2{
	-webkit-transform: rotate(15deg);/*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);
	margin-right: 50px;
	margin-top: 48px;
}
#figure3{
	-webkit-transform: rotate(-15deg);/*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);
	margin-right: 0px;
	margin-top: 45px;
}
#topBar nav #btn5 {
}
#artthumbnail {
	width: 320px;
	margin: 10px;
	padding: 10px;
	height: 480px;
	float: left;
	text-align: center;
}
#music {
	width: 300px;
	margin: 0 auto;
	height: 27px;
}
