/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */

.navbar-inverse {
    background-color: #baae95;
    border-color: #baae95;
}
.navbar-wrapper .navbar .container {
    width: auto;
    background-color: #baae95 !important;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #baae95;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #baae95 !important;
}

a.navbar{
	
	background-color:#baae95;
   color:#ffffff;
}
#navbar {
	background-color:#baae95;
	color:#FFFFFF;
}
.nav .navbar li>.active{
background-color:#baae95;
color:#fff;
}

.navbar-inverse .navbar-brand {
    color: #baae95;
}

a {
    background-color: #baae95;
}

.navbar-brand {
    float:left;
	height: 50px;
    padding: 1px 0px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 0px;
  padding-left: 0px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

.jumbotron {
    margin-bottom: 0px;
    background-image: url(../assets/img/BG-5.png);
    background-position: 0% 10%;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    text-shadow: black 0.3em 0.3em 0.3em;
	height: 400px;
}

.jumbotron-1 {
    margin-bottom: 0px;
    background-image: url(../assets/img/Meal-Prep.jpg);
    background-position: 0% 30%;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    text-shadow: black 0.3em 0.3em 0.3em;
	height: 400px;
}
.jumbotron-2 {
    margin-bottom: 0px;
    background-image: url(../assets/img/Ironing.jpg);
    background-position: 0% 30%;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    text-shadow: black 0.3em 0.3em 0.3em;
	height: 400px;
}
.jumbotron-3 {
    margin-bottom: 0px;
    background-image: url(../assets/img/01.png);
    background-position: 0% 10%;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    text-shadow: black 0.3em 0.3em 0.3em;
	height: 400px;
}
.jumbotron-4 {
    margin-bottom: 0px;
    background-image: url(../assets/img/BG-9.png);
    background-position: 0% 10%;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    text-shadow: black 0.3em 0.3em 0.3em;
	height: 400px;
}
.our-vision-text{
	display:block;
	height:600px;
	width:800px;
	text-align:justify;
}

.our-mission-text{
	display:block;
	height:600px;
	width:800px;
	text-align:justify;
}

.faq-text{
	display:block;
	height:1200px;
	width:800px;
	text-align:justify;
}

.faq-text p::first-letter { /* Use :first-letter if support for IE 8 or earlier is needed */
  color: black;
  font-size: 130%;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
        background-attachment: scroll;
    }
}

@media (max-width: 991px) {

 .navbar-brand>img{
 	display:inline-flex;
	height:100px;
	width:135px;
 }
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
	float:left;
	}

}

@media (max-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;
  }
  
   .navbar-brand>img{
 	display:none;
 }
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
	float:left;
	padding-left:10px;
	}

 
}