/*  Write your custom CSS in this file */

@font-face{
	font-family: 'Artisan12';
	src:url("Artisan12.ttf.eot");
	src:
     url("Artisan12.ttf.eot?#iefix") format('embedded-opentype'),
	 url("Artisan12.ttf.woff") format('woff'), 
	 url("Artisan12.ttf.") format('truetype'), 
	 url("Artisan12.ttf.svg#Artisan12") format('svg');
  font-weight: normal;
  font-style: normal;
}
body{
	background: url(../../img/background/chalk_board.jpg);
	font-family: Reenie Beanie;
	font-size: 20px;
	color: black;
	font-weight: 500;
}
#book-1 { border-color: #9a947f; }
p,a,button
{
	font-size: .91em;
	color: black;
	font-weight: 500;
}
.content-title.title-3 h3{
	font-size: 1.5em;
	font-family: Reenie Beanie;
	color: black;
	position: relative;
	z-index: 1;
	background:#fff;
	display: table;
	padding:0px 10px;
	text-transform: none;
}
.intro-content p{
	opacity: 0.75;
}
.btn{
	opacity: 0.75;
}
.intro-content h1{
	font-size:2.2em;
	opacity:.9;
	font-weight:lighter;
	line-height:5px;
	font-family: Reenie Beanie;
	font-style:italic;
	margin: 0px 0px 40px 0px;
}
.effect-moveleft.animate .outer-nav a {
	opacity: .46;
	-webkit-transform: translateX(0) translateZ(0);
	transform: translateX(0) translateZ(0);
	font-family: Reenie Beanie;
}
.outer-nav a {
	font-size:1.6em;
	text-transform:none; 
}
.effect-moveleft.animate .outer-nav a.bb-current{
	opacity:.66;
	text-decoration:none;
}
.effect-moveleft.animate .outer-nav a.bb-current:hover{
	text-decoration:none;
}
#menu-wrapper{
	color:white;
}
#close-tip{
	color:white;
}
#close-button{
	color:white;
}
#contact-info{
	font-size: 18px;
	font-weight: 500;
}
#top-wrapper{
	width: 1184px !important;
	height: 575px !important;
}