/*****BASE STYLES*****/
body {
    font-family: 'Roboto', sans-serif;
    color: #003323;
}

/****** GRID *****/

.full-width {
    width: 1200px;
    margin: 0 auto;
    overflow: auto;
    text-align: center;
}
/** commenting out
.half-width {
    width: 600px;
    float: left;
}
**/
.third-width {
    width: 400px;
    float: left;
    box-sizing: border-box;
}

/***** HEADER *****/
header {
    height: 800px;
    background-image: url("../img/hero-background.png");
    background-size: cover;
    background-position: center;
}
/***** Commenting out Nav section
nav {
    float: right;
    padding: 75px 25px 50px 25px;
}
nav ul li {
    display: inline-block;
}
nav ul li a {
    text-transform: capitalize;
    text-decoration: none;
    font-size: 24px;
    color: #319e75;
    padding-left: 80px;
}
****/

header h1 {
    clear: right;
    color: #d5afa9;
    font-family: 'Roboto Slab', serif;
    font-size: 55pt;
    font-weight: bold;
    padding: 195px 0 0 0;
    text-align: center;
}

header p {
    font-size: 48px;
    font-weight: normal;
}
.full-width h2 {
    font-size: 36px;
    font-weight: bold;
    padding: 30px 0;
}
.project {
    margin: 30px 0;
    overflow: auto;
}
#work .image {
    float: left;
    width: 550px;
    height: 350px;
    margin: 20px;
    border: 1px solid #003323;
    background-size: cover;
}
#work .description {
    float: left;
    padding-left: 20px;
    width: 560px;
    height: 360px;
    background: white;
    text-align: left;
}
#work .description h3 {
    font-size: 24px;
    font-weight: bold;
}
#work .description p {
    font-size: 24px;
}
#about {
    background-color: #006963;
    color: #d5afa9;
    height: 600px;
}
#about .description {
    float: left;
    padding-left: 40px;
    height: 330px;
    width: 600px;
}
#about p {
    text-align: left;
    font-size: 18px;
}
#about span {
    font-weight: bold;
}
#about .image {
    float: left;
    width: 350px;
    height: 400px;
    background-image: url("../img/about-me-photo.png");
    background-size: cover;
    border: 1px solid #003323;
    margin-left: 85px;
}
#contact {
    background-color: #003323;
    color: #319e75;
    height: 400px;
    overflow: auto;
}
#contact ul li {
    display: inline-block; 
    text-align: center;
}
#contact ul li a {
    padding: 0 40px 0 0;
}
#contact a {
    text-decoration: none;
    color: #319e75;
}
#contact a:hover {
    color: #d5afa9;
}
#contact h3 {
    font-size: 24px;
    font-weight: bold;
}
#contact p {
    font-size: 24px;
    font-weight: normal;
}
footer {
    background-color: #003323;    
    color: #319e75;
    height: 50px;
}
