.sign {
	font-family: "Segoe Script", 'Playball', cursive, Arial;
	color: #667287;
 /*a4b7d8;*/
}
.thumbnail{
	border-radius:0px 0px 30px;
	-moz-box-shadow: 0px 0px 30px #a4b7d8; /* faded blue */
	-webkit-box-shadow: 0px 0px 30px #a4b7d8; /* faded blue */
	-khtml-box-shadow: 0px 0px 30px #a4b7d8; /* faded blue */
	box-shadow: 0px 0px 30px #a4b7d8; /* faded blue */
	border-radius:10px 10px 10px 10px;
}
.hoverenlarge:hover {
	border: 0;
 /* IE6 needs this to show large image */
	z-index: 1;
	border-radius: 10px 10px 10px 10px;
	
}
.hoverenlarge span {
	position: absolute;
	visibility: hidden;
	border-radius: 10px 10px 10px 10px;
}
.hoverenlarge:hover span {
	visibility: visible;
	left: 32px;
	top: 32px;
	border-radius: 10px 10px 10px 10px;
}

uppercase {
	text-transform: uppercase;
}
.nav a {
	color: #5a5a5a;
	font-size: 1em;
	font-weight: bold;
	padding: 14px 10px;
	text-transform: uppercase;
}
a {
	color: #a4b7d8;
	font-weight: bold;
	text-color: black;
}
a:hover {
	color: #a4b7d8;
	text-decoration: underline;
	font-weight: bold;
}
.nav li {
	display: inline;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.jumbotron {
	background-color: #a4b7d8;
	/*background-image:url('http://goo.gl/04j7Nn');*/
	height: 320px;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 0;
	margin-top: 0;
}

span {
	color: black;
 /*#a4b7d8;*/
	font-size: 43px;
	font-weight: bold;
}

.jumbotron .container {
	position: relative;
	top: 100px;
}

.jumbotron h1 {
	color: black /*#fff*/;
	font-size: 2em;
	letter-spacing: 7px;
	font-family: 'Playball', cursive, Arial;
	font-weight: bold;
}
h2 {
	color: black /*#fff*/;
	font-size: 1.6em;
	font-family: 'Playball', cursive, Arial;
	
}

h3 {
	color: black /*#fff*/;
	font-size: 1.5em;
	font-family: 'Playball', cursive, Arial;
	
}
h4 {
	color: black /*#fff*/;
	font-size: 1.4em;
	font-family: 'Playball', cursive, Arial;
	
}
h5 {
	color: black /*#fff*/;
	font-size: 1.3em;
	font-family: 'Playball', cursive, Arial;
	
}
h6 {
	color: black /*#fff*/;
	font-size: 1.1em;
	font-family: 'Playball', cursive, Arial;
	
}

.jumbotron p {
	font-size: 1em;
	color: black /* #fff*/;
}

.Highlight-body {
	background-color: #f7f7f7;
}

.Highlight-body h3 {
	font-family: 'Playball', cursive, Arial;
	font-size: 1em;
	font-weight: bold;
}

.navbar,  .container {
	margin-bottom: 0;
	margin-top: 0;
}

.navbar-nav > li > a, .navbar-brand {
	padding-top: 4px !important;
	padding-bottom: 0 !important;
/* 	height: 28px; */
}

/* .navbar {
	min-height: 28px !important;
} */

.pic-collapse{
	background-color: white;
	border: none;
  border-radius: 5px;
}

