@font-face {
		font-family: 'PrinceValiant';
		src: url('https://moocyte.neocities.org/gurdy/assets/PrinceValiant.woff2') format('woff2');
		}
		
@font-face {
		font-family: 'Dunny';
		src: url('https://moocyte.neocities.org/myst/assets/DunnyPenNTS.woff2') format('woff2');
		}
		
		header, nav a, h1, h2, .mygurdy, .intextleft, .intextright, figcaption, summary {
		font-family: 'PrinceValiant', serif;
		font-size; 2rem;
		color: #47342F;
		}
		
		body {
			background-image: url('https://moocyte.neocities.org/gurdy/assets/background1.jpg');
			background-size: cover;
			background-attachment: fixed;
					font-size; 2rem;
					font-weight: bold;
		color: #47342F;
		}
		
		header{
			background-image: url('https://moocyte.neocities.org/gurdy/assets/0e5339c2c92778cdc018f24f2f00ba18.jpg');
			border: 30px solid transparent;
			border-image: url('https://moocyte.neocities.org/gurdy/assets/border2.png') 122 round;
		}
		
		aside {
			background-image: url('https://moocyte.neocities.org/gurdy/assets/0e5339c2c92778cdc018f24f2f00ba18.jpg');
			border: 20px solid transparent;
			border-image: url('https://moocyte.neocities.org/gurdy/assets/border3.png') 111 round;
			
		}
		
		main {
			border: 20px solid transparent;
			border-image: url('https://moocyte.neocities.org/gurdy/assets/border3.png') 111 round;
		padding: 70px;
		text-align: justify;
		font-family: 'Garamond';
		text-justify: inter-word;
		font-size: 1.1rem;
		}
		
		footer {
			background-image: url('https://moocyte.neocities.org/gurdy/assets/0e5339c2c92778cdc018f24f2f00ba18.jpg');
			font-family: 'Garamond';
		}
		
		main a:link, main a:active, footer a:link, footer a:active {
		color: seagreen;
		}
		
		main a:hover, main a:visited, footer a:hover, footer a:visited {
		color: brown;
		}
		
		h1 {
		text-align: center;
		font-size: 3rem;
		margin-bottom: 10px;
		}
		
		h2 {
			text-align: center;
			font-size: 2rem;
			margin-bottom: 5px;
		}
		
		
		.intextleft {
  float: left;            
  margin-right: 1em;    
  text-align: center;      
  max-width: 33%;
font-size: 1rem;  
}

.intextleft img {
  display: block;          
  width: 100%;             
}

.intextright {
  float: right;            
  margin-left: 1em;    
  text-align: center;      
  max-width: 33%;
font-size: 1rem;  
}

.intextright img {
  display: block;          
  width: 100%;             
}

		.video {
   text-align: center;      
  margin: 0 auto;
font-size: 1rem;
margin-bottom: 10px; 
}

.video iframe {
	margin: 0 auto;
	margin-top: 10px;
  display: block;                      
}
		
		header img {
		max-width: 100px;
		margin: 0px;
		margin-bottom: -10px;
		}
		
		header a{
		font-family: 'PrinceValiant';
		font-size: 5rem;
		text-decoration: none;
		color: #47342F;
		margin-bottom: -10px;
		}
		
		a.expanded {
	margin-left: 10px;
	font-size: 0.9rem;
}

nav a:hover span {
  display: none;
}

.about:hover:before {
  content: "About";
}
.art:hover:before {
  content: "Art";
}
.science:hover:before {
  content: "Science";
}
.myst {
font-family: 'Dunny', serif;
}
.myst:hover:before {
  content: "Myst";
  font-family: 'PrinceValiant', serif;
}
.links:hover:before {
  content: "Links";
}
.message:hover:before {
  content: "Message";
}
.shop:hover:before {
  content: "Shop";
}
.socials:hover:before {
  content: "Socials";
}

@media only screen and (max-width: 600px){
	
	main{
		Padding: 30px;
	}
	
	header a{
		font-size: 4rem;
	}
	
	header img {
		max-width: 25%;
		display: inline;
		}
	
}