body {
	background-image: url("/images/HereBeDragons-PosterTextless2026.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: #111214;
}

div.mainContent {
	text-align:center;
	margin-top:5rem;
	background-color:#f5f5f560;
}

.playfair-display-sc-bold {
  font-family: "Playfair Display SC", serif;
  font-weight: 700;
  font-style: normal;
}

.manjari-thin {
  font-family: "Manjari", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.manjari-bold {
  font-family: "Manjari", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.row {
	display:flex;
	padding:1rem;
	flex-wrap:wrap;
}

@media (min-width: 600px) {
	.column {
		flex:50%;
	}	
}

@media (max-width:599px) {
	.column {
		width:100%;
	}
}

h1, h2 {
  font-family: "Playfair Display SC", serif;
  font-weight: 700;
  font-style: normal;
}

h1, h2, p {
	/**color: #D9C9A5;**/
	color:black;
}

p {
	font-family: "Manjari", sans-serif;
  	font-weight: 400;
  	font-style: normal;
}

a {
	font-family: "Manjari", sans-serif;
  	font-weight: 700;
  	font-style: normal;
}

.contentPane {
	/*display:inline-block;
	margin-left:4rem;
	margin-right:4rem;
	width:30%;*/
}

img.headshot {
	width:50%;
	height:auto;
	object-fit:contain;
}

.bio {
	text-align:left;
}