body
{
    font-family: CarlitoRegular;
    font-size: 16px;
    background-color: #2B2B2B;
    color: white;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}

header
{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 2.5em;
    font-weight: bold;
    height:100px;
    /* text-decoration: underline; */
    /* text-align: center; */
}

.subtitle {
    color: #b7b795;
    font-weight: bold;
}

.content {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    text-align: justify;
}

.note {
    font-style: italic;
    background: #000000;
    padding: 5px;
    text-align: justify;
    font-size: 12px;
}

.link {
    text-decoration: none;
    color: #CC6644;
}

#my-name {
    text-shadow: 2px 2px #bb841a;
    float:left;
    /*height:200px;
    width:50%;*/  
}

#my-photo {
    float:right;
    border-radius:5%;
}


#content {
    padding: 25px;
}

footer
{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 12px;
}

.hl
{
    font-weight: bold;
    font-style: italic;
}

h2
{
    color: #bb841a;
    font-weight: normal;
}       

.separator
{
    color: #000000;

}

a {
   outline: 0;
}

nav
{
    border-radius: 10px;
    background-color: #E9E581;
    margin: 0;
    overflow: hidden;
}

nav ul{
    margin: 0;
    padding: 0;
}
nav ul li {
    /* This allow us to arrange list items in a row, without using float */
    display: inline-block;
    list-style-type: none;
}

/* Create a style for the first level items */
nav > ul > li > a {
    color: #DE1B1B;
    font-weight: bold;
    background-color: #E9E581;
    display: block;
    line-height: 2em;
    padding: 0.5em 0em 0.5em 0em;
    text-decoration: none;
}
