    @media (prefers-color-scheme: dark) {
		:root {
			--text: #ff00a7;
			--border: #ff00a7;
			--accent: #ff00a7;
			--bg: rgb(0,60,60,0.1);
			--gradientBottom: rgb();
			--gradientTop: rgb();
			a:link { color: #ff00a7; }
		}
		header {
			background: url(images/bullys.png)
		}
	}


* { 
	box-sizing: border-box;
}
body {
	padding: 5px;
	font-family: 'MS PGothic', sans-serif;
	color: var(--text);
    cursor: url(images/cursor.png), default;

	/* page background pattern */
	background-color:black;
    background-image: url(images/pinks.gif);
    background-position: center;
    height:100vh;
}

.container2 {
	max-width: 60rem;
    height: auto;
	margin: 5vw auto 12px auto;
	flex-wrap: wrap;
	padding: 5px;
	gap: 5px;
    
}

header {
    background-repeat: no-repeat;
	background-size: contain;
	background-position:bottom right;
    background-image: url(images/nyannormal.png);
	width: auto;
    margin-left: 68%;
	height: 130px; /* banner height*/
	position: relative;
}

header:hover {
    background-repeat: no-repeat;
	background-size: contain;
	background-position:bottom right;
    background-image: url(images/nyanhover.png);
	width: auto;
    margin-left: 68%;
	height: 130px; /* banner height*/
	position: relative;
    
}

.container {
	max-width: 60rem;
    height: auto;
    margin-top: 0vw auto 0px auto;
	margin-left:  5vw auto 12px auto;
    margin-right:  5vw auto 12px auto;
    margin-bottom:  5vw auto 12px auto;
	border: 2px dashed var(--border);
	outline: 3px solid var(--gradientTop);
	outline-offset: 4px;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	padding: 5px;
	gap: 5px;

	/* container background pattern */
	background-color: rgba(10, 0, 6, 0.87);
}
/* column widths */
.small { flex: 1 1 9%;
    height:auto;
}
.large { flex: 1 1 82%; }
.full { flex: 1 1 100%;
}
.half { flex: 1 1 49%; 
    height:622px;
    overflow-y: scroll;
    scrollbar-color: #ff00a7 rgba(255, 0, 167, 0.13);
}

nav {
	border: 2px ridge var(--border);
	border-radius: 5px;
	padding: 5px;
	background: linear-gradient(var(--gradientTop),var(--gradientBottom));
}
nav div {
	text-align: center;
	font-size: 1.25rem;
	margin: 5px 5px 10px 5px;
}
nav a {
	display: block;
	margin: 5px;
	background: linear-gradient(to right,var(--bg),var(--gradientBottom));
	border-radius: 5px;
	padding: 2px 7px;
	text-decoration: none;
}
nav a:link, nav a:visited { 
	color: var(--text);
}
nav a:hover, nav a:focus {
	background: linear-gradient(to right,var(--bg), var(--gradientBottom), var(--gradientTop));
}

nav button {
    margin: 5px;
    background-color:rgba(10, 0, 6, 0.87);
    color: #ff00a7;
    border:none;
    border-radius:5px;
    padding: 1px 7px;
	text-decoration: none;
    font-size: 1rem;
    font-family: 'MS PGothic', sans-serif;
    
    transition: transform 0.3s, color 0.5s;
  }

nav button:hover {
    margin: 5px;
    background-color:rgba(10, 0, 6, 0.87);
    color: #ff91d9;
    border:none;
    border-radius:5px;
    padding: 1px 7px;
    font-size: 1rem;
	text-decoration: none;
    font-family: 'MS PGothic', sans-serif;
    cursor: url(images/cursor.png), default;
  }

nav button:focus {
    margin: 5px;
    background-color:rgba(10, 0, 6, 0.87);
    color: #ff91d9;
    border:none;
    border-radius:5px;
    padding: 1px 7px;
	text-decoration: none;
    font-size: 1rem;
    font-family: 'MS PGothic', sans-serif;
    font-style: italic;
    cursor: url(images/cursor.png), default;
  }

/* corner button */
div.small > img {
	display: block;
	margin: 5px auto;
    height: auto;
}


section {
	border: 2px ridge var(--border);
	border-radius: 5px;
	background: linear-gradient(var(--gradientTop),var(--gradientBottom));
	padding: 5px;
}

.half video {
    width: 400px;
}

.half img {
    width: 400px;
}

.half audio {
    width: 400px;
    height: 30px;
    
}

.half a:hover, a:focus {
	font-style: italic;
    text-decoration: underline;
    text-decoration-color: #ff91d9;
}

.half a {
    text-decoration: none;
}


footer {
	text-align: center;
    color: var(--accent);
	margin-bottom: 5vw;
    padding-bottom: 1vw;
	font-size: 0.8rem;
}
footer a { 
	text-decoration: none;
}


h1, h2, h3, h4, h5, h6, h7, 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;
	color: var(--accent);
	padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 1px;
}
h5 {
    font-size: 1.4rem;
}
h6 {
    font-size: 1.25rem;
	font-weight: normal;
	text-align: center;
    color: var(--accent);
    
}

p2 {
    font-size: 1rem;
	color: var(--accent);
	padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 1px;
}

p3 {
    font-size: 1rem;
	color: var(--accent);
	padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 1px;
}

p4 {
    font-size: 1rem;
	color: var(--accent);
	padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 1px;
}

pf {
    font-size: 1rem;
	color: #ff91d9;
	padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 1px;
}

desc { 
	font-size: 0.75rem;
	color: #ff91d9;
	padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 5px;
}

entry { 
	font-size: 1rem;
	color: rgba(255, 0, 167, 0.69);
	padding-left: 26px;
    padding-top: 5px;
    padding-bottom: 1px;
}

button {
    margin: 5px;
    background-color:rgba(10, 0, 6, 0.87);
    color: #ff00a7;
    border:none;
    border-radius:5px;
    padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 1px;
	text-decoration: none;
    font-size: 1rem;
    font-family: 'MS PGothic', sans-serif;
    
    transition: transform 0.3s, color 0.5s;
  }

button:hover {
    margin: 5px;
    background-color:rgba(10, 0, 6, 0.87);
    color: #ff91d9;
    border:none;
    border-radius:5px;
    padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 1px;
	text-decoration: none;
    font-size: 1rem;
    font-family: 'MS PGothic', sans-serif;
    cursor: url(images/cursor.png), default;
  }

button:focus {
    margin: 5px;
    background-color:rgba(10, 0, 6, 0.87);
    color: #ff91d9;
    border:none;
    border-radius:5px;
    padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 1px;
	text-decoration: none;
    font-size: 1rem;
    font-family: 'MS PGothic', sans-serif;
    font-style: italic;
    cursor: url(images/cursor.png), default;
  }


summary {
    font-size: 1rem;
	color: var(--accent);
	padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 1px;
}

details {
    font-size: 1rem;
	color: #ff91d9;
	padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 1px;
}



/* prevents overflow on smaller screens */
img { max-width: 100%; }
pre { overflow-x: auto; }


a:hover, a:focus {
	font-style: italic;
}
a:visited {
	color: var(--accent);
}

hr {
    border:0;
    margin:5;
    width:100%;
    height:1px;
    background: #ff00a7;
}
    
}

