@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800|Roboto+Slab:400,100,300,700);

/**  Basic Page CSS **/
body{
  font-family: "Roboto Slab", sans-serif;
  font-weight: 300;
  font-size: 2em;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  margin: 0;
}

/**  Header Navigation **/

header .navbar {
	padding: 5px 0 8px;
	transition: all .5s ease-out;
	width: 100%;
}

header .navbar-default {
	background-color: transparent;
	border: none;
	width: 100%;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(215,202,228,0.69) 87.56%,rgba(138,101,176,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(215,202,228,0.69) 87.56%,rgba(138,101,176,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(215,202,228,0.69) 87.56%,rgba(138,101,176,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(215,202,228,0.69) 87.56%,rgba(138,101,176,1.00) 100%);
}

header .navbar-default .navbar-nav a {
  color: white;
  padding: 5px 8px;
}

header .navbar-default .navbar-nav a:hover {
  #36EB39;
}

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: 2px 2px #454343;
}

/**  Navbar Brand **/

header .navbar-brand {
	background-image: url(../img/logo_anim_button3.gif);
	background-repeat: no-repeat;
	background-position: 10px 0;
	height: 70px;
	width:100%;
}

header .navbar-brand h1 {
  color: white;
  margin: 0;
  font-size: 1.8em;
  font-weight: 400;
  padding-left: 105px;
}

header .navbar-brand span.subhead {
  display: block;
  font-family: "Roboto Slab", serif;
  font-size: .6em;
  font-weight: 100;
}

/**  Navbar Toggle **/
header .navbar-toggle {
  background-color: #279182;
}

header .navbar-default .navbar-toggle .icon-bar {
	background-color: rgba(244,177,34,0.80);
}
.carousel-inner.fullheight .item img { width: 100%; }
.content.container .row p {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	margin-top: 13px;
}
.navbar.navbar-default.navbar-fixed-top {
	background-image: -webkit-linear-gradient(270deg,rgba(234,170,245,1.00) 0%,rgba(127,35,132,0.70) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(234,170,245,1.00) 0%,rgba(127,35,132,0.70) 100%);
	background-image: -o-linear-gradient(270deg,rgba(234,170,245,1.00) 0%,rgba(127,35,132,0.70) 100%);
	background-image: linear-gradient(180deg,rgba(234,170,245,1.00) 0%,rgba(127,35,132,0.70) 100%);
}
.nav.navbar-nav.navbar-right li { margin-right: 12px; }
#featured .carousel-inner.fullheight { }
#resources .container-fluid #resources { margin-top: 145px; }
#featured .content.container h2 { margin-top: 97px; }
.main #resources { margin-top: 74px; }
.main #testimonials { background-image: url(../img/1.gif); }
















@media only screen
and (max-width: 768px) {
  header .navbar-collapse.in {
    background-color: rgba(0,0,0, .5);
  }
}

/**  nav inbody **/

header .inbody {
  background: rgba(104,73,49,.9);
}

header .navbar.inbody {
  padding-top: 0;
  padding-bottom: 0;
}

header .navbar.inbody .navbar-nav {
  padding-top: 10px;
}

header .inbody .navbar-brand {
  background-size: 43px;
  background-position: top left;
  margin-top: 5px;
  padding-bottom: 0;
  margin-left: 10px;
}

header .inbody .navbar-brand h1 {
  font-size: 1.1em;
  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;
}

#featured .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}


/**  Page **/
.page { padding: 6px 0 50px; 
}

.page h2 {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 0px;
}

/**  Page -- Services **/

.service {
  margin: 20px 0;
  text-align: center;
}

@media only screen 
and (min-width: 450px)
and (max-width: 768px) {
}

.tutorial {
  margin: 10px 0;
}

.tutorial font-weight: 600;
  font-size: 1.2em;
  color: #6F4E36;
  padding-bottom: 5px;
}

.tutorial p {
  font-size: .8em;
}

.tutorial img {
  width: 100%;
}

/**  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(../img/ink.png) no-repeat center center;
  background-size: cover;
}

#testimonials #johnb {
  background: url(../img/ink.png) no-repeat center center;
  background-size: cover;
}

#testimonials #mcphersons {
  background: url(../img/ink.png) no-repeat center center;
  background-size: cover;
}

#testimonials #lorraines {
  background: url(../img/ink.png) no-repeat center center;
  background-size: cover;
}

#testimonials .quote {
  font-size: 1.2em;
  line-height: 110%;
  font-weight: 400;
}


#testimonials .quote .more, #testimonials .customer {
  opacity: 0;
  font-size: 0;
  line-height: 0;
  padding-top: 10px;
}


#testimonials .quote:hover .more {
  font-family: "Open Sans", 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 {
	color: black;
	font-size: .8em;
	padding: 10px 0 20px 0;
	height: 50px;
	width: 100%;
}

footer a {
  #944CE0;
}

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;
}
