/* import fonts */

@import url('https://fonts.googleapis.com/css2?family=Rye&display=swap');


/* main styles */
.performer img {
	clear: both;
	margin: 5px;
	width: 400px;
	height: auto;
}
.performer {
	min-height: 250px;
}
body {
	background-color: #18161c;
	font-family: Garamond, serif;
	font-size: 28px;
	background-image: url("media/images/KatsBazaar_bg_tile.jpg");
	background-repeat: repeat-y;
	background-size: contain;
}

ul {
	list-style-position: inside;
}

.mainBody {
	height: 100%;
	padding: 2vw 5vw 0 5vw;
}

.kbHeader {
	font-family: 'Rye', cursive;
	font-size: 80px;
	text-align: center;
	background-color: #18161c;
	color: #cc1f2c;
	line-height: auto;
}

.kbHeader a {
	text-decoration: none;
	cursor: pointer;
}

.kbHeader a:link { color: #cc1f2c; }
.kbHeader a:visited { color: #cc1f2c; }

.topNavContainer {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-around;
	
	width: 100%;
	border: none;
	background-color: #18161c;
}

.topNavContainer a {
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	text-transform: capitalize;
	color: #cc1f2c;
	width: 100%;
}

.topNavContainer a:hover {
	background-color: #363240;
}

.topNavItem {
	line-height: 36px;
	text-align: center;
}

.kbContentItem {
	width: 100%;
	padding-bottom: 50px;
}

#hero_image {
	clear: both;
	margin: 5px;
	width: 800px;
	height: auto;
}



h1 {
	text-align: center;
	font-family: 'Rye', cursive;
	font-size: 48px;
	color: #cc1f2c;
}

h2 {
	font-family: 'Rye', cursive;
	font-size: 48px;
	color: #cc1f2c;
	text-align: center;
}

h3 {
	font-family: 'Rye', cursive;
	font-size: 36px;
	color: #cc1f2c;
	text-align: center;
}

h4 {
	font-family: 'Rye', cursive;
	font-size: 24px;
	color: #cc1f2c;
}

/*.kbContentItem img {
	padding: 10px;
	max-height: 400px;
	max-width: 400px;
}*/

.hero {
	max-width: 600px;
}

.image_on_left {
	float: left;
	padding-right: 20px;
} 

.image_on_right {
	display: block;
	clear: both;
	float: right;
	padding-left: 20px;
}

.center {
	display: block;
 	margin-left: auto;
 	margin-right: auto;
	text-align: center;
	
}

.left {
	text-align:left;
}

.clear {
	margin: 0, auto;
	padding-left: 27vw;
}

.hattip {
	text-align: center;
	font-size: 12px;
}
.poetry
{
  margin-left: 2em;
}

.poetry .stanza
{
  margin: 1em auto;
}

.poetry .verse
{
  text-indent: -3em;
  padding-left: 3em;
}

.poetry .indent2
{
  text-indent: -2em;
}


/* photo gallery */

#kbSplideContainer {
	position: fixed;
	top: 200px;
	margin-right: 5%;
	text-align: center;
	display: none;
}

#closeSplideDiv {
	text-align: right;
	vertical-align: top;
	font-family: 'Arial', serif;
	font-size: 36px;
	font-weight: bold;
	cursor: pointer;
	display: none;
}

.splide__slide img {
	max-width: 80%;
	max-height: 600px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.poetry
{
  margin-left: 2em;
}

.poetry .stanza
{
  margin: 1em auto;
}

.poetry .verse
{
  text-indent: -3em;
  padding-left: 3em;
}

.poetry .indent2
{
  text-indent: -2em;
}

#poster {
	margin:0,auto;
	padding:0;
	padding-top: 10px;
	max-width: 80vw;
	max-height:none;
	width:80vh;
}

#poemimg {
	width: 25vw;
}

#aboutimg {
	width:15vw;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 20px;
	display: block;
}

.eventsimg {
	max-width: 25vw;
	padding:20px;
}

#clowns {
	min-width: 25vw;
	max-width: 35vw;
}


hr {
	clear: both;
}

.dateblock {
	max-width: 75vw;
	display:block;
	clear:both;
}

/* responsive styles */

@media (max-width: 800px) {
	.kbHeader {
		font-size: 56px;
	}
	.topNavContainer {
		flex-direction: column;
	}
	h1, h2 {
		font-size: 28px;
	}
	img {
		height: 300px!important;
	}
	#kbSplideContainer {
		top: 250px;
	}
}



@media (max-width: 600px) {
	img {
		float: none!important;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 500px) {
	#kbSplideContainer {
		top: 325px;
	}
}

@media only screen and (min-width: 1000px) {
	body {
		font-size: 24px;
	}
}
