@import url('https://fonts.googleapis.com/css?family=Palanquin');
@import url('https://fonts.googleapis.com/css?family=Ek Mukta');
@import url('https://fonts.googleapis.com/css?family=Source Sans Pro');

.red-header {
	background-color: #ec174a;
	width: 100%;
	min-width: 710px;
	height: 80px;
}
.mainpagecontent {
	height: 600px;
	position: relative;
/* 	font-family: Palanquin, Ek Mukta, Source Sans Pro, sans-serif; */
}
.mainpagecontent:after {
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	background-image: url('img/background-gradient.png');
	background-repeat: repeat-x;
    width: 100%; /* 1000px; */
    height: 100%;
    opacity: 0.7;
    z-index: -1;
/* 	min-width: 710px; */
}

#hexmap {
	margin-top: -24px; 
}

#overview {
	position: absolute;
	left: 44px;
	top: 0px;
	width: 470px;
	height: 600px;
	font: 16px	Palanquin, Ek Mukta, Source Sans Pro, sans-serif;
	line-height: 23px;
}
#overview-slider {
/* 	display: block; */
	background-image: url('img/girl-oval.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 321px;
	width: 542px;
	height: 600px;
}
#overview #text {
	padding-top: 40px;
/* 	width: 450px; */
}
#product-list {
	padding-left: 22px;
}
.footer {
	height: 71px;
	text-align: center;
	background-color: #ec174a; /* #a80533; */
	color: white;
	font-family: Palanquin, Ek Mukta, Source Sans Pro, sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
/* 	width: 864px; */
	padding-top: 9px;
/* 	padding-bottom: 5px; */
}
.social {

	text-align: center;
	font-family: Palanquin, Ek Mukta, Source Sans Pro, sans-serif;
	font-size: 10px;
	color: gray;
	width: 100%;
	padding-top: 12px;
}
.social img {
	height: 25px;
	width: 25px;
}

/* 
.fluid {
	margin-left: auto;
	margin-right: auto;
}
 */
