@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFF;
	font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
}
header {
	background-color: #000;
	color: #FFF;
	height: 600px;
	overflow: hidden;
}
header h1 {
	text-align: center;
	font-size: 96px;
	font-weight: 100;
	z-index: 100;
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 100%;
	position: absolute;
	margin-top: 200px;
	/*text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);*/
	color: #FFF;
	background-color: rgba(0,0,0,0.5);
	line-height: 96px;
	padding-top: 10px;
	padding-bottom: 10px;
}
header ul#wedding-surfaces {
	height: 600px;
	/*width: 100%;*/
	overflow:hidden;
}
header ul#wedding-surfaces li {
	display:none;
}
header li#wedding-surface-robin {
	background-image: url(../images/home/wedding-surfaces/wedding-surface-robin.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	/*background-size: 1400px 730px;*/
	background-size: 1300px 677px;
	height: 100%;
	/*width: 100%;*/
	background-color: #7eafb3;
}
header li#wedding-surface-grey {
	background-image: url(../images/home/wedding-surfaces/wedding-surface-grey.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	/*background-size: 1400px 730px;*/
	background-size: 1300px 677px;
	height: 100%;
	/*width: 100%;*/
	background-color: #d2d4d1;
}
header li#wedding-surface-gold {
	background-image: url(../images/home/wedding-surfaces/wedding-surface-gold.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	/*background-size: 1400px 730px;*/
	background-size: 1300px 677px;
	height: 100%;
	/*width: 100%;*/
	background-color: #cb9403;
}
h2    {
	text-align: center;
	font-weight: 300;
	font-size: 32px;
	margin-bottom: 20px;
}
section#features {
	background-color: #EEE;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
section#features ul {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	display: block;
}
section#features ul li {
	width: 300px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
section#features ul li p {
	text-align: center;
	color: #666;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
section#features ul li h3 {
	text-align: center;
	color: #666;
	font-size: 13px;
	line-height: 20px;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	word-spacing: 0.05em;
	margin-bottom: 10px;
}
section#features ul#colors {
	margin-top: 40px;
	width: 840px;
}
section#features ul#colors li {
	background-color: #FFF;
	height: 28px;
	width: 100px;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 90px;
	color: #FFF;
	float: left;
	font-size: 14px;
}
section#features #colors li span {
	background-color: #FFF;
	display: block;
	height: 23px;
	padding-top: 5px;
}
.clear {
	clear: both;
}
footer {
	text-align: center;
	padding: 30px;
	font-size: 16px;
	line-height: 16px;
	color: #999;
}
