@charset "utf-8";
/* CSS Document */

header {
	background-color:rgba(250,235,215,.67);
	padding-bottom: .5rem;
	padding-top: .5rem;
	border: 2.5px solid #f57828;
    border-radius: 0.25rem;
}

body {
	background-image:url("peninsulaproducts background.jpg");
	background image: cover;
}

H1 {
	font-family:  Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color:saddlebrown;
	float: none;
	text-align: Center;
	padding: 50px;
}

H6 {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color: saddlebrown;
    padding-bottom: 1rem;
	font-size: large;
	font-style: oblique;
}

p {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

.trademark {
	font-size: smaller;
	vertical-align:text-top;
}

.cardcontainer {
	
	margin-top: .5rem;
}

footer {
	background-color:rgba(244,220,198,.75);
	padding-top: .5rem;
	padding-bottom: .5rem;
	margin-bottom: .5rem;
	margin-right: .5rem;
	margin-left: .5rem;
	border: .15rem solid #BB4323;
    border-radius: 0.25rem;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color: black;
	text-align: center;
	font-size: large;
}

footer a:link {
	color: #BB4323;
}
footer a:hover {
	color: #60718D;
	text-decoration: none;
}
footer a:visited {
	color:  #5E585a
}