/****** BASE STYLES *****/

body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #2b2b2b;
}
#about, #work, #contact {
    height: 600px;
}

/****** GRID *****/

.full-width {
    width: 100%;
    margin: 0 auto;
}
.half-width {
    width: 50%;
    float: left;
}
.third-width {
    width: 33%;
    float: left;
}
.responsive {
  max-width: 100%;
  height: auto;
}
#fixed-1 section {
    padding-top:1px;
}
#fixed-2 h1 {
    margin-top:0;
    padding-top:16px;
}
/***** HEADER *****/

header {
    height: 500px;
    background: url('../images/NPlogo.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
header h1 {
    font-family: 'Lora', serif;
    font-size: 30px;
    color: #ffffff;
    padding: 65px 0 65px 25px;
}
nav {
    float: right;
    padding: 75px 25px;
}
nav ul li{
    display: inline-block;
}
nav ul li a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 21px;
    color: #ffffff;
    padding-left: 80px;
}
header h2 {
    width: 1000px;
    clear: both;
    font-family: 'Lora', serif;
    font-size: 72px;
    line-height: 80px;
    color: #ffffff;
    padding: 20px 0 20px 25px;
}
header h2 span {
    color: #2b2b2b;
}

/***** ABOUT *****/

#about .full-width {
    padding: 40px 0;
    text-align: center;
}
#about h2 {
    font-family: 'Lora', serif;
    font-size: 28px;
    padding-left: 20px;
}
#about p {
    font-size: 18px;
    color: #7f7f7f;
    line-height: 40px;
    padding-left: 50px;
    padding-right: 23px;
}

/***** WORK *****/

#work {
    background-color: #ffffff;
    text-align: center;
}
#work .full-width {
    padding: 115px 0;
}
#work img {
    padding-bottom: 30px;
}
#work h3 {
    font-size: 24px;
    line-height: 32px;
    width: 190px;
    margin: 0 auto;
}
#work p {
    font-family: 'Lora', serif;
    font-size: 18px;
    line-height: 30px;
    padding: 0 40px;
}

/***** CONTACT *****/

#contact {
    background-color: #ffffff;
}
#contact .full-width {
    padding: 110px 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: 36px;
    line-height: 44px;
}
#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;
}
