html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
    width: 100%;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

body {
    width: 100%;
    min-width: 640px;
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
}

h1 {
    color: #111;
    margin: 0px;
    font-size: 50px;
    font-family: Arial, Helvetica, sans-serif;
}

h2 {
    color: #111;
    margin: 0px;
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
}

h3 {
    color: #111;
    margin: 0px;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
}

h4 {
    color: #111;
    margin: 50px 0px 0px 0px;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
}

h5 {
    color: #111;
    font-size: 18px;
    margin: 50px 0px 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
}

b {
    font-weight: bold;
}

p {
    color: #111;
    font-size: 18px;
    line-height: 1.4;
    margin: 30px 0px 0px 0px;
    font-family: "Times New Roman", Times, serif;
}

a {
    color: #111;
    text-decoration: underline;
}

li {
    margin-left: 5%;
}

hr {
    clear: both;
    display:inline-block;
    width: 100%;
    height: 2px;
    border: 0px;
    background-color: #000;
    margin: 50px auto 0px auto;
}

img {
    display: block;
    margin: 0px auto 0px auto;
    background-color: #ffffff;
    border: 1px solid;
    border-left-color: #eee;
    border-top-color: #eee;
    border-right-color: #aaa;
    border-bottom-color: #aaa;
    max-width: 100%;
    height: auto;
}

.display_inline {
    display: inline-block;
}

.decoration_none {
    text-decoration: none;
}

.text_align_right {
    text-align: right;
}

.margin_top_10 {
    margin-top: 10px;
}

.margin_top_30 {
    margin-top: 30px;
}

.margin_top_50 {
    margin-top: 50px;
}

#content {
    width: 90%;
    max-width: 1100px;
    margin: 50px auto 0px auto;
}

.section {
    width: 90%;
    margin: 0px auto 0px auto;
}

#selfie {
    width: 35%;
    margin: 10px 0px 20px 50px;
    float: right;
}

#about_section {
    text-align: right;
}

.about {
    text-align: left;
    display: inline-block;
    width: 92%;
    max-width: 400px;
    margin: 50px 0px 0px 0px;
    padding: 3%;
    border: 1px solid #111;
}

.about span {
    display: inline-block;
    width: 50px;
    text-align: right;
    margin: 20px 0px 0px 0px;
}

.about p {
    display: inline-block;
    margin: 0px 0px 0px 10px;
}

#education {
    float: left;
}

#education span {
    width: 100px !important;
}

#courses {
    clear: both;
    float: left;
}

#contests {
}

.skills {
    margin-left: 5%;
}

.skills li {
    margin: 0px;
    display: inline-block;
}

.skills li p {
    margin: 20px 0px 0px 0px;
}

.skills_1 li {
    width: 100px;
}

.skills_2 li {
    width: 204px;
}

#projects {
    margin-left: 5%;
}

#projects li {
    width: 30%;
    min-width: 245px;
    height: 190px;
    text-align: center;
    margin: 30px 0px 0px 0px;
    float: left;
}

#projects p {
    margin: 0px 0px 0px 0px;
}

#copyright {
    text-align: right;
    font-size: 16px;
    color: #999;
    margin: 10px 10px 10px 0px;
}

#project {
    width: 90%;
    max-width: 1100px;
    margin: 30px auto 0px auto;
}

#projectmenu h4 {
    margin-top: 0px;
    display: inline-block;
}

#projectmenu p {
    margin: 0px;
    float: right;
}

#project h2 {
    margin: 70px 0px 0px 0px;
}

#project project_section p {
    margin: 30px 0px 0px 0px;
}

#project img {
    margin: 50px auto 0px auto;
}

#project iframe {
    display: block;
    margin: 50px auto 0px auto;
    max-width: 100%;
}

#project ul {
    color: #111;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 20px;
    font-family: "Times New Roman", Times, serif;
    list-style-type: circle;
}

#project li {
    margin-top: 20px;
}
