body {
    background-color: #EBFCF8;
    padding: 0px 50px 0px 50px;
    margin: 0px;
}

.mainWrapper {
    width: 100%;
    margin: 0px auto 0px auto;
}

.topLine {
    height: 5px;
    background-color: #70B7BA;
}

header {
    padding: 0px;
    margin: 40px 0px 0px 0px;
    width: 100%;
    float: left;
}

.nameMainWrapper {
    width: 100%;
    margin: 40px auto 0px auto;
}

.nameWrapper {
    float: left;
}

.nameWrapper a {
    text-decoration: none;
}

.firstName {
    font-family: sans-serif;
    font-size: 100px;
    font-weight: bold;
    color: #70B7BA;
    letter-spacing: -8px;
}

.lastName {
    font-family: sans-serif;
    font-size: 100px;
    font-weight: bold;
    color: #F1433F;
    letter-spacing: -8px;
}

.contactInfo {
    float: right;
    font-family: sans-serif;
    font-size: 14px;
    color: #666;
    margin-top: 65px;
    text-align: right;
}

main {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.portfolioWrapper {
    width: 408px;
    float: left;
    margin-right: auto;
    padding-right: 20px;
    margin-bottom: 30px;
}

.portfolioThumbnail{
    /* width: 408px; */
    height: 245px;
}

.portfolioDescription {
    font-family: sans-serif;
    color: #FFFFFF;
    background-color: #777;
    border-radius: 0px 0px 15px 15px;
    padding: 20px;
    /* width: 408px; */
}

.portfolioDescription .title {
    font-family: 'Avenir', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
}

.portfolioDescription .description {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}

.portfolioDescription .description a {
    color: #FFFFFF;
}

.portfolioDescription .description a:hover {
    color: #F1433F;
    text-decoration: underline;
}


/* --------------------------------- */
/* Sub Page Styles   --------------- */
/* --------------------------------- */
.leftRailWrapper {
    float: left;
    width: 40%;
}

.rightRailWrapper {
    float: left;
    width: 58%;
    margin-left: 2%;
}

.rightRailWrapper p {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #666;
    line-height: 19px;
    margin-top: 10px;  
}

.subPage_title {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    color: #666;
    /* line-height: 19px; */
}

.subPage_description {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #666;
    line-height: 19px;
    margin-top: 10px;  
}