@font-face{
	font-family:CaviarDreams;
	src:url(../fonts/CaviarDreams.ttf);
}
@font-face{
	font-family:Paintbrush;
	src:url(../fonts/Paintbrush.ttf);
}
* {
	-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%;
}
/* CSS Document */

header, section, article, aside, figure, figcaption, nav, footer {
	display:block;	
}
#topBar {
	width: 100%;
	height: 100px;
	position: fixed;
	overflow: hidden;
	z-index: 2000;
	top:0;
	left: 0px;
	background-color: rgba(255,255,255,1.00);
}
nav {
	margin: 0 auto;
	width: 960px;
	height: 100px;
	position: relative;
}
.btn {
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: absolute;
}
.btn img:hover {
	margin-top: -100px;
}
#btn1 {
	z-index: auto;
}
#btn1 img {
	margin-left: 0px;
}
#btn2 {
	left: 150px;
}
#btn2 img {
	margin-left: -100px;
}
#btn3 {
	left: 300px;
}
#btn3 img {
	margin-left: -200px;
}
#btn4 {
	left: 450px;
	top: 0px;
}
#btn4 img {
	margin-left: -300px;
}
#btn5 {
	top: 0px;
	left: 600px;
}
#btn5 img {
	margin-left: -400px;
}
#btn6 {
	top: 0px;
	left: 750px;
}
#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;
	padding-top: 100px;
	z-index: 100;
}
#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%;
	font-family:Paintbrush;
    height: 300px;
	padding-top: 10px;
	font-size: 3em;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
}
article {
	background-color:#FFF;
	font-family:CaviarDreams;
	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;
}
#artthumbnail {
	width: 320px;
	height: 271px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	text-align: center;
}
#music {
	width: 300px;
	margin: 0 auto;
	height: 27px;
}
