/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #5a5a5a;
  font-family: sans-serif;
  /*background-color:#262a0f;	*/
  background-color:#fff;
}


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

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

.nav>li>a{
	color: #fff;
	font-weight:bold;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: rgba(238, 238, 238, 0.2);
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel-fade {
  height:  423px;
  /*margin-bottom: 60px;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  top:30%;
}

/* Declare heights because of positioning of img element */
.carousel-fade .item {
  height: 423px;
  /*background-color: #777;*/
}
.carousel-inner > .item > img {
  /*position: absolute;*/
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;

/*
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
*/

  -webkit-transition-duration: 0.9s;
  -moz-transition-duration: 0.9s;
  -o-transition-duration: 0.9s;
  transition-duration: 0.9s;
    
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* 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;
}
.lead{
	font-size:16px;
	
}
#menu-inner{
	transition-property: background-color;
	transition-duration: 0.6s;
	transition-timing-function: ease-in-out;
}
#menuFixed {
	transition-property: position, height;
	transition-duration: 0.3s, 0.3s;
	transition-timing-function: ease-out;
}
.menuBackground{
	background-color : rgba(0, 0, 0, 0.6);
}
.menuTransition{
	position:fixed;
	top: 0% !important;
	transform: scale(1, 1);
	height:60px;
}
.menuTransition-about{
    position:fixed;
}
.zap{
	background-color : rgba(0, 0, 0,0.5);
	-webkit-box-shadow: 0px -100px 20px 5px rgba(0, 0, 0,0.5);
	-moz-box-shadow: 0px -100px 20px 5px rgba(0, 0, 0,0.5);
	-o-box-shadow: 0px -100px 20px 5px rgba(0, 0, 0,0.5);
	box-shadow: 0px -100px 20px 5px rgba(0, 0, 0,0.5);
	
}
.pinContainer{
	top:56%; 
	height:100%; 
	width:100%; 
	position:fixed; 
	overflow: hidden;
	background-color:rgba(0, 0, 0,0);
	-webkit-box-shadow: 0px -70px 20px 5px rgba(0, 0, 0,0);
	-moz-box-shadow: 0px -70px 20px 5px rgba(0, 0, 0,0);
	-o-box-shadow: 0px -70px 20px 5px rgba(0, 0, 0,00);
	box-shadow: 0px -70px 20px 5px rgba(0, 0, 0,0);
	/*transition-property: box-shadow, background-color;
	transition: 0.5s, 0.5s;
	transition-timing-function: ease-out;*/
}

.containerShadow{
	background-color:rgba(0, 0, 0,0.5);
	-webkit-box-shadow: 0px -70px 20px 5px rgba(0, 0, 0,0.5);
	-moz-box-shadow: 0px -70px 20px 5px rgba(0, 0, 0,0.5);
	-o-box-shadow: 0px -70px 20px 5px rgba(0, 0, 0,0.5);
	box-shadow: 0px -70px 20px 5px rgba(0, 0, 0,0.5);
}
.panel {
	height: 100%;
	width: 100%;
	position: absolute;
}


footer .lead{
	margin-top:20px !important;
	margin-bottom:0px;
	font-size:21px;
	font-weight:bold;
}

div .lead:first-child{
	margin-top:10px;
	margin-bottom:0px;
}


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


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

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    top: 5%;
  }
  .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: 0px;
    font-size: 14px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}


/* PARALLAX PARENT
----------------------------------------*/

.parallaxParent {
	height: 100vh;
	overflow: hidden;
}
.parallaxParent > * {
	height: 500%;
	position: relative;
	top: -100%;
}