body {
    padding: 0px;
    margin: 0px;
    background: #d9dade;
}

.clear {
    clear: both;
}

img {
    border: 0px none;
}

a {
    font-family: 'open_sansregular', Helvetica, Arial, sans-serif;
    color: #099;
    text-decoration: none;
}

a:hover {
    color: #0cc !important;
}

#container {
    min-width: 360px;
}

#header {
    height: 550px;
    background: #099 url(../img/design/my_name_bg.jpg) repeat-x top center;
}

#my_name {
    height: 550px;
    background: url(../img/design/my_name.jpg) no-repeat top center;
    font-family: 'bebas_neueregular', Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: center;
    text-shadow: 0px -1px 0px rgba(0, 51, 51, 0.4);
    letter-spacing: 0.1em;
}

#my_name .top_line {
    height: 52px;
    padding-top: 193px;
    font-size: 57px;
    line-height: 52px;
}

#my_name h1 {
    height: 155px;
    padding: 0px 0px 41px;
    margin: 0px;
    font-weight: normal;
}

#my_name h1 .first_name {
    display: block;
    height: 88px;
    font-size: 117.6px;
    line-height: 88px;
}

#my_name h1 .last_name {
    display: block;
    height: 65px;
    font-size: 78.6px;
    line-height: 65px;
}

@media (max-width: 319px) {
    #my_name .top_line {
        font-size: 34.2px !important;
    }

    #my_name h1 .first_name {
        font-size: 70.6px !important;
    }

    #my_name h1 .last_name {
        font-size: 47.2px !important;
    }
}

#my_name .bottom_line {
    height: 30px;
    padding: 40px 10px 0px;
    font-size: 24px;
    line-height: 30px;
    background: url(../img/design/my_name_line.gif) no-repeat top center;
}

#my_name .bottom_line .break {
    display: none;
}

@media (max-width: 579px) {
    #my_name .bottom_line {
        height: 40px !important;
        padding: 35px 10px 0px !important;
        font-size: 16px !important;
        line-height: 20px !important;
    }

    #my_name .bottom_line .break {
        display: inline !important;
    }
}

#content {
    background: #fff;
    font-family: 'open_sanslight', Helvetica, Arial, sans-serif;
    letter-spacing: 0.02em;
    line-height: 1.5em;
    padding: 30px 0px 0px;
}

#contact_me {
    padding: 80px 10px 30px;
    font-size: 18px;
    text-align: center;
    background: url(../img/design/contact_me.gif) no-repeat center 15px;
}

#my_location {
    padding: 80px 10px 30px;
    font-size: 18px;
    text-align: center;
    background: url(../img/design/my_location.gif) no-repeat center 15px;
}

#projects {
    padding: 80px 10px 25px;
    font-size: 18px;
    text-align: center;
    background: url(../img/design/projects.gif) no-repeat center 15px;
}

#project_list {
    max-width: 1200px;
    margin: 0px auto;
}

#project_list .project {
    float: left;
    position: relative;
    width: 200px;
    height: 270px;
    padding-left: 360px;
    margin: 0px 20px 40px;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08);
}

#project_list .project .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 360px;
    height: 270px;
}

#project_list .project .title {
    width: 176px;
    padding: 10px 12px;
    font-size: 18px;
    line-height: 22px;
}

#project_list .project .description {
    width: 176px;
    padding: 0px 12px 10px;
    font-size: 14px;
    line-height: 20px;
}

@media (min-width: 640px) and (max-width: 1240px) {

    #project_list {
        max-width: 600px !important;
    }

}

@media (max-width: 639px) {

    #project_list {
        max-width: 360px !important;
    }

    #project_list .project {
        float: none !important;
        width: 360px !important;
        height: auto !important;
        padding-left: 0 !important;
        margin: 0px 0px 40px !important;
    }

    #project_list .project .image {
        position: static !important;
    }

    #project_list .project .title,
    #project_list .project .description {
        width: 336px !important;
    }

}

#copyright {
    font-family: 'open_sansregular', Helvetica, Arial, sans-serif;
    color: #7d7d80;
    font-size: 14px;
    padding: 8px 10px 40px;
    text-align: center;
}