/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

header {
  background-color: black;
  font-size: 150%;
  text-align: center;
}

/* img { max-width: 50%;
  height: auto;
} */

body {
  background-image: url(img/si_back.png);
  background-attachment: fixed;
  background-color: black;
  color: white;
  font-family: Arial;
  text-shadow: 5px 5px 5px black;
  
}

div {
  width: 1000px;
  border: 3px solid #FFFFFF;
  padding: 10px;
  margin: 15px;
box-shadow: 3px 3px 3px 3px #000000;
}

box {
  width: 500px;
  border: 3px solid #FFFFFF;
  padding: 10px;
  margin: 15px;
box-shadow: 3px 3px 3px 3px #000000;
}

faintbox {
  width: 500px;
  border: 3px solid #545454;
  padding: 10px;
  margin: 15px;
}

h3 {
outline: 2px solid #FFFFFF;
outline-offset: 3px;
}


 /* background-image: linear-gradient(to right, rgba(143,48,51,0.25), rgba(255,140,23,0.25), rgba(204,150,16,0.25), rgba(89,168,0,0.25), rgba(118,255,255,0.25), rgba(151,149,142,0.25), rgba(203,186,258,0.25)); */
a:hover {
    background-color:  #fcfcf9;
    color: black;
}
a:active {
  background-image: linear-gradient(to right, rgba(143,48,51,0.5), rgba(255,140,23,0.5), rgba(204,150,16,0.5), rgba(89,168,0,0.5), rgba(118,255,255,0.5), rgba(151,149,142,0.5), rgba(203,186,258,0.5));
}
a:link {
    color: #4fb0f9;
}
a:visited {
    color:  #964ff9;
}

tp { color: #59a800;
}
sz { color: #97958e;
}
sn { color: #76ffff;
}
t { color: #cbba9e;
}
r { color: #cc9610;
}
n { color: #8f3a33;
}
rl { color: #FF8C17;
}
k { color: #000000;
background-color: #FFFFFF;
}
si { color: #421C75;
}
tpB { background-color: #59a800;
}
szB { background-color: #97958e;
}
snB { background-color: #76ffff;
}
tB { background-color: #cbba9e;
}
rB { background-color: #cc9610;
}
nB { background-color: #8f3a33;
}
rlB { background-color: #FF8C17;
}
siB { background-color: #421C75;
}
ter {
  background-image: linear-gradient(to right, rgba(34,36,61,0.5), rgba(196,45,62,0.5));
}

altone {
  background-image: linear-gradient(to right, rgba(93,70,198,0.5), rgba(69,160,229,0.5), rgba(204,150,16,0.5), rgba(246,200,59,0.5), rgba(147,70,229,0.5));
}

faint { color:  #545454;
  font-size: 80%;
}
