nav ul li{
	display: inline-block;
	padding:0 2%;
	
	font-size: 2em
}
.maxsize{
	max-width: 80%;
	max-height: 80%;
	padding:0 5%;
}
.link:hover{
	border:1px solid orange;
}
nav ul a{
	text-decoration: none;
	color:black;
	min-width: 100%;
}
.link{
	border:1px solid white;
	transition: border 0.5s;
}
.info{
	background-color: #A4A4A4;
	border: 1px solid #848484;
}
.dark{
	background-color: #BDBDBD;
	border: 1px solid #848484;
}
.notdark{
	background-color:#F2F2F2; 
	border: 1px solid #848484;
}
table{
	width:100%;
	overflow: auto;
}
.button-warning {
	color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background-color:#F2F2F2; /* this is an orange */
}
@media only screen and (min-width:48em) { 
	.head{
		font-size: 3em;
		color:#e4a46c;
		font-family:"Trebuchet MS", Helvetica, sans-serif;
	}
	.subhead{
		font-size: 1.4em;
		font-family:"Trebuchet MS", Helvetica, sans-serif;
		color: #e4a46c;
	}
	p{
		line-height: 1.5em;
		font-size: 1em;
	}
}
@media only screen and (max-width:48em) { 
	p{
		line-height: 1.2em;
		font-size: 0.9em;
	}
	.head{
		font-size: 3em;
		color:#e4a46c;
		font-family:"Trebuchet MS", Helvetica, sans-serif;
	}
	.subhead{
		font-size: 1.4em;
		font-family:"Trebuchet MS", Helvetica, sans-serif;
		color: #e4a46c;
	}
}