/* bold: Cormorant Garamond */
/* header 2: Forum */
/* text: Rosario */
/* credits: Playfair Display */
/* normal serif: Ovo */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Forum&family=Ovo&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Rosario:ital,wght@0,300..700;1,300..700&display=swap');

body.mainbody {
	padding-top: 40px;
	background-color: #e8cccd;
	font-family: Rosario, sans-serif;
}

.footerwrap {
	width: 100%;
	position: fixed;
	top: 10px;
}

.footer {
	width: fit-content;
	margin: auto;
	margin-right: 0px;
}

.footercontent {
	float: left;
	width: 100%;
	background-color: #d09597;
	outline: white solid thin;
}

.footer p {
	width: 100%;
	text-align: left;
	color: white;
	margin-left: 1.5em;
	margin-right: 2em;
}

.footer a {
	color: white;
}

.hcenter {
	margin: auto;
	width: 50%;
	border: 3 px solid green;
	padding: 10 px;
	text-align: center;
}

.heroimage {
	display: block;
	width: 50%;
	max-width: 744px;
	height: auto;
	margin: auto;
	margin-top: 30px;
	border: double;
	border-width: thick;
	border-radius: 30px;
	border-color: #50AFD5
}

.coverart {
	display: block;
	width: 50%;
	max-width: 400px;
	height: auto;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	border: none;
}

a.hoveronly:link {
	color: inherit;
	text-decoration: none;
}

a.hoveronly:visited {
	color: inherit;
	text-decoration: none;
}

a.hoveronly:hover {
	color: inherit;
	text-decoration: underline;
}

a.hoveronly:active {
	color: inherit;
	text-decoration: underline;
}

a.hoveronly:focus {
	color: inherit;
	text-decoration: underline;
}

.credits {
	font-family: Playfair Display, serif;
}

.bigheader {
	font-family: Coromant Garamond, serif;
}

.smolheader {
	font-family: Forum, serif;
}

.serif {
	font-family: Ovo, serif;
}