body{
	background-color: #a2ded0;
}


header {
  background-color: #323232;
  position: absolute;
  width: 100%;
  position: fixed;
  }
header p {
  float: right;
  padding: 0%;
  color: white;
  vertical-align: middle;
}
header ul li {
  display: inline;
  list-style: none;
  padding: 1%;
  float: left;
  color: white;
}

.jumbotron {
	color: white;
  background-image:url('http://upload.wikimedia.org/wikipedia/commons/6/62/Drip_Coffee_Bangkok.jpg'); 
  padding: 20%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: -40px;
  margin-bottom: 0;
  background-position:  center;
}

.mission {
  background-color: #323232;
  color: #F7FAFE;
  margin-top: -30px;  
}
.mission h3 {
  font-family:'Raleway' 'sans-serif';
  padding: 5% 10% ;
  text-align: center;
  position: center;
}

.features {
  padding: 5% 0;
}
.features p {
  font-family: 'Muli' 'sans-serif';
  text-align: center;
  color:#323232;
  font-size: 1.2em;
  padding-top: 10px;
}
footer {
  background-color: #D64541;
  position: absolute;
  width: 100%;
  }

  footer p {
  float: left;
  padding: 2%;
  color: white;
  vertical-align: middle;
}

footer ul li {
  display: inline-block;
  list-style: none;
  padding: 2%;
  float: right;
  color: white;
}






