/* 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;
  }

  
  .grid-container {
    display: grid;
    grid-template-areas:
      'header header header header'
      'expl expl expl expl'
      'left leftmiddle rightmiddle right'
      'intr intr intr intr';
  
    gap: 10px;
    background-color: rgba(10, 137, 23, 0.767);
    padding: 10px; font-family: "Metal Mania"; 
    
  }
  
  .grid-container > div {
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 20px 0;
  }
  .header { grid-area: header; font-size: 30pt; font-family: "Metal Mania";color: #b4e2b5}
.expl { grid-area: expl; font-size: 20pt; color: #b4e2b5;}
.left { grid-area: left; font-size: 20pt; color: #b4e2b5}
.right { grid-area: right; font-size: 20pt;color: #b4e2b5}
.leftmiddle { grid-area: leftmiddle; font-size: 20pt;color: #b4e2b5}
.rightmiddle { grid-area: rightmiddle; font-size: 20pt;color: #b4e2b5}
.footer { grid-area: intr; font-size: 20pt; color: #b4e2b5}

.right > img {
  border-radius: 10%;
  border: 5px double #ffffff ;

}
.grid-container > hr{
  color: #070707;
}

footer {
  text-align: center;
  background-color: #222;
  color: rgb(0, 255, 38);
  padding: 10px 0;
  position: relative;
  bottom: 0;
  width: 100%;
  font-family: "Metal Mania";
  font-size: 20px;
}

footer a {
  color: #d7ffd8;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}
.rightmiddle > img{
  border-radius: 10%;
  border: 5px double #ffffff ;
height: 200px; 
}
.left > img{
  border-radius: 10%;
  border: 5px double #ffffff ;
height: 200px; 
width: 250px;
}
.leftmiddle > img{
  border-radius: 10%;
  border: 5px double #ffffff ;
height: 200px; 
width: 250px;
}