@charset "UTF-8";
/* CSS Document for Art Commissions */

#introshell .image {
	height: 100vh !important;
	max-height: 100vh !important;
	/*height: auto;*/
	overflow: hidden !important;
	display: block;
	position: relative;
	width: 100% !important;
	background: #000 !important;
}
#introshell .image img{
	height: 100% !important;
	width: auto !important;
	position: relative;
	overflow: hidden !important;
	opacity: 40% !important;
}
#introshell .image {
	height: 100%;
	max-height: 100vh;
}
#introshell .image .introbox {
	width: 100%;
	padding-bottom: 5%;
}
#introshell .image .introbox h1 {
	font-family: "CHRA-Hand", sans-serif !important;
	font-size: 5.2em;
	line-height: 60px;
}
#introshell .image .introbox .subtitle {
	line-height: 60px;
	color: #FFF !important;
	font-size: 2.0em;
}