    /* MY CODE */
@font-face {
font-family: majestic-banner-bold;
src: url('fonts/majesti-banner-bold.otf');
}
    
    body {background-color: #be1e2d;}
        nav {
        text-align: center;
            font-family: majestic-banner-bold;
            font-size: 100%;
    }
    .headerimg {
        display: block;
    width:90px; 
        height: auto;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        margin-top: 1px;
		background-color:white;
		margin-bottom: 0px;
	
    }

  h1 {
        color: #41393d;
        font-family: majestic-banner-bold;
        font-size: 250%;
        text-align: center;
        margin-top: 0px;
	  background-color: white;
    }

h2 {
    color: #8a8c8f;
        font-family: majestic-banner-bold;
        font-size: 30px;
        text-align: center;
        margin-top: 1px;
	margin-bottom: 5px;
	
}
h3 {
    color: #41393d;
        font-family: majestic-banner-bold;
        font-size: 150%;
        text-align: left;
        margin-top: 1px;
}

img {
    display: block;
     width:90px; 
        height: auto;
        margin-left: auto;
    margin-right: auto;
        width: 50%;
}

    p {
        color: white;
        font-family: majestic-banner-bold;
        font-size: 20px;
        text-align: center;
        margin: 1px;
}

.socialimg {
       display: block;
    width:90px; 
        height: auto;
        margin-left: auto;
        margin-right: auto;
        width: 25%;
        margin-top: 0px;
}
ul {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	font-size: 25px;
	font-family: majestic-banner-bold;
	
}

a {
	font: normal;
	color: black;
}

.active {
	color: white; 
}
.menu { 
	display: block;
     width:90px; 
        height: auto;
        width: 50%;
	float: right;
}
.reservation {
	display: block;
     width:90px; 
        height: auto;
        width: 50%;
	float: left; 
}
.faqx {
	color: #d7e4c2;
}

.mkreservation {
	color: black;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: auto;
	
}