/***** BASE STYLES *****/
body {
  background-color: #FFFFFF;
  border: 1px solid #b7b7b7;
  color: #095156;
  font-family: 'Montserrat', sans-serif;
}


header {
  height: 600px;
}


#portfolio {
  height: 1520px;
}


#about {
  height: 680px;
}


#contact {
  height: 500px;
}


/***** GRID *****/
.full-width {
  margin: 0 auto;
  overflow: auto;
  width: 1200px;
}


.half-width {
  float: left;
  width: 600px;
  }


.third-width{
  float: left;
  width: 400px;
}


/***** HEADER *****/
header {
    background: url('../img/hero-image.png');
    background-position: center;
    background-size: 1200px;
    box-sizing: border-box;
}


header h1 span {
  color: #BDBF09;
  font-family: 'Lora', serif;
  font-size: 48px;
  line-height: 90px;
  text-align: center;
}


header h1 {
  font-size: 36px;
  line-height: 50px;
  margin-top: 200px;
  text-align: center;
}


/***** PORTFOLIO *****/
#portfolio p {
  color: #095156;
}


h2 {
  font-family: 'Lora', serif;
  font-size: 36px;
  text-align: center;
}


#portfolio h2 {
  padding-bottom: 60px;
}


p {
  font-size: 24px;
}


#jubilee {
  color: #095156;
  padding-top: 80px;
  padding-bottom: 80px;
}


#vision {
  padding-top: 55px;
  padding-bottom: 55px;
}

#vision-image {
  border: 1px solid #c3c3c3;
  height: 320px;
  width: 550px;
}


#recipe {
  padding-top: 70px;
  padding-bottom: 70px;
}


/***** ABOUT ME *****/
#about {
  background-color: #087e8b;
}


#about h2 {
  color: #FFFFFF;
}


#about-image {
  height: 400px;
  width: 320px;
  padding: 80px 20px 80px 50px;
}


#about p {
  color: #ffffff;
  padding: 40px 80px 40px 80px;
}


/***** FOOTER *****/
footer p {
  text-align: center;
}


#contact {
  background-color: #095156;
}


#contact h2, p, a {
  color: #FFFFFF;
}


#contact ul li {
  color: #ffffff;
  display: inline-block;
  padding-left: 50px;
}


#copyright {
  font-size: 18px;
  padding: 100px 10px 0 10px;
}
