/* {
	border: 1px solid red;
}
*/
body {
	width: 1000px;
	height: auto;
	margin: auto;
/*	background-color: gray;*/
}
a, link, visited, hover, active {
	text-decoration:none !important; color:#000;
}
header {
	width: 950px;
	height: auto;
	margin: auto;
	font-size: 8em;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	/*font-weight: light;*/ 
	text-align: center;
	color: red;
}
.main-nav {
	width: 1000px;
	height: 50px;
	margin: auto;
	font-size: 20px;
	line-height: none;
	vertical-align: central;
	/*position: absolute;*/
	/*background-color: blue;*/
	
}
.links-list {
	width: 750px;
	height: 50px;
	float: left;
	
	/*background-color: yellow;*/

}
.social-icons {
	width: 250px;
	height: 50px;
	position: absolute;
	display: inline-block;
	float: right;
	/*background-color: gray;*/
}
/*.icon {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	/*background-color: brown;*/
	/*position: absolute;
	display: inline-block;
	float: right;
	text-align: center;
	line-height: 50px;
	margin-left: 10px;
	margin-right: 10px;
	
}*/
.icon-1 {
	background-color: red;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	/*background-color: brown;*/
	/*position: absolute;*/
	display: inline-block;
	float: right;
	text-align: center;
	line-height: 50px;
	margin-left: 10px;
	margin-right: 10px;
}
.icon-2 {
	background-color: green;
		width: 50px;
	height: 50px;
	border-radius: 50px;
	/*background-color: brown;*/
	/*position: absolute;*/
	display: inline-block;
	float: right;
	text-align: center;
	line-height: 50px;
	margin-left: 10px;
	margin-right: 10px;
}
.icon-3 {
	background-color: gray;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	/*background-color: brown;*/
	/*position: absolute;*/
	display: inline-block;
	float: right;
	text-align: center;
	line-height: 50px;
	margin-left: 10px;
	margin-right: 10px;
}
ul, li {
	display: inline-block;
}
li {
	margin-left: 20px;
}
.splash-box {
	width: 1000px;
	height: 400px;
	line-height: 400px;
	background-color: teal;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 2em;
}
.splash-box-small {
	width: 400px;
	height: 300px;
	line-height: 300px;
	background-color: orange;
	margin-left: 40px;
	margin-right: 40px;
	text-align: center;
	font-size: 2em;
	display: inline-block;
}
.product-box {
	width: 1000px;
	height: 800px;
	/*background-color: white;*/
	margin-top: 300px;
	margin: auto;
	align-content: center;
}
.products {
	margin: auto;
}
.product {
	width: 33%;
	/*height: 250px;*/
	/*background-color: #CFCFCF;*/
	margin: 3px;
	/*display:inline-block;*/
	/*position: relative;*/
	border: #A0393A 1px solid;
	float: left;
	text-align: center;

}
.details {
	/*width: 200px;
	height:50px;
	display: block;
	/*position: absolute;*/
}
footer {
	width: 1000px;
	height: auto;
	margin: auto;
	margin-top: 25px;
	text-align: right;
	/*background-color: green;*/
}
img {
	height: 150px;
	width: 150px;
	/*background-color: pink;*/
	margin: 25px 25px 1px 25px;
}
@media screen and (max-width: 1000px) {

header {
	font-size: 4em;
	text-align: center;	
}
}
@media screen and (max-width: 500px) {

header {
	font-size: 2em;
	text-align: center;	
}
}