html,body {
    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: 3em;
    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 2px #FFF;
    color: inherit;
    text-decoration: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    cursor: pointer;
    background-color:transparent;
    -webkit-text-decoration-skip:objects
}

a:active,a:hover{
    outline-width:0
}

/* Header */
header.background-img { 
    /* The image used */
    background-image: url("../img/BKG-cut2.jpg");
  
    /* Full height */
    height: 100%; 
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

.name-div {
    position:absolute;
    top:40%;
    left:30%;
    transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    white-space:nowrap;
}

.about {
    font-family: "Courier New";
    font-weight: 400;
    background-color: #000;
    color: #fff;
    margin: 0.1em;
    display: inline-block;
    padding: 0.25em;
    letter-spacing: 0.1em
}

/* contact */
.contact-header {
    position:absolute;
    right:0;
    top:0;
    display:inline-block;
    width:auto;
    padding:2em 3em!important;
    font: 1.25em "Courier New";
    text-align: center;
}

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

.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%;
    padding: 1em 2em!important;
}

.project a {
    width: inherit;
}

.project img {
    width: inherit;
}

ul.in-content {
    cursor: default;
    list-style: none;
    padding-left: 0;
    font-family: "Courier New";
}
ul.icons {
    cursor: default;
    list-style: none;
    padding-left: 0;
}
ul.icons li {
    display: inline-block;
    padding: 0 20px 0 0;
}