html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, a, form, br, img, #header {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: 'Playfair Display', sans-serif;
	background:#FFF url(../images/flowers.jpg) no-repeat;
	background-size:cover;
}
p, ul, li, a{
	font-size: 1em;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	line-height: 150%;
	font-style: normal;
	font-variant: normal;
	vertical-align: text-top;
	margin:20px 0;
}
p a {
	margin:0;
	padding:0;
	line-height:140%;
}

li, ul{
	margin:0 30px;	
}
ul{
	margin-top:20px;
}
.slicknav a{
}
#menubar p{
	padding:0;
}
a{
	line-height:100%;
	text-decoration:underline;
}
a:hover{
	color:#CC0000;	
}
a.astrigal{
	text-decoration:none;
}
h1, h1 a {
	font-size:1.15em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	vertical-align: text-top;	
	margin:0px 0 0 0;
}
#header h1, .header_title{
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	vertical-align: text-top;
	border:none;
}
h2, h2 a, .heading {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	vertical-align: text-top;
}

h3, h3 a {
	
	font-weight: bold;
	color:#000;
	text-decoration: none;
	margin: 5px 0;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	vertical-align: text-top;
	border-bottom:1px solid #DDD;
}
h4 {
	font-family: 'Metamorphous', cursive;
	font-size: 12px;
	font-weight: bold;
	color:#000;
	text-decoration: none;
	padding: 5px 0;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	vertical-align: text-top;
}
h6 {
	font-family: 'Metamorphous', cursive;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	vertical-align: text-top;
}
.error{
	color:#FF0000;
	font-weight:bold;
	font-size:14px;
	padding:0 10px; margin:0;
	vertical-align:top;
}
.img {
	border: 1px solid #000000;
}
.normal {
	font-size: 12px;
	font-weight: normal;
}
ul li {
	padding-left:5px;
	margin-left:10px;
}
hr{
	margin:2px 0;	
}
@media screen and (max-width: 767px) {
p, h1, h2, h3, h4, h5 {
	padding:5px 20px;
}


}