
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2ba41e");

  
@font-face {font-family: 'KosticSerif-Regular';src: url('/webfonts/2BA41E_0_0.eot');src: url('/webfonts/2BA41E_0_0.eot?#iefix') format('embedded-opentype'),url('/webfonts/2BA41E_0_0.woff') format('woff'),url('/webfonts/2BA41E_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'KosticSerif-Italic';src: url('/webfonts/2BA41E_1_0.eot');src: url('/webfonts/2BA41E_1_0.eot?#iefix') format('embedded-opentype'),url('/webfonts/2BA41E_1_0.woff') format('woff'),url('/webfonts/2BA41E_1_0.ttf') format('truetype');}


body {
  background-color: rgb(255, 255, 255);
  /* background: #fff url('../images/palms2.gif') center top; */
  background: #f3f3f0;
  /* background-size: 100%; */
  font-family: 'KosticSerif-Regular', Georgia, serif;
  font-size: 18px;
  line-height: 1.8;
  color: #D0C05D;
  padding-bottom: 40px;
  /* background-attachment: fixed; */
}

a {
	color: #D0C05D;
}

a:hover {
	color: #6d6d6d;
}


h1 {
	text-indent: -9999px;
}

h2 {
	text-align: center;
	font-size: 24px;
	font-style: italic;
}

.image {
  display: block;
  width: 90%;
  max-width: 400px;
  height: auto;
  margin: 20px auto 0;
  overflow: hidden;
}

p {
	margin: 0 auto 20px;
	max-width: 60%;
	text-align: center;
	color: #6d6d6d;
	

}

p.address, p.appointment {
	font-style: italic;
}


ul, ol {
	text-align: center;
	margin-bottom: 20px;
}


@media all and (max-width: 699px)  {
	body {
		background-size: cover;
	}

	p {
		max-width: 90%;
	}
}

