/* File: unseelie.css
   Author: J Richards
   Date: Updated March 2025
   With extensive formatting help from W3. */

@import url('https://fonts.googleapis.com/css2?family=Metamorphous&family=Alegreya+Sans&family=Roboto+Slab&family=Roboto+Mono&display=swap'); /* Title, text, heading, <code> */

body{
  background: url("unseelieimg/tuff.png") repeat;
  }

header {
  margin-left: auto;
  margin-right: auto;
  background: url("unseelieimg/nether_portal.png") repeat;
  border: 24px solid transparent;
  padding: 15px;
  border-image: url("unseelieimg/obsidian.png") 30 round;
  font-family: "Metamorphous";
  text-align: center;
  font-size: 20pt;
  width: 1300px;
  height: fit-content;
  color: aliceblue;
  text-shadow: -2px 2px darkslategrey;
}

#nav ul {
  background: url("unseelieimg/chiseled_tuff.png") repeat;
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-family: "Roboto Slab";
  font-size: 16pt;
  font-weight: bold;
  }

#nav li {
  display: inline;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Roboto Slab";
  font-size: 16pt;
  }

#bodynav ul {
  width: 100%;
  background: url("unseelieimg/chiseled_tuff_bricks.png") repeat;
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-family: "Roboto Slab";
  font-size: 14pt;
  font-weight: bold;
  }
  
#bodynav li {
  display: inline;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  }
  
a:link {
  color: cyan;
  }

a:visited {
  color: aquamarine;
  }

a:hover, a:active {
  color: white;
  }
  
h2 {
  color: azure;
  font-size: 16pt;
  font-family: "Roboto Slab";
  text-align: center;
  padding: 5px;
  text-shadow: -2px 2px darkslategrey;
  }

h3 {
  color: azure;
  font-size: 14pt;
  font-family: "Roboto Slab";
  padding: 2px;
  text-shadow: -1px 1px darkslategrey;
  font-weight: bold;
  }

p {
  font-family:"Alegreya Sans";
  font-size: 14pt;
  color: aliceblue;
  }
  
p a:link {
  color: aquamarine;
  }

p a:visited {
  color: darkturquoise;
  }

p a:hover, a:active {
  color: white;
  }
  
#details {
  width: 75%;
  background: rgba(0,0,0,0.75);
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px 10px 20px;
  }
  
#diva {
  background: url("unseelieimg/tuff_bricks.png") repeat;
  border: 5px double cadetblue;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 0px 50px 0px;
  }

#divb {
  background: url("unseelieimg/polished_tuff.png") repeat;
  border: 5px double cadetblue;
  width: 75%;
  margin-left: auto;
  margin-right: auto; 
  padding: 0px 0px 50px 0px;  
  }
  
#feature{
  background: darkslategrey;
  border: 10px double cadetblue;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  }

img {
    margin-left: auto;
    margin-right: auto;
    }
    
code {
  font-family: "Roboto Mono";
  font-size: 12pt;
  color: silver;
  }
  
ul, li, dl, dt, dd {
  font-family:"Alegreya Sans";
  font-size: 14pt;
  color: aliceblue;
  }