/* 
  Alphabetically ordered!
  Except for class/id.
*/

a {
  color: White;
}

.Acolor {
  background-color: SandyBrown;
}

#agentsnavlist {
  width: 120px;
  height: 180px;
}

#agentsnavlistitems {
  width: 120px;
  height: 20px;
}

#backgroundimage {
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  opacity: 0.4;
}

#BackgroundVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

.Bcolor {
  background-color: Khaki
}

.bigtext {
  font-size: 60px;
  font-family: Sans-serif;
  font-weight: 600;
  color: White;
}

#bodyblack {
  background-color: Black;
}

#bodydark {
  background-color: rgba(45, 45, 45, 0.9);
}

#bodylightyellow {
  background-color: PaleGoldenRod;
}

#bodywhite {
  background-color: White;
}

.borderblack {
  border: 3px solid Black;
}

.borderwhite {
  border: 3px solid White;
}

.Ccolor {
  background-color: PaleGoldenRod;
}

.centerimage {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.centertext {
  text-align: center
}

.Dcolor {
  background-color: PaleGreen;
}

.Fcolor {
  background-color: LightSkyBlue;
}

.firstalign {
  margin-left: 127px;
  margin-top: 30px;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.floattext {
  display: inline-block;  /* In case I want to add more text */
  background-color: rgba(40, 40, 40, 0.75);
  border: 3px solid #FF4654;
  text-align: right;
  z-index: 1;
  width: 600px;
  margin-left: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.5;
  padding: 15px;
}

h1 {  /* Taken from actual Valorant Wiki. */
  font-size: 35px;
  font-family: Rubik, Helvetica, Arial, Sans-serif;
  font-weight: 700;
  margin: 0;
}

h2 {
  font-size: 15px;
  font-weight: 200;
}

.listimage {
  width: 4.5%;
  height: 4.5%;
}

.littlelargerimage {
  width: 110%;
  height: 110%;
}

.lessmargin {
  margin-top: 10px;
  margin-bottom: 10px;
}

#mapsnavlist {
  width: 90px;
  height: 80px;
}

#mapsnavlistitems {
  width: 90px;
  height: 20px;
}

.muchsmallerimage {
  width: 34%;
  height: 34%;
}

nav {
  position: relative;
  background-color: rgba(37, 37, 37, .6);
  z-index: 1;
  margin: 0;
  border: 10px solid #FF4654;
  padding: 0px;
}

nav ul {
  list-style-type: none;
  color: white;
  text-align: center;
}

nav ul li:hover > ul {
  display: block;
}

.navgroups {
  display: inline-block;
  background-color: rgba(20, 20, 20, .8);
  z-index: 5;
  position: relative;
  height: 35px;
  color: White;
  border: 1px solid rgba(20, 20, 20, .95);
  text-align: center;
}

.navlists {
  display: none;
  position: absolute;
  width: 120px;
  height: 180px;
  background-color: Black;
  padding: 0;
}

.navlistitems {
  display: block;
  width: 120px;
  height: 20px;
  background-color: rgba(40, 40, 40, .8);
  text-align: center;
}

.normaltext {
  font-size: 20px;
  font-weight: 400;
  font-family: Sans-serif;
  color: White;
}

.normaltext2 {
  font-size: 20px;
  font-weight: 400;
  font-family: Sans-serif;
  color: Black;
  padding-top: 5px;
}

ol {
  type="1";
  list-style-position: inside;
  padding: 0px;
}

ol li {
  padding-left: 15px;
}

.reallybigtext {
  font-size: 900%;
  font-family: Sans-serif;
  font-weight: 800;
  margin: 0;
  text-decoration-line: underline;
}

.rightfloattext {
  display: inline-block;
  margin-top: 145px;
  margin-right: 20px;
  margin-bottom: 0px;
  background-color: rgba(40, 40, 40, 0.75);
  line-height: 1.5;
  padding: 0px;
  padding-left: 15px;
  border: 3px solid #FF4654;
  z-index: 1;
  width: 550px;
}

.Scolor {
  background-color: LightCoral;
}

.smallerimage {
  width: 50%;
  height: 50%;
}

.smallheader {
  color: Black;
  font-family: Sans-serif;
  font-size: 50px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}

#spacedout {
  margin-left: 50px;
  margin-top: 30px;
}

.weaponsrow {
  display: inline-block;
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
  margin-bottom: 5%;
}

table { /* already a block element so no need to add it again */
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

table, th, td {
  border: 5px solid rgb(100, 100, 100);
  border-collapse: collapse; /* mainly to avoid image borders */
}

td a {
  color: black;
}

td img {
  height: 100%;
  width: 100%;
}

.weaponsbar {  /* Using semi-Navbar style for weapons bar */
  display: block;
  background-color: #F9EB82;
  z-index: 1;
  border: 3px solid Black;
  height: 60%;
  width: 17%;
  list-style-type: none;
  color: black;
  padding: 10px;
  margin-left: 5.3%;
}

.weaponsbarstyle {  /* image styling */
  width: 180px;
  height: 90px;
  display: block;
  border: 2px solid black;
  margin-left: auto;
  margin-right: auto;
}

.WIP {
  text-decoration-line: line-through;
}
