/*
bg-oatmeal: #faf6f1
text-brown: #545454
logo-sage: #cfd5c5
border-green: #c5d5ce
bg-green: ##879e82
*/

body {
	font-family: Arial, sans-serif;
	padding: 1em 4em;
	background-image: url("img/res/green-woven-fabric-texture.png");
	background-repeat: repeat;
}

body a {
	color: #879e82;
	text-decoration: none;
}

body a:hover {
	color: #cfd5c5;
	text-decoration: underline;
}

#heading {
	font-family: Garamond, serif;
}

#main {
	color: #545454;
	background-color: #faf6f1;
	width: 100%;
	border-color: #545454;
	border-width: 0.25em;
	border-style: double;
	border-radius: 3px;
}

#banner {
	width: 100%;
	border-bottom: double 0.25em #545454;
}

#content {
	padding: 2em;
}

#link {
	text-align: center:
	width: 33%;
}

.gallery {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.blanket-item {
	max-width: 375px;
	max-height: 375px;
	padding-bottom: 1.0em;
}

.blanket-item img {
	width:100%;
	height: auto;
}

.event-item {
	height: 300px;
}

.event-img {
	height: 250px;
	width: auto;
	max-width: 250px;
}
