/* {
	border: 1px solid red;
}
*/
body {
	width: 1000px;
	height: auto;
	margin: auto;
	background-color: gray;
}
	
header {
	width: 950px;
	height: auto;
	margin: auto;
	font-size: 8em;
	font-family:helvetica;
	text-align: center;
}
.main-nav {
	width: 1000px;
	height: 50px;
	margin: auto;
	/*position: absolute;*/
	/*background-color: blue;*/
	
}
.links-list {
	width: 500px;
	height: 50px;
	float: left;
	/*background-color: yellow;*/

}
.social-icons {
	width: 500px;
	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;
}
.product {
	width: 250px;
	height: 250px;
	background-color: #CFCFCF;
	margin: 20px;
	display:inline-block;
	position: relative;

}
.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;	
}
}