/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */


body {
  padding-bottom: 40px;
  color: #5a5a5a;
  font-family: 'Alegreya', serif;
  
}


#bg{
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
}
.bgwidth{
  width: 100%;
}


 
.col-lg-2{
padding-top: 20px;	
	}

h2{
  color: white
}

h3{
  color: white;
}
	
p{
  color: white;
  font-size: 20px;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: relative;
  z-index: 15;
}

#container{
  padding-top: 100px;
}

/* CUSTOMIZE THE CAROUSEL




/* Center align the text within the three columns below the carousel */



/* Featurettes
------------------------- */


/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
  color: white;
  font-family: 'Alegreya', serif;
  
}
span{
  color: red;
}

img{
  display:block;
margin:auto;

}

.text-muted {
 color: #8b5c2e;
  letter-spacing: -1px;
   color: #D4D2D5;
  font-family: 'Alegreya', serif;
}

.lead{
   color: white;
  font-family: 'Alegreya', serif;
}
footer{
  margin-top: 50px;
  background: rgba(0,0,0,0.6);
  padding-top: 7px;
  padding-bottom: .05px;

}

footer a {
  color:white;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {




  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  

  .featurette-heading {
    font-size: 50px;
  }

}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 60px;
  }
}
