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,
b, u, i, 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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* My actual code and styles  */


@-moz-document url-prefix() {
  :root {
   scrollbar-width: thin;
   scrollbar-color: #35D365 #10385C;
    cursor: url("../assets/Arrow\ texture.png"), auto;
}
  dialog {
    scrollbar-width: thin;
  }

}

@font-face {
  font-family: 'New font';
  src: url('../fonts/851h-kktt-fixed.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
font-family: 'Cubular Title';
src: url('../fonts/cubular-title-pixelated.ttf');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Multivac';
src: url('../fonts/multivac-interference.ttf');
font-weight: normal;
font-style: normal;
}

html {
cursor: url("../assets/Arrow texture.png"), auto;  
}
  
body {
image-rendering: pixelated;   
background: url("../assets/Gallery\ metal_2.png"), url("../assets/Gallery\ metal.png"), rgb(8, 60, 73);
background-repeat: repeat-x, repeat, no-repeat;
background-position: center top, center middle;
color: rgb(78, 194, 223);
font-family: 'New Font';
width: 100%;
min-width: fit-content;
min-height: 100%;
overflow-x: hidden;
text-rendering: optimizeLegibility;
}
  
a:link {
color: rgb(78, 255, 137);
cursor: url("../assets/Arrow pointer texture.png"), pointer;
text-shadow: 0 1px 0 rgb(152, 155, 0);
}

a:hover {
color: rgb(255, 187, 109);
}

a:active {
color: deepskyblue;
}
   
*::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
*::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #10385C;
}

*::-webkit-scrollbar-track:hover {
  background-color: #116B7D;
}

*::-webkit-scrollbar-track:active {
  background-color: #0A8C72;
}

*::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #35D365;
  border: 1px dashed #BEEC08;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #95CE23;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #C7C708;
}
  
.structure {
display: grid;
grid-template-columns: 240px 437px 203px 214px;
grid-template-rows: 220px 500px 114px 200px;
column-gap: 3px;
row-gap: 3px;
justify-content: center;
margin-top: 120px;
margin-bottom: 2%;
}


header {
grid-column: 1/2;
grid-row: 1/2;
width: 460px;
height: 69px;
padding: 5px;
margin-top: -100px;
pointer-events: none;
user-select: none;
}
  
nav {
grid-column: 1/2;
grid-row: 1/2;
background-image: url("../assets/Nav\ square_3.png");
padding-right: 5px;
padding-left: 3px;
margin-top: 18px;
}
  
nav ul {
margin-top: 21px;
margin-left: 3px;  
}

.navheader {
grid-column: 1/2;
grid-row: 1/2;
z-index: 2;
margin-left: 20px;
margin-top: -5px;
pointer-events: none;
user-select: none;
}

.buttons p {
color:rgb(253, 220, 34);
}
  
p {
font-weight: normal;
font-size: 17px;
margin-top: 0;
margin-bottom: 14px;
line-height: 22px;
}
  
ul, ol, dl {
font-size: 16px;
list-style-type: none;
margin-top: 5px;
word-spacing: -3px;
}

li {
line-height: 1.0;
}  

.menu {
line-height: 1.8;
z-index: 2;
}

.info {
grid-column: 2/3;
grid-row: 1/2;
height: 333px;
width: 391px;
margin-left: 47px;
margin-top: -50px;
background-image: url("../assets/Gallery\ square.png");
color: rgb(216, 106, 2);
padding: 5px;
text-align: justify;
}

.info p {
transform: rotate(-27.6deg);  
font-size: 17px;
width: 316px;
margin-top: 77px;
margin-bottom: 14px;
margin-left: 35px;
line-height: 21px;
color: rgb(212, 255, 111);
text-shadow: 0 1px 0 rgb(0, 22, 119);
}  

.disclaimer {
grid-column: 3/4;
grid-row: 1/2;
background-image: url("../assets/Paper\ box.png");
width: 314px;
height: 239px;
margin-left: 50px;
margin-top: 80px;
}

.disclaimer p {
width: 250px;
margin-left: 40px;
margin-top: 25px;
margin-bottom: 5px;
color: rgb(22, 0, 32);
text-shadow: 0 1px 0 rgb(255, 166, 0), 0 -1px 0 rgb(255, 166, 0), 1px 0 0 rgb(255, 166, 0), -1px 0 0 rgb(255, 166, 0);
text-align: justify;
}

.top {
grid-column: 1/5;
grid-row: 2/3;
margin-top: 21px;
margin-left: 15px;
}

.buttons {
grid-column: 2 / 3;
grid-row: 2 / 3;
height: 80px;
width: 500px;
margin-left: 325px;
text-align: center;
z-index: 3;
margin-top: 18px;
}

.buttons a {
display: inline-block;    
font-family: 'Multivac', 'cubular';    
padding: 5px;
color: rgb(80, 0, 69);
text-shadow: 0 1px 0 rgb(32, 243, 50);
text-decoration: none;
background-color: rgb(52, 156, 204);
border-left: 1px solid rgb(16, 56, 143);
border-right: 1px solid rgb(16, 56, 143);
border-bottom: 2px solid rgb(26, 0, 99);
border-top: 1px solid rgb(241, 219, 19);
font-size: 17px; 
}

.buttons a:hover {
background-color: rgb(255, 166, 0);    
}

.buttons a:active {
background-color: rgb(78, 194, 223);    
}


.side_buttons {
text-align: right;
margin-top: 5px;
}

.side_buttons a {
margin-bottom: 10px;
}

.dropdown, .dropdown_2 { 
float: left;	  
font-family: 'Multivac', 'cubular';    
padding: 3px;
color: rgb(66, 0, 52);
border-top: 1px solid rgb(70, 255, 54);
border-bottom: 2px solid rgb(13, 1, 124);	
text-shadow: 0 1px 0 rgb(18, 253, 77);
text-decoration: none;
font-weight: normal;
background-color: rgb(255, 110, 26);
font-size: 15px;
font-weight: bold;
z-index: 2;    
}

.dropdown {
margin-top: 5px;	
margin-left: 130px;
margin-bottom: 2px;		
}

.dropdown_2 {
margin-left: 130px;
clear: left;
		
}

select option:hover {
background-color: rgb(255, 166, 0); 
}

#yearSelect option {
font-size: 20px;
}

.low {
margin-top: -10px;
}

.viewer {
grid-column: 1/5;
grid-row: 2/4;	
margin-top: 100px;
margin-bottom: 20px;
background-color: black;    
border: 10px solid transparent;
border-image: url("../assets/Iframe\ frame_2.png") 10;
border-radius: 0%;
width: 1044px;
height: 614px;
margin-left: 15px;
}

.modal {
position: fixed;
z-index: 3;
left: 0;
top: 0;
width: 100%;
max-width: 100%;
height: 100%;
overflow: auto;
background: none;
}

.modal:focus {
outline: none;	
}

::backdrop {
background-image: url("../assets/Dark\ purple\ metal_3.png");
opacity: 0.9;  
}

.modal-body {
display: flex;
flex-direction: column;
align-items: center;
width: fit-content;
max-width: 90vw;
margin: auto;
}


#img01 {
display: block;
margin: auto;
max-width: 90vw;
width: auto;
height: auto;
image-rendering: pixelated;
border: 1px dotted rgb(189, 186, 32);
pointer-events: none;
user-select: none;
}

#caption {
margin-top: 25px;
text-align: justify;
text-shadow: 0 1px 0 rgb(47, 233, 0);
font-size: 17px;
line-height: 18px;
color: rgb(22, 0, 32);
background-color: rgb(157, 250, 52);
padding: 5px;
height: max-content;
width: fit-content;
max-width: 60vw;
}


.close {
float: right;
margin-top: -10px;
margin-right: 20px;
color: rgb(131, 255, 15);
font-size: 40px;
font-weight: normal;
}

.close:hover,
.close:focus {
color: rgb(255, 166, 0);
text-decoration: none;
cursor: url("../assets/Arrow pointer texture.png"), pointer;    
}