@charset "UTF-8";

/* We begin with Eric Meyer's CSS reset.  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

@font-face {
  font-family: 'Inconsolata';
  src: url('Inconsolata.otf');
}

/* securing superscript */
sup {
    font-size: smaller;
    vertical-align: super;
}

/* Remove default link styles */
a {
  color: inherit; /* Inherit text color from parent */
  text-decoration: none; /* Remove underline */
}

/* Optionally, you can reset link styles for visited links */
a:visited {
  color: inherit;
}

/* Prevents link lines at bottom of page from wrapping */
.links-container {
  white-space: nowrap;
}

.container {
  display: flex;
  flex-direction: column;
}

.text-container {
  margin-left: 20em;
}

.links-container {
  margin-left: 10em;
}

.text-container p {
  margin-bottom: 0; /* Remove the bottom margin of the paragraph */
}

/* style links inside .links-container */
.links-container a {
  color: black;
  text-decoration: none;
  font-weight: normal;
}

/* Add 5em space between the two links in .links-container */
.links-container a + a {
  margin-left: 5em;
}

.links-container a:visited {
  color: black;
}

.links-container a:hover {
  color: blue; /* Change link color to blue on hover */
  }

/* style links inside #top */
#top a {
  color: black;
  text-decoration: none;
  font-weight: normal;
}

#top a:visited {
  color: black;
}

#top a:hover {
  color: blue; /* Change link color to blue on hover */
  }

/* style links inside .Metamorphoses */
.Metamorphoses a {
  color: black;
  text-decoration: none;
  font-weight: normal;
}

.Metamorphoses a:visited {
  color: black;
}

.Metamorphoses a:hover {
  color: blue; /* Change link color to blue on hover */
  }

#Rockbottom {
  color: black;
  text-decoration: overline;
  font-style: normal;
}

#Rockbottom a:visited {
  color: black;
}

#Rockbottom:hover {
  color: blue; /* Change link color to blue on hover */
  font-weight: normal; /* Reset font-weight to normal on hover */
}

/* K8 to K3 anagram links below, alphabetized */

#abuse,
#act,
#adder,
#aeris,
#alert,
#alter,
#Ares,
#arid,
#arise,
#ash,
#bared,
#capes,
#cinders,
#cloud,
#coins,
#dais,
#dare,
#dear,
#decreed,
#dirges,
#drive,
#dusty,
#eastern,
#ear,
#eats,
#end,
#endear,
#erased,
#erit,
#est,
#evil,
#expect,
#fears,
#form,
#gilded,
#gory,
#guts,
#Hades,
#hated,
#hatred,
#heads,
#hewn,
#how,
#however,
#huts,
#ichor,
#instead,
#lair,
#leaks,
#longa,
#longed,
#loop,
#low,
#mane,
#mean,
#mood,
#names,
#needs,
#nerve,
#nets,
#nights,
#no,
#odes,
#ones,
#odors,
#outside,
#own,
#owns,
#peels,
#piled,
#praised,
#preserve,
#race,
#raid,
#rattle,
#raw,
#recall,
#reed,
#regal,
#regime,
#rent,
#reserve,
#ridges,
#rise,
#rived,
#robe,
#rose,
#rude,
#salt,
#satyr,
#saw,
#sent,
#serpent,
#ship,
#shot,
#sing,
#silt,
#sleep,
#sneak,
#sore,
#source,
#spare,
#spear,
#stage,
#stare,
#steam,
#stripes,
#suited,
#sunlight,
#these,
#Thoas,
#three,
#tower,
#trade,
#tried,
#urn,
#veil,
#veins,
#vile,
#warned,
#who,
#wont {
  color: black; /* Default color for the anagram links */
  text-decoration: underline; /* A clue */
  text-decoration-style: dotted;
  font-weight: normal; /* Set the default font weight */
  cursor: pointer;
}

#abuse:hover,
#act:hover,
#adder:hover,
#aeris:hover,
#alert:hover,
#alter:hover,
#Ares:hover,
#arid:hover,
#arise:hover,
#ash:hover,
#bared:hover,
#capes:hover,
#cinders:hover,
#cloud:hover,
#coins:hover,
#dais:hover,
#dare:hover,
#dear:hover,
#decreed:hover,
#dirges:hover,
#drive:hover,
#dusty:hover,
#ear:hover,
#eastern:hover,
#eats:hover,
#end:hover,
#endear:hover,
#erased:hover,
#erit:hover,
#est:hover,
#evil:hover,
#expect:hover,
#fears:hover,
#form:hover,
#gilded:hover,
#gory:hover,
#guts:hover,
#Hades:hover,
#hated:hover,
#hatred:hover,
#heads:hover,
#hewn:hover,
#how:hover,
#however:hover,
#huts:hover,
#ichor:hover,
#instead:hover,
#lair:hover,
#leaks:hover,
#longa:hover,
#longed:hover,
#loop:hover,
#low:hover,
#mane:hover,
#mean:hover,
#mood:hover,
#names:hover,
#needs:hover,
#nerve:hover,
#nets:hover,
#nights:hover,
#no:hover,
#odes:hover,
#ones:hover,
#odors:hover,
#outside:hover,
#own:hover,
#owns:hover,
#peels:hover,
#piled:hover,
#praised:hover,
#preserve:hover,
#race:hover,
#raid:hover,
#rattle:hover,
#raw:hover,
#recall:hover,
#reed:hover,
#regal:hover,
#regime:hover,
#rent:hover,
#reserve:hover,
#ridges:hover,
#rise:hover,
#rived:hover,
#robe:hover,
#rose:hover,
#rude:hover,
#salt:hover,
#satyr:hover,
#saw:hover,
#sent:hover,
#serpent:hover,
#ship:hover,
#shot:hover,
#sing:hover,
#silt:hover,
#sleep:hover,
#sneak:hover,
#sore:hover,
#source:hover,
#spare:hover,
#spear:hover,
#stage:hover,
#stare:hover,
#steam:hover,
#stripes:hover,
#suited:hover,
#sunlight:hover,
#these:hover,
#Thoas:hover,
#three:hover,
#tower:hover,
#trade:hover,
#tried:hover,
#urn:hover,
#veil:hover,
#veins:hover,
#vile:hover,
#warned:hover,
#who:hover,
#wont:hover {
  color: red; /* Red color for hover state */
  text-decoration: none; /* Remove underline */
  cursor: pointer;
  }

/* Add 5em space between the two links in .links-container */
.links-container a + a {
  margin-left: 5em;
}

body {
  background-color: rgb(249,250,245);  
  font-family: Inconsolata;
  font-size: 30%;
  padding-top: 1em;
  padding-bottom: 1em;
  }

@media screen and (min-width: 414px) {
 body {
    background-color: rgb(249,250,245);  
    font-family: Inconsolata;
    font-size: 35%;
     }
 .text-container {
  margin-left: 10em;
 }

 .links-container {
  margin-left: 2em;
 }
}

@media screen and (min-width: 504px) {
 body {
    background-color: rgb(249,250,245);  
    font-family: Inconsolata;
    font-size: 40%;
  }
  .text-container {
    margin-left: 10em;
  }
  .links-container {
    margin-left: 2em;
  }
}

@media screen and (min-width: 566px) {
 body {
    background-color: rgb(249,250,245);  
    font-family: Inconsolata;
    font-size: 45%;
  }
  .text-container {
    margin-left: 10em;
  }
  .links-container {
    margin-left: 2em;
  }
}

@media screen and (min-width: 624px) {
 body {
    background-color: rgb(249,250,245);  
    font-family: Inconsolata;
    font-size: 50%;
  }
  .text-container {
    margin-left: 10em;
  }
  .links-container {
    margin-left: 2em; 
  }
}

@media screen and (min-width: 688px) {
 body {
    background-color: rgb(249,250,245);  
    font-family: Inconsolata;
    font-size: 55%;
  }
  .text-container {
    margin-left: 10em;
  }
  .links-container {
    margin-left: 2em;
  }
}

@media screen and (min-width: 746px) {
 body {
    background-color: rgb(249,250,245);  
    font-family: Inconsolata;
    font-size: 60%;
  }
  .text-container {
    margin-left: 10em;
  }
  .links-container {
    margin-left: 2em;
  }
}

@media screen and (min-width: 808px) {
 body {
    background-color: rgb(249,250,245);  
    font-family: Inconsolata;
    font-size: 65%;
  }
  .text-container {
    margin-left: 10em;
  }
  .links-container {
    margin-left: 2em;
  }
}

@media screen and (min-width: 868px) {
 body {
    background-color: rgb(249,250,245);  
    font-family: Inconsolata;
    font-size: 70%;
  }
  .text-container {
    margin-left: 20em;
  }
  .links-container {
    margin-left: 10em;
  }
}

@media screen and (min-width: 932px) {
 body {
    background-color: rgb(249,250,245);  
    font-family: Inconsolata;
    font-size: 75%;
  }
  .text-container {
    margin-left: 20em;
  }
  .links-container {
    margin-left: 10em;
  }
}

@media screen and (min-width: 990px) {
 body {
    background-color: rgb(249,250,245);  
    font-family: Inconsolata;
    font-size: 80%;
  }
  .text-container {
    margin-left: 20em;
  }
  .links-container {
    margin-left: 10em;
  }
}

@media screen and (min-width: 1050px) {
 body {
    background-color: rgb(249,250,245);  
    font-family: Inconsolata;
    font-size: 85%;
  }
  .text-container {
    margin-left: 20em;
  }
  .links-container {
    margin-left: 10em;
  }
}

@media screen and (min-width: 1112px) {
 body {
    background-color: rgb(249,250,245);  
    font-family: Inconsolata;
    font-size: 90%;
  }
  .text-container {
    margin-left: 20em;
  }
  .links-container {
    margin-left: 10em;
  }
}

@media screen and (min-width: 1174px) {
 body {
    background-color: rgb(249,250,245);  
    font-family: Inconsolata;
    font-size: 95%;
  }
  .text-container {
    margin-left: 20em;
  }
  .links-container {
    margin-left: 10em;
  }
}

@media screen and (min-width: 1232px) {
 body {
    background-color: rgb(249,250,245);  
    font-family: Inconsolata;
    font-size: 100%;
  }
  .text-container {
    margin-left: 20em;
  }
  .links-container {
    margin-left: 10em;
  }
}

@media screen and (min-width: 1296px) {
 body {
    background-color: rgb(249,250,245);  
    font-family: Inconsolata;
    font-size: 105%;
  }
  .text-container {
    margin-left: 20em;
  }
  .links-container {
    margin-left: 10em;
  }
}

@media screen and (min-width: 1354px) {
 body {
    background-color: rgb(249,250,245);  
    font-family: Inconsolata;
    font-size: 110%;
  }
  .text-container {
    margin-left: 20em;
  }
  .links-container {
    margin-left: 10em;
  }
}

@media screen and (min-width: 1416px) {
 body {
    background-color: rgb(249,250,245);  
    font-family: Inconsolata;
    font-size: 115%;
  }
  .text-container {
    margin-left: 20em;
  }
  .links-container {
    margin-left: 10em;
  }
}

@media screen and (min-width: 1476px) {
 body {
    background-color: rgb(249,250,245);  
    font-family: Inconsolata;
    font-size: 120%;
  }
  .text-container {
    margin-left: 20em;
  }
  .links-container {
    margin-left: 10em;
  }
}

@media screen and (min-width: 1538px) {
 body {
    background-color: rgb(249,250,245);  
    font-family: Inconsolata;
    font-size: 125%;
  }
  .text-container {
    margin-left: 20em;
  }
  .links-container {
    margin-left: 10em;
  }
}

@media screen and (min-width: 1602px) {
 body {
    background-color: rgb(249,250,245);  
    font-family: Inconsolata;
    font-size: 130%;
  }
  .text-container {
    margin-left: 20em;
  }
  .links-container {
    margin-left: 10em;
  }
}

@media screen and (min-width: 1662px) {
 body {
    background-color: rgb(249,250,245);  
    font-family: Inconsolata;
    font-size: 135%;
  }
  .text-container {
    margin-left: 20em;
  }
  .links-container {
    margin-left: 10em;
  }
}

@media screen and (min-width: 1722px) {
 body {
    background-color: rgb(249,250,245);  
    font-family: Inconsolata;
    font-size: 140%;
  }
  .text-container {
    margin-left: 20em;
  }
  .links-container {
    margin-left: 10em;
  }
}

@media screen and (min-width: 1782px) {
 body {
    background-color: rgb(249,250,245);  
    font-family: Inconsolata;
    font-size: 145%;
  }
  .text-container {
    margin-left: 20em;
  }
  .links-container {
    margin-left: 10em;
  }
}

@media screen and (min-width: 1840px) {
 body {
    background-color: rgb(249,250,245);  
    font-family: Inconsolata;
    font-size: 150%;
  }
  .text-container {
    margin-left: 20em;
  }
  .links-container {
    margin-left: 10em;
  }
}

@media screen and (min-width: 1900px) {
  body {
    background-color: rgb(249,250,245);  
    font-family: Inconsolata;
    font-size: 155%;
  }
  .text-container {
    margin-left: 20em;
  }
  .links-container {
    margin-left: 10em;
  }
}
