@font-face {
	font-family: 'Anthony';
	src: url('fonts/Anthony.woff2') format('woff2'),
		url('fonts/Anthony.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DINdong';
	src: url('fonts/DINdong.woff2') format('woff2'),
		url('fonts/DINdong.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Old Standard TT';
	src: url('fonts/Old Standard TT.ttf') format('woff2'),

		font-weight: normal;
	font-style: serif;
}


.content {
	display: flex;
	width: 100vw;
	height: 100vh;
	
	max-width: 1400px;
	margin: 0 auto;
	margin-bottom: 70px;
}


.intro {
	font-size: smaller;
	font-family: Dindong;
}

.intro-text p {
	/* font-size: 1em; */
	font-size: 16px;
	text-align: left;
	font-family: 'Old Standard TT', serif;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;

	


}

.search {
	width: 30%;
	background-color: rgb(255, 255, 255);
	


}

.random {
	margin-top: 40px;
	margin-left: 30px;
	margin-right: 30px;
	display: block;

}

.random p {
	font-size: 18px;

	color: #333;
	margin-bottom: 20px;
	font-family: Anthony;
	display: flex;
	font-weight: bolder;
}

p span:first-child {
	text-transform: uppercase;
	font-weight: bolder;
}

.random-text {
	font-size: 16px;
	color: #000000;
	background: #e2e1e1;
	padding: 5px;
	border-radius: 10px;
	display: inline-block;
	margin-left: 10px;
	min-width: 150px;
	text-align: left;
	text-transform: lowercase;
}

.generate-btn {
	background: #6d6e6e;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 50px;
	font-size: 10px;
	cursor: pointer;
	transition: 0.3s;
	margin-top: 20px;
}

.generate-btn:hover {
	background: #eef47e;
}


.intro-text {
	font-size: smaller;
	text-align: center;
	font-family: 'Old Standard TT', serif;
	margin-top: auto;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 90px;


}

.underline-link {
	text-decoration: underline;
	color: inherit;
	/* keeps it the same color as the paragraph */
}


.submenu {
	font-size: x-small;
	text-align: left;
	margin-left: 100px;
	margin-top: 20px;
}

.tags {
	text-align: left;
	font-family: Anthony;
}

.TextScroll {
	width: 70%;
	background-color: rgba(255, 255, 255, 0.859);
	/* background-color:  rgba(252, 255, 199, 0.957); */
	overflow-y: scroll;


}

.chapter {
	padding: 15px;
	margin-bottom: 10px;
	margin-top: 40px;
	margin-left: 100px;
	margin-right: 100px;
	text-align: center;
	font-size: 20px;
	font-family: 'Old Standard TT', serif;
	letter-spacing: 1px;
	border-bottom: 1px solid #000;

}

.chapter h2 {
	border-top: 40px;
	margin-bottom: 60px;
	font-family: Anthony;
	font-size: 22px;
}


.chapter img {
	width: 100%;
	/* so i want my image take up 100% of the column's width */
	height: auto;
	max-width: 100%;
	/* image will not exceed the column's width */
	display: block;
	/* unwanted space below the image is blocked by that */
	margin: 0 auto;
	padding-bottom: 40px;
	padding-top: 40px;
}


.image-wrapper input {
	display: none;
}

.image-slider {
	position: relative;
	width: 100% margin: auto;
}

.slide {
	display: none;
}

.slide img {
	width: 100%;
	height: auto;
}

#img1:checked~.image-slider .slide:nth-child(1),
#img2:checked~.image-slider .slide:nth-child(2),
#img3:checked~.image-slider .slide:nth-child(3),
#img4:checked~.image-slider .slide:nth-child(4),
#img5:checked~.image-slider .slide:nth-child(5),
#img6:checked~.image-slider .slide:nth-child(6),
#img7:checked~.image-slider .slide:nth-child(7),
#img8:checked~.image-slider .slide:nth-child(8),
#img9:checked~.image-slider .slide:nth-child(9),
#img10:checked~.image-slider .slide:nth-child(10),
#img11:checked~.image-slider .slide:nth-child(11),
#img12:checked~.image-slider .slide:nth-child(12),
#img13:checked~.image-slider .slide:nth-child(13),
#img14:checked~.image-slider .slide:nth-child(14),
#img15:checked~.image-slider .slide:nth-child(15),
#img16:checked~.image-slider .slide:nth-child(16),
#img17:checked~.image-slider .slide:nth-child(17),
#img18:checked~.image-slider .slide:nth-child(18),
#img19:checked~.image-slider .slide:nth-child(19),
#img20:checked~.image-slider .slide:nth-child(20),
#img21:checked~.image-slider .slide:nth-child(21),
#img22:checked~.image-slider .slide:nth-child(22),
#img23:checked~.image-slider .slide:nth-child(23),
#img24:checked~.image-slider .slide:nth-child(24),
#img25:checked~.image-slider .slide:nth-child(25)
 {
	display: block;
}

.arrow {
	font-size: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.301);
	padding: 5px;
	cursor: pointer;
	user-select: none;
}

.arrow.left {
	left: 10px;
}

.arrow.right {
	right: 10px;
}

.event-images-row {
	display: flex;
	justify-content: center;
	/* gap: 1px; */
	margin-top: 20px;

}

.event-images-row img {
	width: 35%;
	height: auto;
	margin-bottom: 12px;
}

.photo-description {

	text-align: center;
	font-size: 14px;
	font-family: DinDong;
	margin-bottom: 16px;
}


/* .menu {
    
    font-family: Dindong;
    font-size: 14;
    color: #000;
    text-decoration: none;
   
    
} */


.tag-button {
	text-align: left;
	font-family: Anthony;
	font-size: xx-small;
	margin-bottom: 10px;
	border-bottom: 1px dotted #000;

	background-color: #ffffff;
	/* Blue background */
	color: rgb(0, 0, 0);
	/* White text */
	padding: 10px 20px;
	border: none;
	border-radius: 20px;
	/* Rounded corners */
	cursor: pointer;
}


.bottom {
	position: fixed;
	bottom: 0;
	height: 4rem;
	width: 100%;
	/* border-top: 1px solid; */
	border-top: 1px dashed #b0afaf;
	background-color: #ffffff;
	z-index: 1;
	font-size: 0.8rem;
}

.marquee {
	display: inline-block;
	white-space: nowrap;
	padding-left: 100%;
	animation: scroll-left 200s linear infinite;
	font-family: DINdong;
	font-size: 14px;

}


#peoplewhoalwayscarryanotebook {
	text-shadow: 0px 0px 10px #eef47e;
}

span {
	transition: all 1s;

}

.active {
	font-size: 200%;
}


#thechoicesinhowwemove {
	text-shadow: 0px 0px 10px #eef47e;
}

span {
	transition: all 1s;

}

.active {
	font-size: 200%;
}



#peoplewhomisstheirhometown {
	text-shadow: 0px 0px 10px #eef47e;
}

span {
	transition: all 1s;

}

.active {
	font-size: 200%;
}

#absurdity {
	text-shadow: 0px 0px 10px #eef47e;
}

span {
	transition: all 1s;

}

.active {
	font-size: 200%;
}


#peoplewhospeakmanylanguages {
	text-shadow: 0px 0px 10px #eef47e;
}

span {
	transition: all 1s;

}

.active {
	font-size: 200%;
}



#storiesingestures {
	text-shadow: 0px 0px 10px #eef47e;
}

span {
	transition: all 1s;

}

.active {
	font-size: 200%;
}


#openspaces {
	text-shadow: 0px 0px 10px #eef47e;
}

span {
	transition: all 1s;

}

.active {
	font-size: 200%;
}


#shadowedcorners {
	text-shadow: 0px 0px 10px #eef47e;
}

span {
	transition: all 1s;

}

.active {
	font-size: 200%;
}


#spacesinbetween {
	text-shadow: 0px 0px 10px #eef47e;
}

span {
	transition: all 1s;

}

.active {
	font-size: 200%;
}


@keyframes scroll-left {
	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(-100%);
	}
}


@media (max-width: 600px) {
	.search {
		width: 100%;

	}

	.content {
		display: block;
	}

	.TextScroll {
		width: 100%;
		overflow: auto;

	}

	.chapter {
		margin-left: 5px;
		margin-right: 5%;
	}

}


@media only screen and (min-width: 2500px) {
	.search {
		font-size: 40px;
	}
}
