/***** BASE STYLES *****/
body {
    font-family: 'Montserrat', sans-serif;
    background-color: #1f202b;
}

header {
    height: 800px;
}

#work {
   height: 1550px;
}
#about {
    height: 550px;
}

#contact {
    height: 400px;
}

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

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

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

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

/***** HEADER *****/
header {
    background: url('../img/hero-background.png') no-repeat 0px 75px;
    background-size: cover;
}

header h1 {
    font-size: 30px;
    color: #ffffff;
}

nav {
    float: right;
    word-spacing: 45px;
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    color: #ffffff;
    font-size: 30px;
    text-decoration: none;
}

header h2 {
    color: #ffffff;
    clear: both;
    font-family: 'Source Code Pro', monospace;
    font-size: 72px;
    padding: 330px 0px 250px 100px;
    width: 700px;
}

header h2 span {
    color: #ec5823;
}

/***** WORK *****/
#work .half-width {
    width: 550px;
}

#work h2 {
    color: #ec5823;
    font-family: 'Source Code Pro', monospace;
    font-size: 36px;
    margin-bottom: 0px;
    margin-top: 50px;
    text-align: center;
}

#work h3 {
    color: #ffffff;
    font-size: 24px;
    margin: 0 auto;
}

#work h3 span {
    font-weight: 400;
}

#work p {
    color: #ffffff;
    font-size: 24px;
}

#work img {
    border: 1px solid #b7b7b7;
}

#work .boxes {
    height: 350px;
    width: 550px;
    margin-top: 105px;
}

#left {
padding-right: 50px;
}

#right {
padding-left: 50px;
}

/***** ABOUT *****/
#about {
    background: url('../img/about-me.png') no-repeat;
    background-size: cover;
}

#about h2 {
    color: #ec5823;
    font-family: 'Source Code Pro', monospace;
    font-size: 36px;
    text-align: center;
    margin-bottom: 0px;
    padding-top: 50px;
}

#about p {
    color: #1f202b;
    font-size: 24px;
    width: 600px;
}

#about p span {
    font-weight: 700;
}

/***** CONTACT *****/
#contact h2 {
    color: #ec5823;
    font-family: 'Source Code Pro', monospace;
    font-size: 36px;
    margin-bottom: 0px;
    margin-top: 50px;
    text-align: center;
}

#contact .third-width {
    color: #ffffff;
    font-size: 24px;
    margin-top: 125px;
    margin-bottom: 125px;
    text-align: center;
}

#contact h3 {
    color: #ffffff;
    font-size: 24px;
}

#copyright {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}
