body {
	margin: 0px;
	padding: 0px;
	font-family: agenda,sans-serif;
	font-weight: 300;
	font-style: normal;
}
a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #74bc1f;
}
a[href^="tel"] {
  text-decoration: none;
}
strong {
	font-family: agenda,sans-serif;
	font-weight: 600;
	font-style: normal;
}
header {
	padding: 25px;
	text-align: center;
	background-color: #2a6067;
	box-shadow: 0px 5px 13px black;
}
header img {
	max-width: 500px;
	width: 100%;
}
content {
	font-size: 18px;
	line-height: 1.4em;
	color: darkslategray;
}
content div.mainbody {
	padding: 30px 120px;
	text-align: justify;
  text-justify: inter-word;
}
#pcinfo, #mwinfo, #wginfo {
	margin-bottom: 40px;
	padding: 20px;
	vertical-align: bottom;
	border: thin solid #c4c4c4;
	border-radius: 12px;
	box-shadow: 3px 3px 12px darkgray;
	height: 794px;
}
#pcinfo img, #mwinfo img, #wginfo img {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
footer {
	width: 100%;
	padding: 20px;
	text-align: center;
	background-color: #2a6067;
	box-shadow: 0px -5px 13px black;
	margin-top: 30px;
	text-align: center;
	color: white;
	font-size: 18px;
}
.productimage {
	margin-top: 10px;
	width: 80%;
}
#pcinfo:hover, #mwinfo:hover, #wginfo:hover {
	box-shadow: 0px 0px 12px darkgray;
}
@media (max-width: 1199px) {
	#pcinfo, #mwinfo, #wginfo {
		height: 650px;
	}
}
@media (max-width: 991px) {
	#pcinfo, #mwinfo, #wginfo {
		height: 450px;
	}
	content div.mainbody {
		padding: 30px 25px;
	}
}
@media (max-width: 767px) {
	#pcinfo, #mwinfo, #wginfo {
		height: auto;
	}
}