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

.body 
{
	font-family: 'Source Sans Pro', sans-serif;
}

#about, #work, #contact 
{
	height: 600px;
}

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

.full-width {
	width: 1200px;
	margin: 0 auto;
}

.quarter-width {
	width: 400px;
	float: left;
}

.three-quarter-width {
	width: 800px;
    float: left;
    margin-top: 10px;
}

.third-width {
	width: 400px;
	float: left;
}

.half-width {
	width: 600px;
	float: left;
}

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

header {
    height: 800px;
    background-image: url('../img/full-background.png');
    background-size: cover;
}

header h1 { 
    font-family: Lora, serif;
    font-size: 45px;
    color: #C49075;
    padding: 45px 0;
}

nav {
    float: right;
    padding: 75px 15px;
    
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    color: #828282;
    padding-left: 80px;
}

header h2 {
    width: 1300px;
    clear: both;
    font-family: 'Lora', serif;
    font-size: 72px;
    line-height: 80px;
    color:#9a9b9b;
    padding: 20px 0;
}

header h2 span {
    color:#2B2B2B;
}

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

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

#about h2 {
	font-family:'Lora', serif;
	font-size: 36px;
	color: #2b2b2b;
}

#about p {
	font-size: 21px;
	color: #7F7F7F;
	line-height: 42px;
	padding-right: 50px;
}

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

#work {
	background:#F9CEB7;
    text-align:center;
}

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

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

#work h3 {
    font-family:'source sans pro';
    color:#2B2B2B;
    font-size: 24px;
    width: 190px;
    margin: 0 auto; 
}

#work p {
    font-family: 'lora', serif;
    font-size: 18px;
    line-height: 30px;
    color:#2B2B2B;
    padding: 0 35px;
}

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

#contact {
	background:#EBEBEB;
}

#contact .full-width {
	padding: 110px 0;
}

#contact-img {
	border: 12px solid #ffffff;
}

#contact h2, #email-header, #socialmedia-header, #contact ul {
    padding-left: 115px;
}

#envelope {
    padding: 0 10px 0 115px;
}

#contact h2 {
    font-family: 'Lora', serif;
    font-size: 36px;
    color: #2B2B2B;
}

#email-header {
    font-weight: 400;
    font-size: 32px;
    margin: -30px 0 5px 0;
}

#socialmedia-header {
    font-weight: bold;
    font-size: 29px;
    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 {
    padding-right: 48px;
    font-size: 32px;
}

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

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

#portfolio h2 {
	font-family:'Lora', serif;
	font-size: 36px;
	color: #2b2b2b;
}

#portfolio p {
	font-size: 21px;
	color: #7F7F7F;
	line-height: 42px;
	padding-right: 50px;
}