@charset "UTF-8";
/* CSS Document */

@import url("extras.css");

.index_txt h1 {
	font-size: 2.5em;
	font-weight: normal;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 40px;
}
.index_txt p {
	font-size: 1.25em;
	line-height: 1.5em;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
}

.index_wedding h2, .index_festival h2, .index_event h2 {
	text-align: center !important;
	font-size: 2.25em !important;
	padding:20px;
	font-weight: normal;
}
.index_wedding p, .index_festival p, .index_event p {
	text-align: left;
	font-size: 1.25em !important;
	padding:20px;
	font-weight: normal;
}

.index_wedding h2 {
	color:#E22990;
}
.index_wedding a {
	display: block;
	background-color:#E22990;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-size: 1.3em;
	font-family: 'Maven Pro', sans-serif;
}
.index_festival a {
	display: block;
	background-color:#44C0B0;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-size: 1.3em;
	font-family: 'Maven Pro', sans-serif;
}
.index_event a {
	display: block;
	background-color:#C2DB6F;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-size: 1.3em;
	font-family: 'Maven Pro', sans-serif;
}
.index_festival h2 {
	color:#44C0B0;
}
.index_event h2 {
	color:#C2DB6F;
}
.index_wedding img, .index_festival img, .index_event img {
	display: block; margin-left: auto; margin-right: auto;
}
.testimonial {
	background-image: url("../img/icons/7133-waves-white.png");
	background-position: 0 25px;
	background-repeat: repeat-x;
	background-color: rgba(226,41,144,1.00);
	color: #FFF;
	font-size: 1.35em;
	margin-top: 30px;
	margin-bottom: 30px;
}
.testimonial h3 {
	text-indent: -10px;
	padding-left: 40px;
	padding-right: 30px;
	padding-top:70px;
	line-height: 1.5em;
}
.testimonial h4 {
	padding-left: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	line-height: 1.5em;
	text-align: right;
}
.list h2 {
	font-size: 1.75em;
	padding-bottom: 10px;
	padding-top: 20px;
	color: #44C0B0;
}
.list h3 {
	font-size: 1.3em;
	padding-bottom: 10px;
	color: #E22990;
	text-transform: uppercase;
}
.list p {
	font-size: 1.25em;
	line-height: 1.5em;
	padding-bottom: 8px;
}
.list_rules p {
	font-size: 1.20em;
	line-height: 1.4em;
	padding-bottom: 5px;
}
.list_rules h3 {
	font-size: 1.3em;
	padding-bottom: 5px;
	padding-top: 10px;
	color: #E22990;
	text-transform: uppercase;
}
.copy p {
	font-size: 1.3em;
	padding-bottom: 6px;
	line-height: 1.5em;
}

.wedding_pics {
	margin-bottom: 30px;
}
.waves {
	background-image: url("../img/icons/7133-waves.png");
	background-repeat: repeat-x;
	width: 100%;
	height:54px;
}
.header h1 {
	color:rgba(226,41,144,1.00);
	font-size: 3.0em;
	
}
.contact h3 {
	font-size: 1.75em;
	color: rgba(226,41,144,1.00);
	padding-bottom: 20px;
	padding-top: 0px;
}
.contact p {
	line-height: 1.2em;
	font-size: 1.3em;
}
.contact a, .contact a:visited, .appointment a, .appointment a:visited {
	text-decoration: none;
	color: rgba(226,41,144,1.00);
	border-bottom: rgba(226,41,144,1.00) dashed thin;
}
.contact a:hover, .appointment a:hover {
	color: rgba(194,231,107,1.00);
	border-bottom: rgba(194,231,107,1.00) dashed thin;
}
.map {
	margin-top: 30px;
}
.appointment p {
	font-size: 1.3em;
	padding-bottom: 6px;
	line-height: 1.5em;
	padding-left: 30px;
	padding-right: 30px;
	font-style: italic;
}
.appointment h2 {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	font-size: 2.0em;
}
.appointment {
	border: 2px solid  rgba(226,41,144,1.00);
	border-radius: 8px;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	background-color: rgba(194,231,107,1.00);
}

.footer a, .footer a:visited {color: rgba(226,41,144,1.00); text-decoration: none; border-bottom: rgba(226,41,144,1.00) dashed 1px;}
.footer a:hover {color: rgba(194,219,111,1.00); border-bottom: rgba(194,219,111,1.00) dashed 1px;}
.footer p {font-size: 1.0em; padding-top:30px; padding-bottom: 30px;}

