body {
	font-family: David Libre;
	font-size: 16px;
	line-height: 1.5;
	
	background-color: #ffffff;
	color: #48353a;

  text-align: center;
}

header {  
  background-color: rgba(255, 255, 255, 0.75);
  padding: 10px 20px 10px 20px;
  overflow: hidden;
  
  position:  fixed;
  top: 0;
  left: 0;
  width:  100%;
}

header img {
  float: left;
}

header nav {
  float: right;
  margin-top: 5px;
}

header a {
  padding: 5px 5px;
  margin: 0 0 0 10px;
  color: #48353a;
  text-decoration: none;
}

header a:hover {
  border-bottom: 2px solid #48353a;
}

section.hero {
  background-image: url(hero.jpg);
  background-size: cover;
  background-position: center;
  
  padding: 250px 0 200px 0;
}

section.hero h1 {
  font-size: 64px;
  font-weight: 700;
  font-family: David Libre;
  
  max-width: 500px;
  margin: 0 auto 20px auto;
  
  line-height: 1.2;
}

section.hero p {
  max-width: 400px;
  margin: 0 auto 0 auto;
}

a.button {
  display:  inline-block;
  margin: 20px 0 0 0;
  border: 2px solid #eeae9f;
  border-radius: 40px;
  padding: 10px 20px 10px 20px;
  color: #eeae9f;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}

section.flowers {
  overflow: hidden;
}

section.flowers img {
  float: left;
  width: 33.33%;
}

section.quotes {
  overflow: hidden;
}

section.quotes div {
  float: left;
  width: 50%;
  text-align: center;
  padding: 40px 120px 40px 120px;
}

section.quotes div.quote1 {
  background-color: #f7f1ee;
}

section.quotes div.quote2 {
  background-color: #ffffff;
}

section.quotes img {
  width: 75px;
  border-radius: 50px;
}

section.quotes h2 {
  font-family: David Libre;
  font-weight: 700;
  font-size: 24px;
  padding: 20px 0 0 0;
}

section.fullbleed img {
  width: 100%;
}

section.brands {
  background-color: #eeae9f;
  color: #ffffff;
  
  padding: 40px 0 40px 0;
  
  font-weight: 700;
  text-align: center;
}

section.brands h3 {
  margin-bottom: 20px;;
}

section.brands img {
  margin: 0 10px 0 10px;
}

footer {
  background-color: #48353a;
  color: #ccc9ca;
  overflow: hidden;
  padding: 20px;
}

footer img {
  float: left;
}

footer p {
  float: right;
}


@media (max-width: 760px) {
  header h1 {
    float: none;
  }
  
  header nav {
    float: none;
  }
  
  section.flowers img {
    width: auto;
    float: none;
  }
  
  section.quotes div {
    width: auto;
    float: none;
  }
  
  section.quotes p {
    display: none;
  }
}
