h1 {	
	display:none;
	}

#content-padding  { 
		padding:0 0 43px 0;
	}
#content h2  { 
		text-align:center;
		font-size:2.3em;
		line-height:1.2;
	}
	
#content h2 small  { 
	text-align:center;
	font-size:1rem;
	margin-top:.5em;
	display:block;
	font-family:var(--body-font-family);
	}
	
.information-content { 
	max-width:100%;
	text-align:center;
	padding:80px 0px ; 

	background-color: #EDF0E3;
	background-image: url(/templates/bg-paper-bottom.png), url(/templates/bg-paper-top.png), url(/images/library/mainpic2.png);
	background-position: 80% bottom, 20% top, 50% bottom;
	background-repeat: repeat-x, repeat-x, no-repeat;
	background-size: 1084px 19px, 1084px 43px, 100% auto;
	}
.maintext { 
	max-width:980px;
	margin:30px auto;
	text-align:center;
	}
	
	
.mainpic { 
	width:100%; height:17vw;}
	

.mainbutton,.mainbutton:hover {
	margin:auto;
	background-color:#377e95; 
	color: white; 
	border-radius:12px; 
	padding:12px 50px;
	display:inline-block;
	text-decoration:none;
}

#allproducts {
	text-align:center;
	}
.products {
	text-align:center; 
	max-width:1200px;
	margin:auto;
	}
#allproducts a.highlight-edit {
	position:absolute;
	float:right;
	right:5vw;
	margin-top:-55px;
	}
	
@media only screen and (max-width: 850px) {
	.mainpic { height:14vw;}
	.information-content { 
		background-image: url(/templates/bg-paper-bottom.png), url(/templates/bg-paper-top.png), url(/images/library/mainpic2-850.png);
		background-size: 80% auto, 80% auto, 120% auto, auto auto;
	}
	.maintext { 
	max-width:100%;
	margin:30px 17px;
	}
}

@media only screen and (max-width: 550px) {
	.mainpic { height:8vw;}
	.information-content { 
		background-size: 60% auto, 60% auto, 160% auto, auto auto;
	}
}
@media only screen and (max-width: 380px) {
	.homepage-large .product-image {
		max-width:92%;
	}
}