/* Hanger3 is used to frame a scroll with a wooden frame called hanger3White.png located in images/home */

body {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 1.5rem;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
	font-style: normal;
	font-weight: normal;
}
.copyright {
	font-size: small;
	color: #000000;
}
.text-orange {
	color: #FF6700;
}
.text-dark-blue {
	color: #675BFF;
}
.text-white {
	color: #FFFFFF;
}
.text-centered {
	text-align: center;
}
.text-green {
	color: #1F9A0B;
	font-style: bold;
}
.text-left {
	text-align: left;
}
.text-underline {
	text-decoration: underline;
	font-weight: bold;
}
.image-right {
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.image-left {
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}
.text-red {
	color: #FF0000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	}
.text-blue {
	color: #0C2C75;
}
.text-black {
	color: #000000;
}
.text-small {
font-size: small;
}
.text-medium {
font-size: medium;
}
.text-large {
font-size: large;
}
.text-xlarge {
	font-size: x-large;
}
.background-white-border {
	background-color: #C9C0C0;
	border: thick double #000000;
}
.border-double-red {
	border: thick double #AE1F23;
}
.border-double-top {
	border-top: thick double #000000;
}
.border-double-bottom {
	border-bottom: thick double #000000;
}
.border-solid-top {
	border-top: thin solid #000000;
}
.border-solid-bottom {
	border-bottom: thin solid #000000;
}
.borders {
	border-top: thick solid #000000;
	border-bottom: thick solid #000000;
	border-left: thick solid #000000;
	border-right: thick solid #000000;
}
.background-white {
	background-color: #ffffff;
}
.background-green {
	background-color: #E4F0E0;
}
.background-purple {
	background-color: #DCCCF2;
}
.background-yellow {
	background-color: #F7F6A3;
}
.round-corners {
	border-radius: 10px;
	border: medium solid #000000;
}
.hanger3 {
	background: url("../images/home/hanger3White.png") no-repeat center center;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	padding-top: 1%;
	padding-right: 4%;
	padding-bottom: 1%;
	padding-left: 4%;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: auto;
}
.navbar-inverse {
	background-color: #CC995B;
	border-color: #662811;
}
.navbar-inverse .navbar-brand {
  color: #FFFFFF;
}
.navbar-inverse .navbar-text {
  color: #FDFDFD;
}
.navbar-inverse .navbar-nav > li > a {
	color: #000000;
	font-weight: bold;
}	
.font-script {
	font-family: devonshire;
	font-style: normal;
	font-weight: 400;
	font-size: 6rem;
}	
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 21px;
	text-align: left;
	list-style: none;
	background-color: #014B25;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}	
 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: #FCFDFD;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #016330;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color: #FBF7F7;
	background-color: transparent;
	font-weight: bold;
	font-size: 1.1em;
}
