@font-face {
  font-family: twCenMt;
  src: url(/resources/TCM_____.TTF);
}

body {
  background: url(/resources/background.png) no-repeat center center fixed;
  background: linear-gradient(45deg, rgba(155,0,255,0.300) 0%, rgba(0,240,255,0.200) 100%), url(/resources/noise.svg), url(/resources/bluebg2.png) no-repeat center center; /*url(/resources/noise.svg)*/
  background-attachment: fixed;
  background-color: white;
  color: black;
  font-family: twCenMt; /*Verdana*/
}

.pagebodycontainer {
  margin-left: 50px;
  margin-right: 150px; /*maybe i want this negative + do something with the pagebody with instead*/
}

.pagebody {
  padding: 25px;
  background-color: rgba(255,255,255,0.550);
  border-radius: 4px;
  box-shadow: 5px 5px 12px 2px rgba(255,255,255,0.300);
}

.verimage {
  border: 2px solid #444;
  border-radius: 3px;
  padding: 1px;
  image-rendering: pixelated;
  background-color: white;
}

/*************************** TABLES ***************************/

/* table - none of these work? so they're in their individual places instead */
table.versiontable {
  /* font-family: Verdana, Geneva, sans-serif; */
  margin-top: 25px;
  border: 2px solid rgba(45, 45, 75, 1.00);
  background-color: rgba(80, 80, 100, 0.25);
  /* width: 100%; */
  text-align: left;
  border-collapse: collapse;
}

table.versiontable td, table.versiontable th {
  border: 1px dashed rgba(60, 60, 85, 1.00);
  padding: 6px 8px;
}

table.versiontable td.centre, table.versiontable th.centre {
  text-align: center;
}

table.versiontable tbody td {
  font-size: 12px;
}

table.alternating tr:nth-child(even) {
  background: rgba(75, 75, 95, 0.15);
}

/* not working?? shrug
table.versiontable thead {
  background: rgba(60, 60, 85, 0.90);
}
*/

table.versiontable thead th {
  /* background: rgba(60, 60, 85, 0.60); */
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  text-align: left;
}

.versiontable .bulletlist {
  padding: 1em;
}

.versiontable td.unknown {
  background-color: #FFF2CC;
  color: #B45F06;
  font-style: italic;
  text-align: center;
}

.versiontable td.board1 {
  background-color: #CFE2F3;
  color:#0B5394;
}

.versiontable td.board2 {
  background-color: #D9D2E9;
  color: #351C75;
}

.versiontable td.board3 {
  background-color: #EAD1DC;
  color: #741B47;
}

.versiontable td.board4 {
  background-color: #F4CCCC;
  color: #900;
}

.versiontable td.blue {
  background-color: #C9DAF8;
  color: #15C;
  text-align: center;
}

.versiontable td.green {
  background-color: #D9EAD3;
  color: #38761D;
  text-align: center;
}

.versiontable td.red {
  background-color: #F4CCCC;
  color: #900;
  text-align: center;
}

.versiontable td.grey {
  background-color: #D9D9D9;
  color: #666;
  text-align: center;
}

.versiontable td.yelloworange {
  background-color: #FCEACD;
  color: #BA7803;
  text-align: center;
}

.versiontable td.orange {
  background-color: #FCE5CD;
  color: #B45F06;
  text-align: center;
}

.versiontable td.yellow {
  background-color: #FFF2CC;
  color: #BF9000;
  text-align: center;
}

.versiontable td.italic {
  font-style:italic;
}

/*************************** HEADER ***************************/
#logoheader {
	text-align: center;
	border-radius: 15px 15px 0px 0px;
	border-bottom: 5px solid var(--white);
	padding: 10px 0px;

	/*background-image: url(/.../.png);*/
	background-repeat: repeat-x;
	background-size: auto 100%;
}
#logoheader span { /* Inspired by Blue Moon Falls */
	display: inline-block;
	width: 375px;
	max-width: calc(100% - 14px);
	height: 60px;

	background-image: url(/new/oldlogo.png);
	background-repeat: no-repeat;
	background-size: contain;
}

/*************************** NAV ***************************/
.navbarcontainer {
  float: right;
  width: 180px; /* Touches pagebody's margin, this can get messy */
}

/* Can contain a navlogo, but this would be different to the timeline-testversion */
/* It'd sit roughly on the left of the navbarcontainer, above the navsection */

.navsection {
  margin-top: 25px;
  margin-left: 23px;
  width: fit-content;
  font-size: 1.00em;
}

.navicon {
	width: fit-content;
	padding: 5px;
	font-size: 1.00em;
	border: 1px dashed silver;
	background: linear-gradient(90deg, rgba(255,255,255,0.850) 15%, rgba(255,255,255,0.250) 100%);
  border-radius: 4px;
  box-shadow: 5px 5px 12px 2px rgba(255,255,255,0.300);
  transition: 0.2s ease-in-out;
}

.navicon:hover {
  background: linear-gradient(90deg, rgba(255,255,255,0.850) 15%, rgba(255,255,255,0.250) 150%);
  box-shadow: 5px 5px 12px 2px rgba(255,255,255,0.500);
}

.navboxart { /* It's a bit clumsy, added a margin above the elements beneath but it looks okay? Looks like shit on Safari mobile and I'm not sure why */
	padding: 5px;
	text-align: center;
  position: relative;
}

.navboxart img {
  position: absolute;
  left: -27px;
  background: linear-gradient(90deg, rgba(255,255,255,0.850) 15%, rgba(255,255,255,0.250) 100%);
  box-shadow: 5px 5px 12px 2px rgba(255,255,255,0.300);
  transition: 0.2s ease-in-out;
}

.navboxart img:hover {
  background: linear-gradient(90deg, rgba(255,255,255,0.850) 15%, rgba(255,255,255,0.250) 150%);
  box-shadow: 5px 5px 12px 2px rgba(255,255,255,0.500);
  transform: scale(1.05);
}

.navlistnew {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.navlistnew li {
  margin-bottom: 15px;
}

.navlistnew img {
  filter: drop-shadow(2px 2px 12px #522);
}

.navsublist li {
  margin-left: 20px;
}
