@charset "utf-8";
h1 {
	font-size: 5em;
	font-family: 'ParisianStd', "Times New Roman", serif;
	text-align: center;
}
h2 {
	font-size: 3.3em;
	font-family: 'ParisianStd', "Times New Roman", serif;
	text-align: center;
	font-weight: normal;
}
h3 {
	font-size: 2.3em;
	font-family: 'ParisianStd', "Times New Roman", serif;
	text-align: center;
}
h4 {
	font-size: 2.2em;
	font-family: 'Optima', "Times New Roman", serif;
	text-align: center;
	text-decoration: none;
	font-style: normal;
}
h4 a {
	text-decoration: none;
}
h4 a:hover {
	text-decoration: underline;
}
a {
	color: #1147ab;
}

.diamonds {
	font-size: .4em;
	color: #eae7ba;
	vertical-align: middle;
}
.blue {
	color: #B4A5D4;
}
.container a img{
	margin-top: -2.5em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.logo {
	margin-right: auto;
	width: 483px;
	margin-left: auto;
	margin-top: 5%;
}
.container {
	font-family: Parisian;
	margin-right: auto;
	margin-left: auto;
	width: 656px;
	font-size: 2.3em;
	color: #FFF;
	height: 740px;
}
.gemstone {
	width: 144px;
	height: 680px;
	background-position-x: center !important;
	background-image: url(../images/Gemstone_1.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	font-family: 'Optima', "Times New Roman", serif;
	font-size: 0.8em;
}
.gemstone:hover {
	background-image: url(../images/Gemstone_2.jpg);
	color: #FFF;
	text-shadow: 2px 3px 2px #000;
}
.wedding {
	width: 144px;
	height: 680px;
	background-position-x: center !important;
	background-image: url(../images/Wedding_1.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 60px;
	font-family: 'Optima', "Times New Roman", serif;
	font-size: 0.8em;
}
.wedding:hover {
	background-image: url(../images/Wedding_2.jpg);
	color: #FFF;
	text-shadow: 2px 3px 2px #000;
}
.mens {
	width: 144px;
	height: 680px;
	background-position-x: center !important;
	background-image: url(../images/Mens_1.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	font-family: 'Optima', "Times New Roman", serif;
	font-size: 0.8em;
}
.mens:hover {
	background-image: url(../images/Mens_2.jpg);
	color: #FFF;
	text-shadow: 2px 3px 2px #000;
}
.other {
	width: 144px;
	height: 680px;
	background-position-x: center !important;
	background-image: url(../images/Other_1.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 60px;
	font-family: 'Optima', "Times New Roman", serif;
	font-size: 0.8em;
}
.other:hover {
	background-image: url(../images/Other_2.jpg);
	color: #FFF;
	text-shadow: 2px 3px 2px #000;
}
footer {
	width: 100%;
	padding-top: 10%;
	font-size: 0.9em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #0A2965;
}
footer a {
	text-decoration: none;
	color: #1147ab;
}
footer a:hover {
	text-decoration: underline;
}

.middle {
	vertical-align: text-top;
}
.Optima { 
	font-family: Optima;
	font-weight: normal;
	font-style: normal;
}
.ParisianStd { 
	font-family: ParisianStd;
	font-weight: normal;
	font-style: normal;
}
