@charset "UTF-8";
/* CSS Document */
@font-face {/*directions on how to find the custom font*/
	font-family:Salsabilla;
	src:url(../fonts/headerFont-Salsabilla.ttf);
}
*{
	box-sizing:border-box;
	margin:0;
	padding:0;
}
body {
	background-color: #FFFFFF;
}
nav {
	height: 0px;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: no-wrap;
	align-content: center;
	position: fixed;
	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 {
}
#btn2 img {
	margin-left: -100px;
}
#btn3 img {
	margin-left: -200px;
}
#btn4 img {
	margin-left: -300px;
}
#btn5 img {
	margin-left: -400px;
}
#btnProjects img {
	margin-left: -504px;
}
section {
	width: 100%;
	height: auto;
	min-height: 100vh;
	background-repeat: no-repeat;
	background-origin: border-box;
	background-attachment: fixed;
	background-position: center top;
	background-size: cover;
	padding-top: 0px;
	padding-bottom: 100px;
}
header {
	width: 100%;
	height: auto;
	min-height: 102vh;
	display: -webkit-flex;/*for chrome, safari, opera*/
	display: flex;/*for other browsers*/
	justify-content: center;/*horizontally centered*/
	align-content: center;/*vertically centered*/
}
.headerText {
	margin: auto;
	font-size: 4em;
	width: 100%;
	height: 141px;
	text-align: center;
	background-color: rgba(255,255,255,0.44);
	font-family: Salsabilla;
	padding-top: 29px;
	padding-right: 29px;
	padding-bottom: 29px;
	padding-left: 29px;
	font-weight: 400;
	letter-spacing: 6px;
	max-width: 384px;
}
#section1 {
	background-image: url(../images/bg1.png);
}
#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 {
	height: 100%;
	position: relative;
	background-color: rgba(255,255,255,0.70);
	min-height: 50vh;
	font-family: josefin-sans;
	font-style: normal;
	font-weight: 400;
	margin: auto;
	font-size: large;
	padding-top: 17px;
	padding-right: 17px;
	padding-bottom: 17px;
	padding-left: 17px;
	max-width: 1200px;
}
#mymusic {
}
.centeringDiv p {
	margin-bottom: 23px;
}
.centeringDiv {
	width: 100%;
	height: auto;
	margin: 0 auto;
	max-width: 980px;
	position: relative;
}

.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:0 auto;/*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%;
}
.clearFloats {
	width: 100%;
	height: 0px;
	position: relative;
	clear: both;
}
#allPoems figure img {
	border-radius: 109%;
}
#allPoems {
	position: relative;
	width: 100%;
	height: auto;
	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;
	text-align: center;
}
iframe {
}
#artThumbnail {
	width: 200px;
	height: auto;
	margin-top: 5px;
	margin-right: px;
	margin-left: 5px;
	margin-bottom: 5px;
	float: left;
	text-align: center;
}
#artThumbnail img {
	border-radius: 50%;
}
#artTitle {
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
.centeringDiv p img {
	height: auto;
	width: 987px;
}
body footer {
	font-family: josefin-sans;
	font-style: normal;
	font-weight: 300;
	background-color: rgba(195,181,204,1.00);
	width: 100%;
	height: auto;
	font-size: 0.8em;
	padding-top: 17px;
	padding-right: 17px;
	padding-bottom: 17px;
	padding-left: 17px;
}
.spokenword {
}
.apps {
	width: auto;
}
