@charset "UTF-8";
/* CSS Document */
body {
    background-color: white;
	background-image:url("beans.jpg");
	background-repeat: no-repeat;
	background-position: cover;
	background-attachment: fixed;
}
h1 {
    color: white;
    text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif
	font-size: 24px
}
.navbar {
    background-color: transparent;
	font-color: #FFFFFF;
  }
 h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  line-height: 1.1;
  color: #FFFFFF;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #fff;
}
/* unvisited link */
a:link {
    color: #FFFFFF;
}

/* visited link */
a:visited {
    color: #dedbac;
}

/* mouse over link */
a:hover {
    color: #dedbac;
}

/* selected link */
a:active {
    color: #dedbac;
}
a:navbar-header:{ 
	color: #FFFFFF 
}
a:navbar-brand:{ 
	color: #FFFFFF
}
p:{
	color:#FFFFFF
}
.navbar-nav:{
	color: #FFFFFF
}
ul {
    list-style-type: none;
    margin: 0px;
    padding: 10px;
   overflow: hidden;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 10px 10px 10px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    background-color: #ffffff;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color:;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: left;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    background-color:;
}
navbar: z-index:10; position:absolute;
