#poem-title {
}
#poem-title h2 {
	display: block;
}
#poem-title h2:nth-child(1) {
	font-size: 4.5vh;
}
#poem-contents {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 4%;
}
#all-user-text {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}


.stage-div, .stage_div {
	vertical-align: top;
	display: inline-block;
	width: 46%;
	margin: 1% 0; 
	min-height: 80vh;
}
#stage-5, #stage_5 {
	display: block;
	margin: 0 auto 0 4%;
	min-height: 40vh;
}
.number {
	font-size: 14pt;
}
.word-div {
	position: relative;
	display: inline-block;
}
.userword {
	display: inline-block;
	white-space: pre;
}
.st {
	margin-bottom: 0px;
	display: inline-block;
	position: absolute;
	width: 0px;
	background-color: #000;
	height: 0px;
	padding-top: 1px;
	padding-bottom: 1px; 
	transition: width 0.3s ease-in;
}
.poem-line, .poem_line {
	font-size: 90%;
	width: 100%;
	/*border: 1px solid blue;*/	
	margin: 2px 0 2px 0;
	height: 30px;
}
.end_line {
	height: 32%;
	/*border-top: solid black 2px;*/
	border-bottom: 1px black solid;
	display: none;
}
.empty_line, .empty-line {
	/*border: solid red 1px;*/
	margin-right: 0px;
	width: 100%;
	margin: 2px 0 2px 0;
	/*padding: 2px 0 2px 0;*/
	height: 30px;
}
.substitute {
	/*border: 1px solid green;*/
	font-family: 'Libre Baskerville', serif;
	margin: 2px 0 2px 2px;
	height: 30px;
	width: 100%;
}
#all_user_text {
	margin: 2% 1%;
}
#all_user_text h2 {
	text-align: left;
}
/*#stage_1, #stage_3, #stage_5 {
	width: 13%;
}*/
.left-text {
	/*border-top: solid black 2px;*/
	vertical-align: top;
	/*font-size: 20%;*/
	width: 60%;
	display: inline-block;
}
.right-text {
	/*border-top: solid black 2px;*/
	vertical-align: top;
	/*font-size: 20%;*/
	width: 39%;
	display: inline-block;
}
.nav-button {
	width: 100%;
	display: inline-block;
}
.nav-button.hide {
	display: none;
}
#poem-number {
	text-align: center;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
}
#date {
	text-align: center;
	margin: 20px 0;
	/*margin-bottom: 30px;*/
}
#bottom-buttons {
	display: flex;
	justify-content: space-evenly;
	width: 80%;
}
#bottom-buttons > * {
	width: 30%;
	display: inline-block;
}
/*#download-button {
	font-size: 20px;
	width: 30%;
	height: 50px;
	margin-bottom: 20px;
}
#download-button:hover {
	background-color: black;
	color: white;
	border-color: #aeaeae;
	-webkit-filter: invert(1);
   	filter: invert(1);
}*/
#download-icon {
	height: 20px;
	margin-left: 8px ;
	vertical-align: center;
}
#authorship {
	flex-basis: 100%;
	margin: 3% 0;
}
#authorship div {
	text-align: center;
}
#author-name {
	margin-right: 2%;
}
#ig-handle {
	margin-left: 2%;
}
#instagram-videos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#instagram-videos h1 {
	flex-basis: 100%;
}
.instagram-content {
	margin: 3% 15%;
	display: flex;
	justify-content: center;
	/*flex-wrap: wrap;*/
}
.instagram-post {
	display: inline-block;
	margin: 0 5% 4% 5%;
}
#contact-button button {
	width: auto;
	padding: 3px 15px;
}