@charset "UTF-8";
/* Self Made Site by Tess Elliot */
html {
    -webkit-text-size-adjust: 100%;
    padding:0;
    line-height: 1.5em;
    height: 98%;
    width: 98%;
}
body{
    padding:0;
	height:100%;
	width:100%;
	font-family: "Courier New";
	background:#E3E3E3;
}
main{
	text-align:left;
	width:400px;
	height:360px;
	margin:auto;
	padding-top:7%;
	padding-bottom:20%;
}
header{
	height:50px;
	width:100%;
	margin-top:-5px;
}
ul{
    list-style-type:square;
    padding-left: 18px;
	min-height: 150px;
}
ul li::before {
	color:black;
}
#logo{
    background: -webkit-linear-gradient(#000000, #ff00ff, #ff00ff, #ffff00, #ffff00, #00ffff, #0000ff, #0000ff, #0000ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24pt;
	color: black;
	font-weight: bold;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;  
}
#logo:hover{
	background: -webkit-linear-gradient(#000000, #00ff00, #00ff00, #0000ff, #0000ff, #ff0000, #ff0000, #ff0000, #ff0000);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24pt;;
	font-weight: bold;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
}
.list{
    font-size: 11pt;
	line-height: 18pt;
	color:blue;
}
.list:hover{
	text-decoration: underline;
}
.list:visited{
	color:blue;
	text-decoration: underline;
}
.back{
	font-size:11pt;
	color:black;
	width:100%;
	max-width:400px;
	text-align: right;
}
a.back:hover{
	font-size:11pt;
	font-weight: bold;
	text-decoration: none;
    }
a{
    text-decoration: none;
}
p{
	margin-top: -5px;
}
a.nav{
     color:black;
}
a.nav:hover{
    font-weight:bold;
}
@media only screen and (max-width: 480px){
	body{
		margin:auto;
		background:white;
	}
	.nav{
		margin-left: 8px;
	}
	main{
		width:inherit;
		height:inherit;
		margin-left:10px;
		padding-top:10%;
	}
	ul{
		min-height: 200px;
	}
}
@media only screen and (min-width : 481px) and (max-width : 640px){
	.wrap{
		width:97%;
		height:400px;
		background:white;
		margin:auto;
		margin-top:5%;
		border-radius:10px;
		border:dotted;
		border-width: 2px;
		box-shadow: 5px 5px 3px grey;
	}
}
@media only screen and (min-width : 641px){
	.wrap{
		width:600px;
		height:400px;
		background:white;
		margin:auto;
		margin-top:5%;
		border-radius:10px;
		border:dotted;
		border-width: 2px;
		box-shadow: 5px 5px 3px grey;
		}
}