@charset "UTF-8";
/* CSS Document */
@font-face {/*directions how to find the cutom font */
	font-family:headerFont;
	src:url(../fonts/headerFont.TTF);
}
*{
	box-sizing:border-box;
	margin:0;
	padding:0;
}

body {
	background-color: rgba(255,255,255,1.00);
}
nav {
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(248,240,240,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(248,240,240,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(248,240,240,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(248,240,240,1.00) 100%);
	background-color: rgba(255,252,252,1.00);
	width: 100%;
	height: 114px;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: no-wrap;
	align-content: center;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 8000;
}
.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: -306px;
}
#btn5 img {
	margin-left: -404px;
}
#btnProjects img {
	margin-left: -495px;
}
section {
	width: 100%;
	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;
	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: 499px;
	height: 67px;
	font-family: headerFont;
	text-align: center;
	background-color: rgba(252,246,246,0.37);
	border-radius: 0px 20px;
	border: 10px solid rgba(255,255,255,1.00);
	padding-top: 39px;
	padding-right: 0px;
	padding-bottom: 65px;
	padding-left: 0px;
}
#header1 .headerText {
	width: 388px;
}
#header2 .headerText {
	width: 228px;
	background-color: rgba(18,12,12,1.00);
	color: rgba(245,236,236,1.00);
}
#header3 .headerText {
	width: 192px;
}
#header4 .headerText {
	width: 156px;
}
#header5 .headerText {
	width: 153px;
}
#section1 {
	background-image: url(../images/bg1.jpg);
	margin-top: 114px;
}
#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%;
	position: relative;
	background-color: rgba(255,254,254,1.00);
	min-height: 50vh;
	font-family: josefin-sans;
	font-style: normal;
	font-weight: 100;
}
.centeringDiv {
	width: 100%;
	margin: 0 auto;
	max-width: 980px;
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
}
.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: 20px;
	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%;
}
#allpoems figure img {
	border-radius: 50%;
}
#mymusic {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 0px;
}
.centeringDiv p {
	margin-bottom: 15px;
}
.clearFloats {
	width: 100%;
	height: 0px;
	position: relative;
	clear: both;
}
#allPoems {
	position: relative;
	width: 100%;
	height: 114px;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: no-wrap;
	margin: auto;
	align-content: center;	
}
#allPoems figure {
	width: 175px;
	margin: auto;
	height: auto;
	text-align: center;
	border: 1px solid rgba(18,13,13,1.00);
}
#allPoems figure img {
	border-radius: 50%;
}
#artThumbnail {
	width: 224px;
	height: auto;
	margin: 10px;
	float: left;
	text-align: center;
	padding: 5px;
	border: 1px solid rgba(18,17,17,1.00);
}
#artTitle {
	margin-bottom: 18px;
	font-size: 2em;
	color: rgba(242,55,66,1.00);
}
footer {
	width: 100%;
	height: auto;
	font-size: 0.8em;
	font-family: josefin-sans;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
