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

body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #2b2b2b;
    width: 1000px;
    margin: 0 auto;
}

#about, #work, #portfolio, #contact {
    height: 800px;
    width: 1000px;
}

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


.full-width {
    width: 1000px;
    margin: 0 auto;
}
.half-width {
    width: 500px;
    float: left;
}
.third-width {
    width: 330px;
    float: left;

}
.return {
  text-align: center;
  clear:both;
  padding-top: 20px;
}
.return-from-contact {
  text-align: center;
  margin-top: 20px;
  clear: both;
}


/****** HEADER ******/

header {
    width: 1000px;
    height: 850px;
    background: url('../img/hero.png');
    background-size:  900px 600px ;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

main {
  width: 1000px;
}

nav {
    float: right;
    margin: 0px;
    padding: 20px 10px 20px 0px;
}
nav ul li{
    display: inline-block;
}
nav ul li a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    color: #828282;
    padding-left: 20px;
    padding-right: 40px;
}
h2 {
    font-family: 'Lora', serif;
    font-size: 40px;
    color: #636363;
    padding-top: 150px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: center;
}
header h3 span {
    color: #2b2b2b;
}
h3 {
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 20px;
    color: #63636388;
    padding-top:-5px;
    margin:0px;
    text-align: center;
   
}



/****** ABOUT ******/
#about {
    background-color: #d4dbc7;
    width: 1000px;
}
#about .full-width {
    padding: 20px 0;
}

#about h2 {
    font-family: 'Lora', serif;
    font-size: 30px;
    padding: 50px 20px 20px 20px;
}
#about p {
    font-size: 17px;
    color: #7f7f7f;
    line-height: 40px;
    padding-left: 70px;
    padding-right: 70px;
}

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

#work {
    background-color: #d9e6f2;
    text-align: center;
    width: 1000px;
}

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

#work img {
    padding-bottom: 30px;
    width: 40px;
}

#work h3 {
    font-size: 20px;
    line-height: 32px;
    width: 190px;
    margin: 0 auto;
}

#work p {
    font-size: 17px;
    color: #7f7f7f;
    line-height: 30px;
    padding: 0 50px;
}

/****** PORTFOLIO ******/

#portfolio {
    background-color: #d4dbc7;
    text-align: center;
    padding-bottom: 20px;
    width: 1000px;
}

#portfolio .full-width {
    padding: 0px;
    margin: 0px;
}

#portfolio .third-width img {
    height: 150px;
    padding-top: 20px;
    padding-bottom: 2px;
}

#portfolio h1 {
  font-family: 'Lora', serif;
  font-size: 36px;
  padding: 30px 0px 0px 0px;
  margin: 0px;
}

#portfolio h2 {
    font-family: 'Lora', serif;
    font-size: 15px;
    color: #7f7f7f;
    padding: 10px;
    margin: 0px;
}


#portfolio p {
    font-family: 'Lora', serif;
    font-size: 13px;
    color: #5e5e5e;
    margin: 0;
    padding: 0 51px;
    text-align: justify;
}

#portfolio .return {
    padding-top: 40px;
}

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

#contact {
    background-color: #ebebeb;
    width: 1000px;
}
#contact .full-width {
    padding: 0px;
    height:500px;
}
#contact .half-width {
        padding: 70px 0;
        height:500px;
        text-align: center;
}
#contact img#contact-img {
    margin-left: 25px;
    border: 12px solid #ffffff;
    width: 350px;
}

#contact #envelope {
    padding: 10px 10px 0 25px;
}
#contact h2 {
    font-family: 'Lora', serif;
    font-size: 28px;
    line-height: 44px;
    padding: 0px;
    margin: 0px;
}
#contact #email-header{
    font-size: 16px;
    font-weight: 100;
    line-height: 44px;
    margin: 2px 0 5px 0;
    color:  #737373;
}
#contact #socialmedia-header {
    font-weight: bold;
    font-size: 20px;
    line-height: 44px;
    margin: 40px 0 0 0;
}
#contact a {
    text-decoration: none;
    color: #bbc085;
    font-weight: bold;
    font-size: 27px;
}
#contact p{
    font-size: 12px;
    color: gray;
}
#contact ul {
    list-style: none;
}
#contact ul li {
     display: inline-block;
}
#contact ul img {
    font-size: 32px;
    padding-right: 48px;

}

.return-from-contact img {
    width: 40px;
}

.return img {
  width: 40px;
}
