html {
	height: 99%;
}

body {
	display: grid;
	place-items: center;
	height:100%;
	background-color: #ffffff;
	line-height: 0px;
	max-width: 900px;
	margin: auto;
	padding: 0;
}

a:link {
	color: #3C432C;
	text-decoration: none;
}

a:visited {
	color: #3C432C;
	text-decoration: none;
}

a:hover {
	color: #F34D4F;
	text-decoration: none;
}

p {
	margin: 10px;
}

h1 {
	margin: 10px;
}

h2 {
	margin: 10px;
}

h3 {
	margin: 10px;
}

hr {
        height: 0px;
        width: 80%; /* Or a specific pixel value */
}

a:active {
	color: #f3869a;
	text-decoration: none;
}

.wrapper {
	display: flex;
	flex-direction: column;
	vertical-align: middle;
	height: 100%;
	text-align: center;
	justify-content: center;
	align-items: center;
	padding: 0;
}

.images {
	max-width: 85%;
	height: auto;
}

.smallimages {
	max-width: 30%;
	height: auto;
}

.txthiddenhead {
	color: #151833;
	font-family: 'Public Sans', Arial, sans-serif;
	display: none;
	font-weight: normal;
	text-align: center;
	max-width: 80%;
	word-wrap: break-word;
}

.txthead {
	color: #3C432C;
	font-family: 'Public Sans', Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	max-width: 80%;
	word-wrap: break-word;
}

.txtsubhead {
	color: #3C432C;
	font-family: 'Public Sans', Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	max-width: 80%;
	word-wrap: break-word;
}

.txtmain {
	color: #3C432C;
	font-family: 'Public Sans', Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	max-width: 80%;
	word-wrap: break-word;
	line-height: 1.2;
}

.txtbrand {
	color: #CD191A;
	font-family: 'Public Sans', Arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
	text-align: center;
}

.txtmainfooter {
	color: #e8e8e8;
	font-family: 'Public Sans', Arial, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	max-width: 95%;
	word-wrap: normal;
	line-height: 1.2;
}

.button {
	background-color: #CD191A;
	border: none;
	border-radius: 4px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;	
	font-family: 'Public Sans', Arial, sans-serif;
	font-weight: 500;
	font-size: medium;
	margin: 0 4px;
	padding: 0.8rem 1rem;
	text-align: center;
	text-decoration: none;
}

.button:hover {
	background-color: #F34D4F;
}