/*
	Author: Thomas Kuharski
	Date: 	4/21/2018
*/

/*Compatibility block*/
/* -------------------------------------------------------*/

/* header, nav, section, article, aside, footer {
        display: block;
} */

/* -------------------------------------------------------*/
@font-face {
    font-family: Libre_Baskerville;
    src: url(../fonts/Libre_Baskerville/LibreBaskerville-Regular.ttf);
    /* font-style: normal; */
}

@font-face {
    font-family: Libre_Baskerville;
    src: url(../fonts/Libre_Baskerville/LibreBaskerville-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: Lato;
    font-style: normal;
    src: url(../fonts/Lato/Lato-Regular.ttf);
}

html {
    height: 100%;
}

body {
    height: 100%;
	background-color : #000;
    color: #FFF;
	font-family : Lato, geneva, arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #FFF;
	font-family : Libre_Baskerville, Georgia, serif;
}

hr{
    color: #FFF;
    background-color: #FFF;
}

a h3:hover {
    font-weight: bold;
    font-size: 2em;
}

a:hover {
    text-decoration: none;
}

.game-window {
    overflow-y: auto;
}

#output {
    min-height: 50px;
        overflow-y: auto;
}

#input {
}

/*
#container{
	width : 600px;
	height : 650px;
	margin-top: 25px;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
	background : #DDDDDD;
}

header{
	margin-left: auto;
    margin-right: auto;
	padding-top: 1px;
	text-align: center;
	font-family : geneva,arial,sans-serif;
	font-size:0.9em;
	background-color : #BBBBBB;
}

h1{

}

h2{

}

h3{

}

p{

}

#content{
	height : 550px;
}

footer{
	margin-left: auto;
    margin-right: auto;
	padding-bottom: 7px;
	text-align: center;
	background-color : #BBBBBB;
} */
