html {
    background: #e6e9e9;
    background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
    -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%;
}

body {
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #545454;
    font-family: Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 auto; 
    max-width: 800px;
    padding: 2em 2em 4em;
}




h1 {
    font-size: 28pt;
    font-weight: 200;
}


h2, h3, h4, h5, h6 {
    color: #222;
    font-weight: 500;
    line-height: 1.3;
}

h2 {
    margin-top: 1.3em;
}

h4, h5, h6 {
    margin-bottom: -12px;
    padding-bottom: 0;
}


b, strong {
    font-weight: 600;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: gray;

}



ul.navbar {
    margin: 10px 10px 0px 10px;
    list-style-type: none;
   
}

ul.navbar li {
    display: inline;
    padding: 5px 10px 5px 10px;
}

ul.navbar li a:link, ul.navbar li a:visited {
    border-bottom: none;
    text-decoration: none;
    color: #545454;
    
}

ul li.selected {
    font-weight: bold
}

ul.courses {
    list-style: none;
}

ul {
    list-style: circle ;
}

ul.pub_list li {
margin-top: 10px;    
}

footer {
    font-size: 85%;
    color: #545454;
    text-decoration: none;
    border-top-style: solid;
    border-top-width: thin;
    border-top-color: gray;
}

 a {
    text-decoration: none;
    color: steelblue;
} 

div#home {
    display:table; 
    border-spacing: 10px;
    width: 100%;
}

div#table_foot {
    display:table; 
    border-spacing: 10px;
    width: 100%;
}

div#both_sides_foot  {
    display: table-row;
}

div#home_both_sides {
    display: table-row;
}

div#home_left {
    display: table-cell;
    text-align: center;
    font-size: small;
}

div#home_right {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

div#left_foot  {
    display: table-cell;
    text-align: right;
}

div#right_foot {
    display: table-cell;
    text-align: left;
}

div#cv_table {
    display: table;
}

div#cv_table_row {
    display: table-row;
}

div#cv_dates {
    display: table-cell;
    padding-right: 1.5em;
}

div#cv_info {
    display: table-cell;
    
}

img.me {
    max-width: 310px; max-height: 310px; 
/*              width="618" height="622"*/
    float: left;
    background: transparent;
    display: block;
    margin: 1.3em auto;
}

img.words {
    max-width: 450px; max-height: 310px;
    float: right;    
}


@media screen and (max-device-width: 480px) {
  body {
    font-size: 16px;
    max-width: 480px;
      
  }
    nav {
        display: block;
        align-items: left;
        justify-content: flex-end;
        height: auto;
    }
    
    ul.navbar {
        margin: auto;
        padding:inherit;
    }
    
    h1 {
        font-size: 20pt;
    }
    
    div#home {
        display:block;
    }
    
    div#home_both_sides {
    display: block;
}
    
    div#home_left {
        display:block;

    }

    div#home_right {
        display:block;
    }
    
    ul.courses {
        margin-left: -2em;
    }
    
    img.me {
        float: none;
        display: block;
        max-width: 90%;
    }
    
    img.words {
        float:none;
        display: block;
        margin: 1.3em auto;
        max-width: 90%;
    }
    
    div#table_foot {
    display:block; 
    border-spacing: 10px;
    width: 100%;
}

div#both_sides_foot  {
    display: block;
}

    div#left_foot  {
    display: block;
    text-align: center;
}

div#right_foot {
    display: block;
    text-align: center;
}

 }
