@import url('https://fonts.googleapis.com/css?family=Montserrat');

.edmondstyleLarge {
	font-family: "Montserrat", sans-serif;
	font-size: 48pt;
	font-weight:bold;
	color: black;
}


.edmondstyleSmall {
	font-family: "Montserrat", sans-serif;
	font-size: 28pt;
	font-weight:bold;
	color: black;
}


.edmondstyleXSmall {
	font-family: "Montserrat", sans-serif;
	font-size: 14pt;
	color: black;
	text-align: justify;
	text-justify: inter-word;
	line-height: 1.75;
}


.artistStatement {
	display:none;
	text-align: justify;
}


img {
  display: block;
  width: 700px;
  max-height: 800px;
  overflow: hidden;
}


#artistStatementButton {
	background-color: white;
	border: none;
}


.artistStatementButton {
	padding-left: 25px;
}


.edmondson {
	padding-left: 50px;
}


.womxnartist {
	padding-left: 25px;
}


.tenPxBottomTop {
	padding-bottom: 30px;
	padding-top: 30px;
}

.fixOrientation {
	image-orientation: from-image;
}