html,body{
	background-image:url(../images/home_pattern.png);
}

/* 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;
}
.navbar-brand{
  font-size: 32px!important;	
}
.footer-text{
	font-family:'helvetica neue';
	font-size:12px;
	color:#676767;
	font-weight:200;
}
.heavy{
	font-weight: 700;
}
.logo{
	color:#9b5c0b;
}
.carousel-caption{
	font-size:20px;
}
.carousel-caption h1{
	font-size:56px;
}