		:root {
			--border: #ffffff;
		}
* { 
	box-sizing: border-box;
}
body {
	padding: 10px;
	font-family: Comic Sans MS;

	/* page background*/
	background-image: url(Images/space1.gif)
}


.container {
	max-width: 55rem;
	margin: 5vw auto 12px auto;
	border: 6px ridge;
	outline: 3px solid;
	outline-offset: 4px;
	display: flex;
	flex-wrap: wrap;
	padding: 5px;
	gap: 5px;
	border-color: white;
	background-image: url(Images/pattern%20212.gif);
	
}
/* these control the column widths */
.small { flex: 1 1 9%; }
.large { flex: 1 1 82%; }
.full { flex: 1 1 100%; }
.half { flex: 1 1 49%; }


header {
	background-position: center;
	width: 1000px;
	height: 140px; /* change banner height here*/
}
header span {
	font-size: 2.5rem;
	margin: 220px;
	font-weight: bold;
	color: #ffffff;
}


nav {
	color: #000000;
	accent-color: #ffffff;
	border: 4px ridge var(--border);
	background-image: url(Images/Water.gif);
	padding: 5px;
}
nav div {
	text-align: center;
	font-size: 1.25rem;
	margin: 5px 5px 10px 5px;
}
nav a {
	display: block;
	margin: 5px;
	padding: 2px 7px;
	text-decoration: none;
}


section {
	border: 2px ridge var(--border);
	padding: 5px;
	color: #000000;
}

#rightsidebar{
	background-image: url(Images/watermovingunderpicyes.gif);
}
#header {
	background-image: url(Images/clouds.gif);
}
#button1 {
	background-image: url(Images/glitchy.jpg);
}
#button2 {
	background-image: url(Images/glitchy.jpg);
}
#button3 {
	background-image: url(Images/glitchy.jpg);
}
#box {
	border: 3px ridge;
	position: relative;
	border-color: #ffffff;
}
#shaun {
	position: fixed;
	padding-top: 2%;
	padding-left: 4%
}

#door {
padding-left: 1.6%;
padding-top:  1.2%
}

footer {
	text-align: center;
	margin-bottom: 5vw;
	font-size: 0.8rem;
	color: white;
}
footer a { 
	text-decoration: none;
}


h1, h2, h3, h4, h5, h6, p  { 
	margin: 5px;
	line-height: 1.2;
}
h1 { 
	font-size: 1.4rem;
	letter-spacing: 2px;
	font-weight: normal;
	text-align: center;
	border-bottom: 2px ridge var(--border);
	padding-bottom: 5px;
}
h2 { 
	font-size: 1.25rem;
	font-weight: normal;
	text-align: center;
}
h3 { 
	font-size: 1.1rem;
}
h4 { 
	font-size: 1rem;
	padding-left: 12px;
}

/* prevents overflow on smaller screens */
img { max-width: 100%; }
pre { overflow-x: auto; }


.rainbow-text {
      font-size: 2em;
      font-weight: bold;
      transition: color 0.1s linear;
    }