@font-face {
	font-family: "Lemon Milk Regular";
	src: url("LEMONMILK-Regular.otf");
}

@font-face {
	font-family: "Apple Garamond Regular";
	src: url("AppleGaramond.ttf");
}

html, body {
	margin: 0;
	height: 100%;
}

body {
	background-color: mistyrose;
}

a:link {
	font-family: "Apple Garamond Regular";
	font-size: 1.3em
}

header {
	background-color: indianred;
	margin-bottom: 5%;
	a {
		text-decoration: none;
	}
	a:link {
		color: black;
		font-family: "Lemon Milk Regular";
		font-size: 1em;
	}
	a:visited {
		color: black;
		font-family: "Lemon Milk Regular";
		font-size: 1em;
	}
}

.headerTab {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	transition: 0.5s;
}

.headerTab:hover {
	background-color: darkred;
}

#homeTab {
	background-color: black;
	color: indianred;
}

img {
	width: 500px;
}

.notVisible {
	display: none;
}

.flexbox {
	display: flex;
	justify-content: space-evenly;
}

#t {
	color: darkred;
}

#富夢 {
	color: darkred;
}

.mainText {
	flex-direction: column;
	height: 100%;
}

.secondaryText {
	flex-direction: column;
	p {
		font-family: "Apple Garamond Regular";
		font-size: 2.5rem;
		margin-top: 0px;
		text-align: end;
		white-space: pre;
	}
}

.displayablePoems {
	width: 450px;
	height: 564px;
	white-space: pre-wrap;
	overflow: scroll;
	scrollbar-color: maroon indianred;
	
}

#poemTitle {
	font-size: 3em;
	font-weight: bold;
	font-family: "Lemon Milk Regular";
}

#poemText {
	font-family: "Apple Garamond Regular";
	font-size: 2rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#poemLinks {
	padding-top: 30px;
	p {
		margin-bottom: 50px;
		font-family: "Apple Garamond Regular";
		font-size: 1.3em;
		text-decoration: underline overline crimson;
		color: maroon;
	}
	p:hover {
		cursor: pointer;
	}
}

#randomPoemButton {
	font-size: 1.3em;
	margin-top: 25px;
	font-family: "Apple Garamond Regular";
	background-color: mistyrose;
	color: maroon;
}

#randomPoemButton:hover {
	background-color: crimson;
}

.eventColumn {
	flex-direction: row;
	margin-bottom: 5%;
	width: 80%;
	justify-content: normal;
	align-items: center;
	img	{
		max-width: 15%;
		width: auto;
		border-radius: 50px 5px;
	}
	p {
		align-self: center;
		margin: 0px 30px;
	}
}

#eventContainer {
	flex-direction: column;
	align-items: center;
}

.eventText	{
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 100%;
}

#tommy {
	display: flex;
	justify-content;
	font-family: "Lemon Milk Regular";
	font-size: 6rem;
	letter-spacing: 1rem;
	border-bottom: solid 0.3rem FireBrick;
	border-radius: 0.5rem;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3rem;
	text-shadow: black 0px 0.5rem 0.8rem; 
	p {
		margin-bottom: 0px;
	}
}

#leftImageButton {
	margin-left: 10px;
}

#rightImageButton {
	margin-left: 450px;
}

.imageButtons {
	position: absolute;
	width: 40px;
	height: 35px;
	margin-top: 350px;
	background-color: rgba(0 0 0 / 40%);
	border-radius: 5px;
	border: none;
	z-index: 0;
}

.imageButtons:hover {
	background-color: rgba(80 80 80 / 80%);
}

#socialsContainer {
	justify-content: center;
}

.contactLinks {
	text-align: center;
	text-decoration: none;
	border-radius: 10px;
	padding: 1rem 1rem;
	& p {
		margin: 0;
		color: #e90000;
		font-size: 2rem;
	}
	
	transition: background-color 0.75s;
}

.contactLinks:hover {
	background-color: black;
}

.contactSVGIcons {
	height: 100px;
	filter: invert(10%) sepia(53%) saturate(7500%) hue-rotate(19deg) brightness(93%) contrast(126%);
	margin-left: 1rem;
	margin-right: 1rem;
}

#mobileHeaderTab {
	display: none;
}

#mobileMenu {
	position: absolute;
	width: 15rem;
	height: 0px;
	background-color: black;
	right: 0px;
	top: 5.1rem;
	border-left: solid 3px indianred;
	overflow: clip;
	transition: height 0.25s;
	z-index: 1;
}

@media (max-width: 800px) {
	svg {
		height: 50px;
		fill: indianred;
	}
	
	img {
		width: 100%;
		margin-top: 5rem;
	}
	
	#header {
		justify-content: space-between;
	}
	
	.headerTab {
		display: none;
	}
	
	#mobileHeaderTab {
		display: initial;
		font-family: "Lemon Milk Regular";
		font-size: 2rem;
		p {
			margin-top: 16px;
			margin-bottom: 16px;
		}
	}
	
	#mobileHeaderMenu {
		background-color: black;
		align-content: center;
	}
	
	#mobileHeaderMenu:hover {
		cursor: pointer;
	}
	
	.mobileMenuSection {
		color: darkred;
		border-bottom: solid 2px indianred;
		font-family: "Apple Garamond Regular";
		font-size: 2rem;
		padding-top: 5px;
		padding-bottom: 5px;
		p {
			margin: 0;
			margin-left: 1rem;
		}
		
		a:link {
			color: darkred;
			font-family: "Apple Garamond Regular";
			font-size: 3rem;
			margin-left: 1rem;
		}
		
		a:visited {
			color: darkred;
			font-family: "Apple Garamond Regular";
			font-size: 3rem;
		}
	}
	
	#defaultMenuSVG {
		padding: 8px 16px 0px 16px;
	}
	
	#mansMenuSVG {
		display: none;
	}
	
	.mainText {
		margin-top: 8em;
	}
	
	#tommy {
		border-bottom: none;
		writing-mode: vertical-lr;
		color: darkred;
		& p {
			margin: 0px;
			padding: 2rem 0px;
			border-top: solid 0.25rem firebrick;
			border-bottom: solid 0.25rem firebrick;
			border-radius: 0.5rem;
		}
		white-space: pre;
	}
	
	#t {
		color: black;
	}
	
	#富夢 {
		color: black;
	}
	
	#aboutMain {
		flex-direction: column-reverse;
		text-wrap-mode: initial;
		& p {
			white-space: normal;
			font-size: 1.7rem;
			text-align: center;
			margin-top: 3rem;
		}
		& svg {
			fill: white;
			height: initial;
		}
	}
	
	#leftImageButton {
		left: 1rem;
		margin-left: 0;
	}
	
	#rightImageButton {
		right: 1rem;
	}
	
/*DO THE POETRY SECTION*/
	#poetryContainer {
		flex-direction: column;
	}
	
	.displayablePoems {
		width: 100%;
	}
	
	#poemTitle {
		font-size: 2rem;
	}
	
	#poemText {
		font-size: 1.5rem;
	}
	
	.eventColumn{
		flex-direction: column;
		padding-bottom: 10%;
		padding-top: 10%;
		border-top: solid darkred;
		margin-bottom: 0;
		& img {
			max-width: 50%;
			border-radius: 10px 5px;
			margin-bottom: 2rem;
			margin-top: 0;
		}
		
		& p {
			font-family: "Apple Garamond Regular" ;
		}
	}
	
	#socialsContainer {
		flex-direction: column;
	}
}