body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.54;
	color: #333;
	background-color: #fff;
}
/* bodyimage used to add an image to the entire website. Example: <body class="bodyimage"> 
Do not use background color, It will cover up the background image. */
.bodyimage {
	position: relative;
	background-image: url(../images/home/Background.jpg);
	background-size: cover;
	background-position: center 0%;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
a {
  color: #FFFFFF; /* This changes the LINK text color */
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #F52121; /* This changes the color of a link when you hover over the link. */
  text-decoration: underline;
} 
.title0 {
	color: #88CF84;
	font-weight: 600;
	text-align: left;
/*	text-indent: 20px; */
	font-size: x-large;
	vertical-align: middle;
	line-height: 40px;
}
.title1 {
	color: #FFFFFF;
	font-weight: 600;
	text-align: center;
	text-indent: 20px; 
	background-color: #88CF84;
	border-radius: 5px;
	font-size: x-large;
	vertical-align: middle;
	line-height: 60px;
}
.title2 {
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	text-indent: 20px;
	background-color: #88CF84;
	border-radius: 5px;
	font-size: medium;
	vertical-align: middle;
	line-height: 40px;
}
.copyright {
	font-size: small;
	color: #000000;
}
.text-orange {
	color: #D04000;
}
.text-white {
	color: #FFFFFF;
}
.text-gold {
	color: #EFB817;
}
.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;
}
.font-bold {font-weight: bold;
}
.text-red {
	color: #FF0000;
}
.text-blue {
	color: #0047EB;
}
.text-black {
	color: #000000;
}
.text-small {
font-size: 2rem;
}
.text-medium {
font-size: 3rem;
}
.text-large {
font-size: 4rem;
}
.text-xlarge {
	font-size: 5rem;
}
.text-xxlarge {
	font-size: 8rem;
}
.font-script {
	font-family: devonshire;
	font-style: normal;
	font-weight: 400;
	/*font-size: 6rem;*/
}	
.background-white-border {
	background-color: #ffffff;
	border: thick double #000000;
}
.background-gray {
	background-color: #E7E7E7;
}
.background-tan {
	background-color: #DDDCBC;
}
.background-yellow {
	background-color: #F7FC4F;
}
.background-green {
	background-color: #50814D;
}
.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: thin solid #000000;
	/*border-bottom: thin solid #000000;*/
	border-left: thin solid #000000;
	border-right: thin solid #000000;
}
.background-white {
	background-color: #ffffff;
}
.background-black {
	background-color: #000000;
}
.background-orange {
	background-color: #F5A95D;
}
.background-blue {
	background-color: #2D4489;
}

.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;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: auto;
}
.navbar-inverse {
	background-color: #B1CFF3; /*This sets the color of the Nav bar. Change to transparent to see the background in your nav bar*/
	border-color: #662811;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #F90E12; /* Change background color to change the bars in the hamburg menu*/
}
.navbar-inverse .navbar-brand {
  color: #F9F5F6;
}
.navbar-inverse .navbar-text {
  color: #FDFBFB;
}
.navbar-inverse .navbar-nav > li > a {
	color: #000000;/*Sets color of text on nav bar*/
	font-weight: bold;
}	
.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: #EFF6D4;
	-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: #060000; /*Sets color of dropdown text*/
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #050505;
	text-decoration: none;
	background-color: #F7F7F7;/*Sets active color of drop-down menu item*/
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color: #000000;
	background-color: transparent;
	font-weight: bold;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.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: 18px; /* Sets drop-down menu text sizw */
  text-align: left;
  list-style: none;
  background-color: #EFF6D4; /* Background color of Drop-Down menu*/
  -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);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #B5EFB0; /*Color of Background hoverin drop-down menu*/
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #AECEE9;
  outline: 0;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #FD0505;/*Drop menu text hover color*/
    background-color: transparent;
  }
video {
	display: inline-block;
	vertical-align: baseline;
	width: 80%;
	border-width: thick;
	border-style: double;
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px 2px #ADADAD;
	box-shadow: 5px 5px 2px #ADADAD;
}