body{
	color: black;
	font-family: Helvetica;
    text-align:center;
    background:url("../img/background.jpg");
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    background-attachment:fixed;}
    a{text-align:left;}
    input[type="submit"]{background:black;
    color:green;
}

h1{
	font-size:60px;
	line-height: 65px
}

h2{
	font-size:35px;
    margin-top: -5px;
}

h3{
	font-size:28px;
	line-height:40px}
h4{
	font-size:22px;
	line-height: 10px;
    padding-top: 10px;
    margin: 10px;
}
h4 span{
    font-size: 12px;
    color: brown;
    line-height: 28px;
}

h5,h6{
    font-size:0;
}

p{
	font-size:15px;
	line-height:18px;
}

input{
	border:0;
	padding:12px;
	font-size:15px;}
a{text-align:left;}

charset{"UTF-8"}

#linkcontainer{
	text-align: center
}

#content {
	width:500px;}


#archivelink{font-size:500px;}

#container{text-align: center;
	width:700px;
	background: white;
	margin:0 auto}

#spoken{
    text-align:left;
	color: black;
	margin:5%;
	width: 640px
}

#logo{
    height:90px;
    padding: top: 20px;
    padding-bottom: 5px;
    text-align: center}

nav ul ul{display: none;}

nav ul li: hover > ul{display:block;}

#nav ul{
	list-style-type: none;
	margin:0;
	padding: 0;
	text-align: center}

#nav ul li{
	display: inline;
}

#nav ul li a{
    text-decoration: none;
	padding: .4em 2em;
}

#nav ul li a:hover{
    color:auto;
	background-color: green;}

#storyjump{
    float: center;
	margin-top:10px;
	margin-bottom: 0px;}


img .comic{
    padding: 20px;
    width: 90%;
}

option #current{
    text-emphasis: strong;
}

footer{
    margin: 0;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: -10px;
    height: 70px;
    background-color: darkkhaki;
    
}
footer p{
    font-size: .7em;
    line-height: inherit;
    font-size: 12pt;
}

@media only screen and (max-width: 400px) {
    #logo{
        }
    
    footer p{
    font-size: 12pt;
    line-height: inherit;
    padding-top: 0px;
    padding-bottom: 10px;
    }
}
