@charset "UTF-8";
/* CSS Document */
@font-face {/*directions how to find the custom font */
	font-family:headerFont;
	src:url(../fonts/headerFont.ttf);
}
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	/* [disabled]background-color: rgba(255,255,255,1.00); */
}
nav {
	height: 100px;
	width: 100%;
	position: fixed;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: no-wrap;
	align-content: center;
	top: 0px;
	left: 0px;
	z-index: 8000;
	background-color: rgba(255,255,255,1.00);
}
.btn {
	width: 100px;
	height: 100px;
	overflow: hidden;
	cursor: pointer;
	margin-top: auto;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: auto;
	float: left;
}
.btn img:hover {
	margin-top: -100px;
}
#btn1 img {
	margin-left: 0px;
}
#btn2 img {
	margin-left: -100px;
}
#btn3 img {
	margin-left: -200px;
}
#btn4 img {
	margin-left: -300px;
}
#btn5 img {
	margin-left: -400px;
}
#btnProjects img {
	margin-left: -500px;
}
section {
	width: 100%;
	height: auto;
	min-height: 100vh;
	background-repeat: no-repeat;
	background-origin: border-box;
	background-attachment: fixed;
	background-size: cover;
}
header {
	width: 100%;
	height: auto;
	min-height: 75vh;
	font-family:headerFont;
	display: -webkit-flex;/*for Chrome, Safari, Opera */
	display: flex;/*for other browsers */
	justify-content: center;/*horizontally centers */
	align-content: center;/* vertically centers */
}
.HeaderText {
	margin: auto;
	font-size: 3em;
	width: 64px;
	height: 54px;
	text-align: center;
	background-color: rgba(252,252,252,0.49);
	border-radius: 20px;
	border-width: 0px;
	color: rgba(255,253,253,0.91);
}
#header1 .HeaderText {
	width: 260px;
	color: rgba(0,0,0,1.00);
}
#header2 .HeaderText {
	width: 173px;
	color: rgba(0,0,0,1.00);
}
#header3 .HeaderText {
	width: 165px;
	color: rgba(0,0,0,1.00);
}
#header4 .HeaderText {
	width: 114px;
	color: rgba(0,0,0,1.00);
}
#header5 .HeaderText {
	width: 156px;
	color: rgba(0,0,0,1.00);
}
#section1 {
	background-image: url(../images/bg1.jpg);
	margin-top: 100px;
}
#section2 {
	background-image: url(../images/bg2.jpg);
}
#section3 {
	background-image: url(../images/bg3.jpg);
}
#section4 {
	background-image: url(../images/bg4.jpg);
}
#section5 {
	background-image: url(../images/bg5.jpg);
}
article {
	width: 100%;
	height: auto;
	position: relative;
	min-height: 50vh;
	font-family: antic;
	font-style: normal;
	font-weight: 400;
	font-size: medium;
	background-color: rgba(255,255,255,0.70);
	padding-bottom: 20px;
}
.centeringDiv {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	max-width: 980px;
	position: relative;
	padding-bottom: 0px;
	padding-top: 21px;
}
.centeringDiv p {
	text-indent: 30px;
	margin-bottom: 15px;
}
.centeringDiv figure {
	text-align: center;
	margin-bottom: 26px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	max-width: 853px;/*same width as video itself*/
	width: 100%;
	margin-top: 21px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;/*centers the video*/
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	max-width:853px;/*change as desired*/
	max-height:480px;/*if you change max-width, make sure the height has a ratio of 16:9*/
	width: 100%;
	height: 100%;
}
#myMusic {
	margin-top: 20px;
	margin-bottom: 14px;
}
.clearFloats {
	width: 100%;
	height: 0px;
	position: relative;
	clear: both;
}
#allPoems {
	width: 100%;
	height: auto;
	position: relative;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: no-wrap;
	align-content: center;
}
#allPoems figure {
	width: 175px;
	margin: auto;
	height: auto;
	padding: 5px;
}
#allPoems figure img {
}
#artthumbnail {
	width: 200px;
	height: auto;
	margin: 10px;
	float: left;
	text-align: center;
}
#artTitle {
	margin-bottom: 8px;
	font-size: 1.2em;
}
footer {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 0.8em;
	font-family: antic;
	padding: 6px;
}
