/* 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
  }
  

.topnav a:hover {
    background-color: #026602;
    color: black;
  }
  form{
    display: flex;
    max-width: 350px;
    border: 4px double rgb(168, 195, 169); 
    border-radius: 15px;
    margin: 15px;
    background-color: rgba(0, 255, 110, 0.38);
    color: rgb(188, 255, 185);
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: "metal mania";
  }
  
 
* {
    font-family: Inter;
    word-wrap: break-word;
  }
  
  .names {

    max-width: 70%;
  }
  
  #commentssubmit{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
  }
  
  p{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .sendTo {
    display: flex;
    flex-direction: row;
  }
  .SSicon{
    max-width: 30px;
    border-radius: 15px;
    margin: 5px;
  }
  .iconset{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .map{
    display: flex;
    justify-content: center; align-items: center;
  }
   
 
 

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;

}

