body {
	background-color: whitesmoke;
	margin: 0px;
}

h3 {
	color: #bbcd47;
	font-weight: bold;
	
}

img {
	width: 128px;
	height: auto;
}

a {
	color: #d23902;
	font-family: 'acme', sans-serif;
}

li {
	text-align: left;
	margin-left: 30px;
}

hr {
	border: 1px dotted #2a6331;
	scale: 1.5em;
	margin: 10px;
}

.page {
	display: flex;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	height: 546px;
	border-radius: 20px;
	box-shadow: -5px 5px 0px 0px #d23902;
	border: 2px dashed #d23902;
}

#pagetitle {
	display: inline;
	background-color: #5f89ca;
	color: whitesmoke;
	width: 140px;
	font-family: 'acme', sans-serif;
	text-align: center;
	writing-mode: vertical-lr;
	text-orientation: sideways;
	border-radius: 20px 0px 0px 20px;
}

	#pagetitle h1 {
		margin: 0px;
		margin-left: 40px;
		line-height: 30px;
		transform: scale(3);
	}

.pagenav {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 140px;
	height: 546px;
	background-color: #bbcd47;
	color: whitesmoke;
}

	.pagenav p {
		margin-left: 0px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.pagenav a {
		color: whitesmoke;
	}

	.pageactive a {
		color: #d23902;
	}

#pageimg {
	width: 820px;
}

	#pageimg img {
		width: 820px;
		height: auto;
		border-radius: 0px 20px 20px 0px;
	}

#content {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'acme', sans-serif;
	color: #04576e;
	background-color: whitesmoke;
	border-radius: 20px;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	box-shadow: -5px 5px 0px 0px #d23902;
	border: 2px dashed #d23902;
}

.textflow {
	padding: 0px 20px 0px 20px;
}

.design {
	display: flex;
	align-items: center;
}

.designpage {
	display: flex;
	width: 900px;
	flex-wrap: wrap;
}

	.designpage_block button {
		border: none;
		font-size: 15px;
		background-color: #bbcd474e;
		border-bottom: 2px solid #bbcd47;
		font-family: 'acme', sans-serif;
		font-size: xx-large;
		margin-left: 30px;
		margin-right: 30px;
	}

	.designpage_block button:hover {
		background-color: #bbcd47;
		color: whitesmoke;
	}

	#delete {
		border: none;
		font-size: 15px;
		background-color: #c458634e;
		border-bottom: 2px solid #c45862;
		font-family: 'acme', sans-serif;
		margin-left: 30px;
		margin-right: 30px;
	}

	#delete:hover {
		background-color: #c45862;
		color: whitesmoke;
	}

	.designpage img {
		width: 300px;
		height: auto;
	}

	.designpage_block {
		display: flex;
		width: 300px;
	}

	#animalinformation {
		margin-left: 100px;
	}

	.moreimage_blocks {
		display: flex;
		width: 100px;
	}

	.moreimage_blocks img {
		width: 100px;
		height: auto;
	}

.blocks {
	width: 300px;
	overflow: hidden;
	position: relative;
}

	.blocks img {
		width: 200px;
		margin-left: 40px;
		position: relative;
		vertical-align: center;
		border-radius: 10%;
		font-weight: bold;
	}

	.blocks h3 {
		font-family: 'acme', sans-serif;
		position: absolute;
		top: 0px;
		bottom: 0px;
		right: 0px;
		left: 0px;
		text-align: center;
		font-weight: bold;
		color: #04576e;
		padding-top: 60px;
		visibility: hidden;
		margin: 0px;
		background: rgba(245,245,245,.7);
		border-radius: 50px;
	}

.product {
	display: flex;
	justify-content: space-evenly;
}

.contact_form_row {
	display: flex;
	font-family: 'acme', sans-serif;
	color: #04576e;
	width: 900px;
}

	.contact_form {
		margin-left: 20px;
		/* display: flex; */
	}

	.contact_questions {
		width: 450px;
	}

	.formcss {
		font-family: 'acme', sans-serif;
		background-color: #d23a0218;
		color: #04576e;
		border: none;
		border-bottom: 2px solid #d23902;
		padding: 10px 5px;
		margin: 20px 0px;
		width: 350px;
	}

	select:focus {
		background-color: #d23902;
		color: whitesmoke;
	}

	.checkbox {
		padding: 0px 0px 20px 0px;
	}

	::placeholder {
		font-family: 'acme', sans-serif;
		color: #57636F;
	}

	#submit {
		border: none;
		font-size: 15px;
		background-color: #bbcd474e;
		border-bottom: 2px solid #bbcd47;
		font-family: 'acme', sans-serif;
	}

	#eraser {
		border: none;
		font-size: 15px;
		background-color: #c458634e;
		border-bottom: 2px solid #c45862;
		font-family: 'acme', sans-serif;
	}

	#sign_up {
		border: none;
		font-size: 15px;
		background-color: #d23a0271;
		border-bottom: 2px solid #d23902;
		font-family: 'acme', sans-serif;
	}

	#submit:hover {
		background-color: #bbcd47;
		color: whitesmoke;
	}

	#eraser:hover {
		background-color: #c45862;
		color: whitesmoke;
	}

	#sign_up:hover {
		background-color: #d23902;
		color: whitesmoke;
	}

.account_table {
	font-family: 'acme', sans-serif;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

th {
	border-bottom: 2px solid #d23902;
}

tr:nth-child(even) {
	background-color: #bbcd474e;
}

tr:hover {
	background-color: #04576e;
	color: whitesmoke;
}

td {
	width: 100px;
}

.block {
	width: 450px;
	margin-left: 100px;
}

.design .block {
	margin-left: 50px;
}

.block a:hover {
	background-color: #d23a024e;
}

.error_message {
	color: #d23902;
	font-style: italic;
	margin-bottom: 10px;
}

.log_out {
	display: flex;
	flex-direction: column;
	text-align: center;
}

#bottompawprint {
	background-color: #c45862;
	color: whitesmoke;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-family: 'acme', sans-serif;
}