/* GLOBAL STYLES
-------------------------------------------------- */


/* Padding below the footer and lighter body text */

body {
	padding-bottom: 40px;
	color: #5a5a5a;
	background: url(gbg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
h4 {
	font-family: 'Josefin Sans', sans-serif;
}
h2 {
	font-family: 'Quicksand', sans-serif;
}
form {
	font-family: 'Josefin Sans', sans-serif;
	margin-left: 30px;
	margin-right: 30px;
}
table {
	border-collapse: collapse" bordercolor="#111111" width="71%;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
}
.nav {
	font-family: 'Josefin Sans', sans-serif;
}
.navbar-nav li:active {
	font-color: #640200;
	background-color: #000000;
}
.navbar-nav li:hover {
	background-color: #BCBCBC;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
	padding-right: 0;
	padding-left: 0;
}
.navbar-wrapper .navbar {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-wrapper .navbar .container {
	width: auto;
}
#sBrand {
	position: relative;
	top: -10px;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	height: auto;
	margin-bottom: 30px;
}
/* Declare heights because of positioning of img element */
.carousel .item {
	height: auto;
	background-color: #fff;
	margin: 0 auto;
}
.carousel-inner > .item > img {
	margin: 0 auto;
	top: 0;
	left: 0;
	max-width: 100%;
	height: auto;
}
.carousel-indicators li {
	background-color: #7bbf9d;
}
.carousel-indicators .active {
	background-color: #777;
}
/* MARKETING CONTENT
-------------------------------------------------- */
#jose {
	font-family: 'Josefin Sans', sans-serif;
}
#quick {
	font-family: 'Quicksand', sans-serif;
}
.lead {
	font-family: 'Josefin Sans', sans-serif;
}
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
	margin-bottom: 20px;
	text-align: center;
}
.marketing h2 {
	font-weight: normal;
}
.marketing .col-lg-4 p {
	margin-right: 10px;
	margin-left: 10px;
}
.col-lg-4 .polaroid {
	width: 250px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-style: solid;
	border-color: #fbc7b1;
	text-align: center;
	margin: 0 auto;
}
.col-lg-4 .pcontainer {
	padding: 10px;
	border-style: solid none none;
	border-top-color: #fbc7b1;
	margin: 0 auto;
	font-family: 'Quicksand', sans-serif;
}
.polaroid img {
	width: 100%;
}
/* Featurettes
------------------------- */

.featurette-divider {
	margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px;
}
.featurette-image img-responsive center-block {
	margin: 0 auto;
}
footer p {
	font-family: 'Josefin Sans', sans-serif;
}

/* Contact Page */

/* Chrome, Safari, Opera */
@-webkit-keyframes cicon {
 0% {
background-color:#fbc7b1;
}
 50% {
background-color:#7bbf9d;
}
 100% {
background-color:#79c7cc;
opacity:.3;
}
}
/* Standard syntax */
@keyframes cicon {
 0% {
background-color:#fbc7b1;
opacity:.3;
}
 50% {
background-color:#7bbf9d;
opacity:.3;
}
 100% {
background-color:#79c7cc;
opacity:.3;
}
}
#cCircle {
	background-color: #79c7cc;
	-webkit-animation-name: cicon; /* Chrome, Safari, Opera */
	-webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
	animation-name: cicon;
	animation-duration: 4s;
	animation-iteration-count: 4;
}
#cText {
	font-size: 18px;
	font-family: 'Josefin Sans', sans-serif;
	padding-right: 10px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
/* Navbar positioning foo */
.navbar-wrapper {
	margin-top: 20px;
}
.navbar-wrapper .container {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-wrapper .navbar {
	padding-right: 0;
	padding-left: 0;
}
/* The navbar becomes detached from the top, so we round the corners */
.navbar-wrapper .navbar {
	border-radius: 4px;
}
/* Bump up size of carousel content */
.carousel-caption p {
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 1.4;
}
.featurette-heading {
	font-size: 50px;
}
}

@media (min-width: 992px) {
.featurette-heading {
	margin-top: 120px;
}
}
