/***** BASE STYLES *****/
body {
  font-family: 'Source Sans Pro', sans-serif;
  background-color: transparent;
  color: #2b2b2b;
}

.responsive {
  width: 60%;
  height: auto;
}

/***** GRID *****/
.full-width  {
    width: 100%;
    margin: 0 auto;
  }
  .half-width {
    width: 50%;
    float: left;
}
.third-width {
    width: 33%;
    float: left;
}

/**** HEADER ****/

header {
    height: 200px;
    width: 80%;
/*    background-color: transparent;    */
/*    background: url('../img/hero.png'); */
    background-size: cover;
}

header h1 {
      text-align: center;
      margin: 10px 0 10px 0 !important;
      font-family: 'Lora', serif;
      font-size: 25px;
      color: blue;
  }
nav {
    float: right;
    padding: 75px 25px;
}
nav ul li{
    display: inline-block;
}
nav ul li a {
    text-transform:uppercase;
    text-decoration:none;
    font-size: 18px;
    color: #9b9b9b;
    padding-left: 80px;
}


header h2 span  {
    color: black;
}

header h4 {
    width: 100%;
    font-family: 'Lora', serif;
    font-size:36px;
    padding-left:50px;
    text-align: center;
}

/**** About ****/

#about .full-width {
    padding: 80px 0;
}

#about h2 {
    font-family: 'Lora', serif;
    font-size:36px;
    padding-left:50px;
}

#about p {
    font-family: 'Lora', serif;
    font-size:21px;
    line-height:30px;
    padding: 0 50px;
}    
#aabout p {
    font-size:21px;
    color:#929292;
    line-height:36px;
    padding-left: 50px;
    padding-right: 25px;
}
#work {
/*  background-color: #f9ceb7; */
    font-size:21px;
  text-align: left;
}

#work .full-width {
    padding: 115px 0;
}

#work img {
    padding-bottom: 30px;
  }
#work h2 {
    font-family: 'Lora', serif;
    font-size:36px;
    padding-left:50px;
}


#work p {
    font-family: 'Lora', serif;
    font-size:21px;
    line-height:30px;
    padding: 0 50px;
  }

  /** Contact **/

#contact {
/*  background-color: #ebebeb; */
}

#contact .full-width {
    padding: 10px 0;
}
#contact img#contact-img {
    margin-left: 25px;
    border: 12px solid #ffffff;
}
#contact h2, #contact #email-header, #contact #socialmedia-header, #contact ul {
        padding-left: 115px;
    }
    #contact #envelope {
        padding: 0 10px 0 115px;
    }

#contact h2 {
    font-family: 'Lora', serif;
    font-size: 21px;
    line-height:30px;
}
#contact #email-header{
    font-size: 32px;
    font-weight: 400;
    line-height:44px;
    margin: -30px 0 5px 0;
}
#contact #socialmedia-header {
    font-weight: bold;
    font-size: 29px;
    line-height:44px;
    margin: 40px 0 0 0;
}
#contact a {
    text-decoration:none;
    color:#c49075;
    font-weight: bold;
    font-size: 28px;
}
#contact ul {
    list-style: none;
}
#contact ul li {
     display: inline-block;
}
#contact ul img {
    font-size: 32px;
    padding-right: 48px;
}
