/* BODY */

body {
    font-family: 'Muli', sans-serif;
    font-size: 22px;
    color: #095256;
    overflow: auto;
}

#work {
    height: 1400px;
    background: #f9f9f8;
    padding: 25px 0 25px 0;
}

#about {
    height: 650px;
    background: #095256;
    padding: 25px 0 25px 0;
}

#contact {
    height: 400px;
    background: #02734a;
    padding: 25px 0 25px 0;
}


h2 {
    font-family: 'Ovo', serif;
    font-size: 36px;
    text-align: center;
    margin-top: 50px;
    color: #095256;
}

h3 {
    font-weight: bold;
    line-height: 20px;
}

/* GRID */

.full-width {
    width: 1200px;
    margin: 0 auto;
}

.half-width {
    width: 600px;
    float: left;
}

.third-width {
    width: 400px;
    float: left;
    text-align: center;
}

/* HEADER */

header {
    height: 600px;
    background: url('../img/hero-1.png');
    background-size: cover;
}

header .logo {
    margin-top: 50px; 
}

header img {
    width: 600px;
}

nav {
    float: right;
    margin-top: 35px;
}

nav ul li{
    display: inline-block;
}

nav ul li a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    color: #095256;
    padding-left: 80px;
}

/* WORK */

#work img {
    width: 550px;
    height: 350px;
    border: #a6998a solid 1px;
    box-sizing: border-box;
    margin: 25px 0;
}

#work .text {
    width: 550px;
    height: 350px;
    margin: 25px 0;
    display: inline-block;
}

/* ABOUT */

#about img {
    border: white solid 15px;
    margin: 25px 0 50px 100px;
    box-sizing: border-box;
}

#about h2, #about h3, #about p {
    color: white;
}

#about p {
    line-height: 36px;
}

/* CONTACT */

#contact h2, #contact h3, #contact p {
    color: white;
}

#contact p {
    line-height: 36px;
}

#contact h3 {
    margin-top: 75px;
}

#contact img {
    width: 35px;
    height: 35px;
    padding: 20px;
}

/* FOOTER */

footer {
    background: #02734a;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 20px;
}