/* 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;
  }
  
  body {
    font-family: "Metal Mania";
    margin: 0;
    background-color: #000000;
    color: #c0d3c1;
    font-size: 20px;
}

header {
    background-color: #007bff;
    color: rgb(0, 0, 0);
    padding: 20px;
    text-align: center;
}

header h1 {
    margin: 0;
}

nav ul {
    list-style-type: none;
    padding: 0;
    position: sticky;
}

nav ul li {
    display: inline;
    margin: 0 15px;
    position: sticky;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    position: sticky;
}

.room-showcase {
    padding: 20px;
    text-align: center;
}

.room-showcase h2 {
    margin-bottom: 20px;
}

.room {
    display: inline-block;
    width: 30%;
    margin: 10px;
    background-color: rgb(22, 76, 40);
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.room img {
    width: 100%;
    height: 100%;
    max-height: 300px;
    min-height: 300px;
}

.room h3 {
    margin: 10px 0; font-size: 30px;
}

.room p {
    padding: 0 10px 10px;
}
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;
}

h2{
    font-family: "Metal Mania";
    Color: rgb(0, 255, 42);
    font-size: 50px;
    margin-top: 40px;
}
