0/* 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{
  font-size: 16px;
}

	
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: relative;
  z-index: 15;
}


 li
{
     display: inline;
   list-style-type: none;

   
}

/* CUSTOMIZE THE CAROUSEL




/* Center align the text within the three columns below the carousel */



/* Featurettes
------------------------- */

.featurette-divider {
  margin: 40px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
  color: #EEC148;
  font-family: 'Alegreya', serif;
  
}

.text-muted {
 color: #8b5c2e;
  letter-spacing: -1px;
   color: #D4D2D5;
  font-family: 'Alegreya', serif;
}

.lead{
   color: white;
  font-family: 'Alegreya', serif;
}
footer{


margin-bottom: 30px;
font-size: 15px;
font-weight: 200;
line-height: 2.1428571435;
color: #9fa3a5;



}

footer ul {
  text-decoration: none;
  list-style: none;


}


footer ul 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;
  }
}
