body {
	margin-bottom: 80px;
}

#jumbo {
  padding: 5px;
}

.page-header {
	margin-top: 0;
}
.panel-body {
	padding-top: 5px;
	padding-bottom: 2px;
}

.featuredImg {
	margin-bottom: 15px;
}

.navbar-brand-center
{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    margin: auto;
}

.carousel-indicators li {
  background-color: #669966;
}
.carousel-indicators .active {
  background-color: #FF7600;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
	color: #FF7600;
}

/* Get Google to fall into place */
.social {
	font-size: 1px;
}
 
/* Get Facebook to fall into place */
.social iframe {
	vertical-align: middle;
}
 
/* Set an optional width for button wrappers */
.social span {
	display: inline-block;
	width: 110px;
}
 
/* Adjust the widths of social buttons */
.social .google {
	width: 75px;
}

#recaptcha_image img {
    width:100%;
}
#recaptcha_image {
    width: 100%;
    max-width:400px;
}
 
.jumbo-cyan-color {
	border: 5px;
	border-color: #FF4D4D;
	border-style: solid;
	background: #F0F5F5;
}

.animate {
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
}

.action-button {
	font-family: 'Pacifico', cursive;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;	
}

.action-button:hover{
	text-shadow:0px 0px 6px #FFFF00;
	box-shadow:0px 0px 6px #FFFF00;
}

.action-button:active {
	transform: translate(0px,5px);
  	-webkit-transform: translate(0px,5px);
	border-bottom: 1px solid;
}

.action-button-small {
	font-family: 'Pacifico', cursive;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;	
}

.action-button-small:hover{
	text-shadow:0px 0px 6px #FFFF00;
	box-shadow:0px 0px 6px #FFFF00;
}

.action-button-small:active {
	transform: translate(0px,5px);
  	-webkit-transform: translate(0px,5px);
	border-bottom: 1px solid;
}
