/* CSS goes here */

body {
    background-color: black;
}

@font-face{
    font-family:"vt100";
    src: url("../includes/vt100-regular.woff"); 
}


@font-face{
    font-family: "IBM3270Reg";
    src: url("../includes/3270-Regular.woff2");
}

@font-face{
    font-family: "IBM3270SemiCon";
    src: url("../includes/3270SemiCondensed-Regular.woff2");
}


@font-face{
    font-family: "IBM3270Con";
    src: url("../includes/3270Condensed-Regular.woff2");
}





h1,h2,h3,h4,h5, {
    color: #FFFFFF;
}

p {
    color: #FFFFFF;
    font-family: IBM3270SemiCon;
    font-size: 1.6em;
   }


div.navbar {
    text-align: center;
}

div.navbar p {
    font-family: vt100;
    font-size: 2em;
}


div.outline-2 h2 {
    color: #00ff00;
    font-family: vt100;
    font-size: 2.8em;
}

div.outline-3 h3 {
    color: #00ff00;
    font-family: vt100;
    font-size: 2.4em;
}

h1.title {
    color: #00ff00;
    font-family: vt100;
    font-size: 3em;
    text-align:center;
}

ul,li {
    color: #ffffff;
    font-family: IBM3270SemiCon;
    font-size: 1.2em;
}

a:link, a:visited, a:active {
    color:#00ff00;
}

a:hover {
    color:#000000;
    background-color: #00FF00;
}

div.bounding-box, div#postamble {
    max-width:1000px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    margin: auto;
}

div.bounding-box {
    border: 1px #00ff00 solid;
}

p.author, p.date, p.validation {
    color: #00ff00;
    font-family: vt100;
    font-size: 1.6em;
    margin-bottom: 0;
    margin-top: 0;
}

video {
  max-width: 100%;
  height: auto;
}

img {
    max-width: 100%;
    height: auto;
}

div.figure p {
    margin-bottom: 0;
    margin-top: 0;
}
