@charset "UTF-8";
/* CSS */

body {
	margin: 0;
	padding: 211px 22px 0;
	background: #000000;
	box-sizing:border-box;
	text-align:center;
	background-image:url('../_img/mariah-whitney.webp');
	background-size:contain;
	background-position:center top;
}

.clear {
  clear:both;
}

#wrapper {
	margin:0 auto 0;
	max-width:800px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair Display', serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	color:#ffc658;
	margin:0 auto 22px;
	line-height:1.2;
}

h1 {
	font-size:16vw;
	text-shadow:
        -2px -2px 0 #593d0d,
        2px -2px 0 #593d0d,
        -2px 2px 0 #593d0d,
        2px 2px 0 #593d0d;
	margin:0 auto 44px;
}

#root div:first-of-type {
	display:none !important;
}

#root {
	font-family: "Playfair Display", serif !important;
}

iframe {
	font-family: "Playfair Display", serif;
}