@import url(https://fonts.googleapis.com/css?family=Cuprum:400,700|Roboto+Condensed:400,300,700);

body{
	font-family: "Cuprum", sans-serif;
	font-weight: 400;
	font-size: 2em;
	position: relative;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 300;	
	margin: 0;
}
/** Header Navigation **/
header .navbar{
	padding: 10px 0;
	transition: all .5s ease-out;	
}
header .navbar-default{
	background-color: transparent;
	border: none;
}
header .navbar-default .navbar-nav a {
	color: white;
	padding: 5px 8px;
}
header .navbar-default .navbar-nav a:hover {
	color: #EEC856;
}
header .navbar-default .navbar-nav .active a {
	font-weight: 700;
	color: #EEC856;
	background: transparent;
	border-bottom: 4px solid #EEC856;
	text-shadow: none;
}
header .navbar-default .navbar-nav .active a:hover {
	color: #E15D5F;
	background: transparent;
	text-shadow: none;	
}	

/** Navbar Brand **/
header .navbar-brand {
	background: url(../images/jedsada-travel.svg);
	background-size: 185px 85px;
	background-repeat: no-repeat;
	background-position: 15px 0;
	height: auto;
}
header .navbar-brand  h1{
	color: white;
	margin: 0;
	font-size: 1.8em;
	font-weight: 400;
	padding-left: 140px;
	transform: scale(1, 1);
}
header .navbar-brand  span.subhead{
	display: block;
	font-family: "Cuprum", serif;
	font-size: .6em;
	font-weight: 100;
}

/** Navbar Toggle **/
header .navbar-toggle {
	background-color: #279182;
}
header .navbar-default .navbar-toggle .icon-bar{
	background-color: white;
}
@media only screen
and (max-width: 768px) {
	header .navbar-collapse.in {
	background-color: rgba(0, 0, 0, .5);
	}
}

/** nav inbody **/
header .inbody {
	background: rgba(82, 58, 52, .7);
	padding: 5px;
}
header .navbar .inbody {
	padding-top: 0;
	padding-bottom: 0;
}
header .navbar .inbody .navbar-nav {
	padding-top: 10px;
}
header .inbody .navbar-brand {
	background-size: 46px;
	background-position: top left;
	padding-bottom: 10px;
	margin-left: 10px;
}
header .inbody .navbar-brand h1 {
  font-size: 1.3em;
  transform: scale(1, 1.75);
  padding-left: 38px;
}
header .inbody .navbar-brand span.subhead {
  display: none;
}

/**  Carousel Fade **/
.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  transition: opacity ease-out .7s;
  left: 0;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block;
}
.carousel.fade .item:first-child {
  top: auto;
  opacity: 0;
  position: relative;
}
.carousel.fade .item.active {
  opacity: 1;
}
.carousel-control {
  opacity: 0;
}
.carousel-control.right,
.carousel-control.left {
  background-image: none;
}
#featured .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}


/** Page **/
.page {
	padding: 50px 0;
}
.page h2 {
	text-align: center;
	margin-bottom: 30px;
}

/** Page -- Mission **/
#mission {
	background-color: #e5b25d;
	background-image: linear-gradient(to bottom, #f2dd6e, #e5b25d);
	border-top: 20px solid rgba(184, 125, 75, .9);
}

/** Page -- Services **/
.service {
	margin: 20px 0;
	text-align: center;
}
#services img.icon{
	display: block;
	width: 80px;
	margin: 0 auto;
	margin-bottom: 5px;
}
#services h3{
	margin-bottom: 10px;
}
@media only screen
and (min-width: 450px)
and (max-width: 768px) {
	.service p {
		padding: 0 20%;
	}
}

/** Page -- Staff **/
#staff {
	background-color: #e5b25d;
	background-image: linear-gradient(to bottom, #f2dd6e, #e5b25d);
}
.doctor h3 {
	font-weight: 600;
	font-size: 1.2em;
	color: #6F4E36;
	padding-bottom: 5px;
}
.doctor p {
	font-size: .8em;
}
.doctor img {
	width: 100%;
	margin-bottom: 10px;
}

/** Page -- Testimonials **/
#testimonials {
	padding: 0;
}
#testimonials h2 {
	display: none;
}
#testimonials blockquote {
	margin: 0;
	padding: 0;
	border-left: none;
	min-height: 500px;
	position: relative;
}
#testimonials blockquote .quote {
	background-color: rgba(255, 255, 255, .6);
	padding: 20px 5%;
	position: absolute;
	bottom: 0;
	width: 75%;
	font-weight: 400;
	border-radius: 0 50px 0 0;
}
#testimonials blockquote .quote:hover {
	background-color: rgba(239, 240, 196, .9);
}
#testimonials #janeh {
	background: url(../images/testimonial-01.jpg) no-repeat center center;
	background-size: cover;
}
#testimonials #mcphersons {
	background: url(../images/testimonial-02.jpg) no-repeat center center;
	background-size: cover;
}
#testimonials #johnb {
	background: url(../images/testimonial-03.jpg) no-repeat center center;
	background-size: cover;
}
#testimonials #lorraines {
	background: url(../images/testimonial-04.jpg) no-repeat center center;
	background-size: cover;
}
#testimonials .quote {
	font-size: 1.2em;
	line-height: 110%;
	font-weight: 400;
}
#testimonials .quote .more, #testimonials .quote .customer {
	opacity: 0;
	font-size: 0;
	line-height: 0;
	padding-top: 10px;
}
#testimonials .quote:hover .more {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 100;
	display: block;
	opacity: 1;
	font-size: .8em;
	line-height: 120%;
}
#testimonials .quote:hover .customer {
	display: block;
	font-size: .7em;
	text-align: right;
}
#testimonials .quote .intro:after {
	content: '...';
}
#testimonials .quote:hover .intro::after {
	content: '';
}

/** Footer **/
footer {
  background: #523a34;
  color: white;
  font-size: .8em;
  padding: 20px 0 40px 0;
}
footer a {
  color: #E0E6AE;
}
footer a:hover {
  color: #EEC856 !important;
}
footer .phone {
  font-size: 1.4em;
  font-weight: 700;
  color: #E0E6AE;
}
footer .navbar {
  margin-bottom: 0;
  min-height: 0;
}
footer .navbar-default {
  background-color: transparent;
  border: none;
  margin-right: 40px;
}
footer .navbar-nav>li a {
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: underline;
  color: #EEC856 !important;
}