@font-face {
  font-family: 'YeOldGoth';
  src: url(../../fonts/Alice_in_Wonderland_3.woff) format('woff');
}

@font-face {
  font-family: 'CelticHand';
  src: url(../../fonts/CelticHand.woff) format('woff');
}

header {
	text-align:center;
	color:white;
}

header img {
	padding-top: 10vh;
	width:80%;
}

header h2 {
	padding:0%;
	color:white;
}

body {
	margin:auto;
}

main {
	width:75%;
	float:right;
	background-color:#343a40;
	min-height:100vh;
	font-family: sans-serif;

}

aside {
	width:25%;
	float:left;
	background-color:;
	background-image: url('../../photos/backgrounds/goth1.gif');
	background-color:none;
	position:fixed;
	height:100vh;
	text-align:left;
}
	
footer {
	width:100%;
	background-color:yellow;
	text-align:center;
	color: black;
	height:fit;
	clear: both; 
	position: relative;
}

p {
	color:white;
	margin-left: 5%;
	margin-right: 5%;
	text-align:center;
}

h2 {
	color:white;
}

.home-button{
	background-color:#162f20;
	text-align:center;
	align-content:center;
	font-size:1em;
	font-family:CelticHand;
	height:3em;
	text-decoration:none;
	color:white;
}
.home-button, a:link, a:visited{
	text-decoration:none;
}

.home-button:hover{
	background-color:#707982;
	color:black;
}


.grid-container {
	display: grid;
	grid-template-areas:
		'menu menu header header header header'
		'menu menu main main main main'
		'menu menu main main main main'
		'menu menu main main main main';
	gap: .5%;
	background-color: ;
	padding: 0%;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

.grid-container > div {
  background-color: ;
  padding: 1%;
  text-align: center;
}
.item1 { grid-area: header; }
.item1 h2 { margin:0%; float:left;}
.item2 { grid-area: menu; }
.item3 { grid-area: main; }
.item3 p { text-align:left; margin:0%; }


ul {
	list-style-type:none;
	background-color:;
	margin-left:0%;
	margin:0;
	text-align:center;
	padding: 0;
}

ul li {
	margin:0%;
	border:0%;
}

ul li a {
	display:block;
	padding:0;
	text-decoration:none;
	font-weight:bold;
	color:white;
	height:25vh;
}

ul li a.current {
	background-color:silver;
}

ul li a:hover:not(.active) {
  background-color: black;
  color: red;
}
ul li a img:hover:not(.active) {
  color: red;
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-3deg); }
  20% { transform: translate(-3px, 0px) rotate(3deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(3deg); }
  50% { transform: translate(-1px, 2px) rotate(-3deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-3deg); }
  80% { transform: translate(-1px, -1px) rotate(3deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-3deg); }
}

ul li a img {
	height:70%;
	margin-top:7.5%;
	margin-bottom:auto;
}

.openbtn {
  visibility:none;
  display:none;
}

.sidepanel {
	visibility:none;
	display:none;
}


@media screen and (max-width: 600px) {
	
	main {
	padding-top:5vh;
	width:100%;
	float:none;
	background-color:#343a40;
	min-height:100vh;

}

header img {
	padding-top:0vh;
}

aside {
	visibility:none;
	display:none;
}


.sidepanel  {
  width: 100%;
  position: fixed;
  z-index: 1;
  height: 0;
  top: 0;
  left: 0;
  background-image: url('../../photos/backgrounds/goth1.gif');
  overflow-x: hidden;
  transition: 0.5s;
  display:block;
}

.sidepanel a {
  padding: 1%;
  text-decoration: none;
  font-size: 2em;
  color: white;
  display: block;
  transition: 0.3s;
  text-align:center;
}


.sidepanel a:hover {
  color: #f1f1f1;
}

.sidepanel .closebtn {
  padding:5%;
  text-decoration: none;
  text-align:center;
  font-size: 2em;
  color:white;
}

.home-button{
	display:none;
}



.openbtn {
  font-size: 1.5em;
  cursor: pointer;
  background-image: url('../../photos/backgrounds/goth1.gif');
  text-align:center;
  color: white;
  padding:4vh;
  border: none;
  margin:0;
  width:100%;
  display:block;
}



.openbtn:hover {
  background-color:#444;
}

.item1 { grid-area: header; }
.item1 h2 { margin:0%; float:none;}
.item2 { grid-area: menu; }
.item3 { grid-area: main; }
.item3 p { text-align:center; margin:0%; }	
	
	
	.grid-container {
	display: grid;
	grid-template-areas:
		'header header header header'
		'menu menu menu menu'
		'main main main main';
	gap: .5%;
	background-color: ;
	padding: 0%;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}
	