html,body {
    font-family:sans-serif;
    font-size:100%;
    height: 100%;
}

p {
    font-family: "Courier New";
}

footer {
    text-align:center;
    padding:12px 20px!important;
    font-size: 24px;
}

h2{font-size:30px}
h3{font-size:24px}
h4{font-size:20px}
h5{font-size:18px}
h6{font-size:16px}
h1 {
    font-size: 2em;
    font-family: Georgia;
    font-weight: bold;
    color: #fff;
    background-color:#000!important;
    display: inline-block;
    padding: .25em .5em!important;
    letter-spacing: 0.05em;
    text-align: center;
}
h2,h3,h4,h5,h6 {
    font-family: 'Courier New';
    font-weight: 400;
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 0.25em;
    letter-spacing: 0.05em
}

a {
    -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    border-bottom: dotted 1px #666;
    color: inherit;
    text-decoration: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    cursor: pointer;
}

a{background-color:transparent;-webkit-text-decoration-skip:objects}
a:active,a:hover{outline-width:0}

/* Header */
.content {
    background-color: #fdf5e6!important;
    filter:grayscale(75%);
    padding-left: 6vw;
    padding-right: 6vw;
    overflow: hidden;
}

header.page-header {
    align-items: center;
    text-align: center;
    padding-top: 2em; 
}

/* contact */
.contact-header {
    position:absolute;
    right:0;
    top:0;
    display:inline-block;
    width:auto;
    padding:12px 20px!important;
    font-size: 24px;
    /* color: #7d7d7d; */
}
ul.icons {
    cursor: default;
    list-style: none;
    padding-left: 0;
}
ul.icons li {
    display: inline-block;
    padding: 0 20px 0 0;
}

/* content */
.session {
    padding: 3em 5em 1em 5em;
}

.subsession {
    content: "";
    display: table;
    clear: both
}

.left-div {
    float: left;
    width: 47%;
}

.right-div {
    float: right;
    width: 47%;
}

.subsession-header {
    margin: 0 auto;
    text-align: center!important;
    padding-top: 32px!important;
    padding-bottom: 12px!important;
}

.project-header {
    margin: 0 auto;
    text-align: center!important;
    padding-top: 30px!important;
    padding-bottom: 6px!important;
}

.project-subheader {
    color: #999;
    font: 14px/1.5 "Courier New";
    text-align: center;
}

.project {
    border: 2px solid black;
    margin-top: 2em;
    text-align: justify;
    width: 100%;
}

.project a {
    width: inherit;
}

.project img {
    width: inherit;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 2px;
    border-style: solid;
    border-color: black;
}

.project-description {
    padding: 0.5em 1em!important;
    text-align: justify;
    width: 100%;
}

.link {
    color: #999;
}

ul.in-content {
    cursor: default;
    list-style: none;
    padding-left: 0;
    font-family: "Courier New";
}