/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

.metal-mania-regular {
  font-family: "Metal Mania", serif;
  font-weight: 400;
  font-style: normal;
}

#rean{
  font-size: 50px;
}

#homeImage{
  max-width: 100%;
  z-index: -2;
  }
  
  body {
    
      margin: 0;
      overflow-x: hidden;
      background-color: #000000;
    }
    
    .topnav {
      overflow: hidden;
      background-color: #11ff00a2;
      top: 0;
      font-weight: 900;
      font-family: "Metal Mania";
      display: flex;
      align-items: center;
      justify-content: center;
    
     
    }
    
    strong {
      font-weight: 900;
    }
    
  
    ul {
      position: -webkit-sticky; /* Safari */
      position: sticky;
      top: 0;
    }
    
    li{
      float: left;
      text-align: center; 
    }
    .topnav a {
      color: rgb(0, 0, 0);
      padding: 5px 30px;
      text-decoration: none;
      font-size: 25px;
      display: flex;
      align-items: center;
      justify-content: center;
    
      
    }
hr{
  border-color:#88de82
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #026602;
  color: black;
}

footer {
  text-align: center;
  background-color: #222;
  color: rgb(0, 255, 38);
  padding: 10px 0;
  position: relative;
  bottom: 0;
  width: 100%;
}

footer a {
  color: #d7ffd8;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

p{
  font-family: "metal mania"; font-size: 20px;
 
}
h2{font-family: "metal mania"; font-size: 30px;

}
.container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 200px;
  grid-gap: 5px;
  grid-auto-flow: dense;
  padding: 10px;
}
.container img {
  width: 100%;
  height: 100%;
}
.horizontal{
  grid-column: span 2;
}
.vertical {
  grid-row: span 2;
}
.big{
  grid-column: span 2;
  grid-row: span 2;
}
.meow{
  font-family: "Metal Mania";
  font-size: 60px;
  color: #11ff00;
  text-align: center;
  padding: 10px;
}
