/* Reset Styles */
* { margin: 0px; padding: 0px; }

/* Webfonts */
@font-face {
    font-family: 'kaushan_scriptregular';
    src: url('kaushanscript-regular-webfont.eot');
    src: url('kaushanscript-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('kaushanscript-regular-webfont.woff2') format('woff2'),
         url('kaushanscript-regular-webfont.woff') format('woff'),
         url('kaushanscript-regular-webfont.ttf') format('truetype'),
         url('kaushanscript-regular-webfont.svg#kaushan_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Body Styles */

body {
	background-color: rgb(242, 240, 233);
	color: rgb(51, 45, 39);
	font-family: arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
}

p { text-align: left; }

#content a { color: rgb(226, 54, 149);}


/* Heading Styles */
h1 {
	font-size: 155%;
	line-height: 155%;
	color: rgb(226, 54, 149);
	font-family: 'kaushan_scriptregular', arial, sans-serif;
	text-align: left;
}

/* Header Styles */
#header {
	text-align: center;
	position: relative;
	top: .75em;
	display: block;
}

/* Navigation Styles */
nav {
	background-color: rgb(51, 45, 39);
	position: relative;
	top: 20px;
	width: 100%;
	text-align: center;
	font-size: 120%;
	font-family: 'kaushan_scriptregular', arial, sans-serif;
}

nav ul li {
	padding-right: 4em;
	display: inline-block;
	padding: .3em 3em .4em 3em;
	list-style: none;
	color: rgb(123, 208, 225);
}

nav li a { color: white; text-decoration: none;}

nav li a:hover { color: rgb(123, 208, 225); }

img.home-link { border:none; outline:none; }

/* Content Styles */
.clearfix { clear: both; padding-bottom: 1em; }
#content {
	position: relative;
	top: 40px;
	text-align: center;
	margin: 0 10%;
}

#content-center {
	margin: auto;
	display: block;
	position: relative;
	left:0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 940px;
	padding-bottom: 2em;
}

#column1 {
	display: block;
	float: left;
	max-width: 30%;
	margin: 0 2em 1em 0;
}

#column2 { display: block; padding-top: 2em; padding-bottom: 1em; }

.dominique { max-width: 100%; height: auto; }

.banner {
	border-style: solid;
	border-width: 6px;
	border-color: rgb(123, 208, 225);
	max-width: 100%;
	height: auto;
	margin-bottom: 1em;
}

/* Pricing Styles */
.pricing { display: inline-block; text-align: center; padding: 0 1em 2em; }

.pricing + .pricing { padding-left: 2em;}

.item { font-style: bold; font-size: 120%; }

.price { font-style: italic; }

.pricing img { 	border-style: solid; border-width: 6px; border-color: rgb(123, 208, 225); }

/* Gallery Styles */
.gallery { margin: 0 1em 2em; border: solid 6px rgb(242, 240, 233);}

.gallery:hover { border: solid 6px rgb(123, 208, 225); }

/* Contact Styles */
form { margin: 0 auto; width: 70%; padding: 1em; }

form td{ padding: .2em 1em; }

form div + div { margin-top: 1em; }

label { display: inline-block; width: 100%; text-align: right; }

input, textarea {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
	text-align: left;
}

input.button { 
	border: none; 
	background-color: rgb(226, 54, 149); 
	color: white; 
	line-height: 2em;
	margin-top: .5em;
	margin-left: 50%;
	text-align: center;
	cursor: pointer;
	width: 50%;
}

input.button:hover { background-color: rgb(183, 45, 121); }

input.button:focus { border: none; }

input:focus, textarea:focus { border-color: #000; }

textarea { vertical-align: top; height: 5em; resize: vertical; }


/* Footer Styles */
footer {
	background-color: rgb(51, 45, 39);
	text-align: center;
	height: 2em;
	width: 100%;
	position: fixed;
	bottom: 0;
}

footer p { color: #fff; text-align: center; font-size: 80%; }