@import url(https://fonts.googleapis.com/css?family=Michroma);

body {
	font-family: sans-serif;
}

.waves {
	background-image: url(images/style1/waves_crop.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}

.header {
	border: 1px solid #3c73c7;
	border-radius: 20px;
	background-color: #d9e6f2;
	padding: 10px;
	box-shadow: inset 0px 0px 77px #95afd6;
	font-variant: small-caps;
	text-align: center;
}

h1 {
	letter-spacing: 8px;
	color: #6d6d6d;
	font-size: 3em;
	margin: 0px 0px 5px 0px;
	font-family: Michroma, sans-serif;
	border-bottom: 3px solid #a2bcd9;
}

h2 {
	font-family: Michroma, sans-serif;
	letter-spacing: 5px;
	color: #909090;
	margin: 0px 0px 6px 0px;
}

.header ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.header ul li {
	display: inline;
	padding: 0px 20px;
	border-left: 2px solid #a2bcd9;
	border-right: 2px solid #a2bcd9;
	margin: -3px;
	font-weight: 900;
	letter-spacing: 5px;
	font-size: 1.25em;
	font-variant: normal;
	text-transform: uppercase;
	font-weight: 200;
}

a:link {
	color: #808080;
	text-decoration: none;
}
a:visited {
	color: #808080;
	text-decoration: none;
}
a:hover {
	color: #434343;
}

p {
	font-size: 1.25em;
	margin: 20px 40px;
	padding: 26px;
	background-color: rgba(255,255,255,0.58);
}

.show {
	background: rgba(183,208,238,0.32);
	border-radius: 15px;
	border: 1px solid black;
	margin: 10px 0px;
	padding: 5px 23px 23px 23px;
	overflow: hidden;
}
.show p {
	font-size: 1em;
	margin: 0px 30px 10px 0px;
	width: 65%;
	float: left;
	background-color: rgba(255,255,255,0.69);
	overflow: hidden;
}

.show .samples {
	float: right;
	width: 25%;
}

h3 {
	font-family: Michroma, sans-serif;
	letter-spacing: 5px;
	font-variant: small-caps;
}

h4 {
	margin: 8px 0px 0px 0px;
}

.review {
	font-style: italic;
	font-size: 0.85em;
	margin: -20px 40px;
}

.center {
	text-align: center;
}