#heading {
          color: #8a8c8f;
}

.heading {
          color: #41393d;
}

p {
    font-family: Athelas;
    font-size: 25px;
    color: #be1e2d
}
               
img {
    display: block;
    margin: 0 auto;
}
   
#home-page {
    background-image:url("http://www.geocities.ws/alexhooydonk/images/china_town_night.jpeg");
    margin: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}

#menus-page {
    background-image:url("http://www.geocities.ws/alexhooydonk/images/shrimp.jpg");
    margin: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}  

#about-page { 
    background-image:url("http://www.geocities.ws/alexhooydonk/images/lanterns.jpg");
    margin: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}

#contact-page {
    background-image:url("http://www.geocities.ws/alexhooydonk/images/temple5.jpeg");
    margin: 0px;
    background-position: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-color: #464646;
}  


#sitemap-page {
    background-image:url("http://www.geocities.ws/alexhooydonk/images/temple4.jpeg");
    margin: 0px;
    background-position: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-color: #464646;
}

ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #41393d;
}

ul.topnav li {float: left;}

ul.topnav li a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

ul.topnav li a:hover {
    background-color: #555;
}

ul.topnav li.icon {
    display: none;
}

#logo {
    max-width: 1020px;
    margin: 0 auto;
    width: 100%;
    padding: inherit;
    background:  rgb(0, 0, 0);
    background:  rgba(0, 0, 0, 0.9);
        
}

.menu_items {
    font-family: Athelas;
    font-size: 35px;
    align-content: center;
    text-align: center;
}
     
.menu_items li {
    display: inline-block;
    padding: 30px;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
    background:  rgb(0, 0, 0);
    background:  rgba(0, 0, 0, 0.9);
}

.menu_items li a {
    text-decoration: none;
    color: #be1e2d;
}

/* unvisited link */
.menu_items li a:link {
    color: #8a8c8f;
}

/* visited link */
.menu_items li a:visited {
    color: #8a8c8f;
}

/* mouse over link */
.menu_items li a:hover {
    color: #be1e2d;
}

/* selected link */
.menu_items li a:active {
    color: #be1e2d;
} 

@media screen and (max-width:680px) {
ul.topnav li:not(:first-child) {display: none;
}
ul.topnav li.icon {
    float: right;
    display: inline-block;
}

@media screen and (max-width:680px) {
  ul.topnav.responsive {position: relative;
}
ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
}
ul.topnav.responsive li {
    float: none;
    display: inline;
}
ul.topnav.responsive li a {
    display: block;
    text-align: left;
}
    
/*  ########################## Menus Page CSS ######################### */
#logo-menus {
	max-width: 950px;
    margin: 0 auto;
    width: 90%;
    padding: inherit;
    position: relative;
}

#menucell {
   position: absolute;
	left: 0;
	right: 0;
	top: 40%;
	margin-left: auto;
 	margin-right: auto;
	max-width: 960px;
    border:3px solid black;
}

    #menucell:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%; 
    height: 100%;
    background-image:url("http://www.geocities.ws/alexhooydonk/images/oldpaper.jpg");
    opacity: 0.8;
    z-index: -1;
}    
    
.menu {
    margin-bottom: 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.menu_restname {
	text-align: center;
    font-size: 70px;
    margin-top: 0;
    color: #41393d;
}

.menu_title {
    text-align: center;
    color: #41393d;
}

.menu_section {
    margin-bottom: 30px;
}

.menu_section h2 {
    font-family: Majesti;
    font-style: bold;
    color: #be1e2d;
    padding: 3px;
}
.menu_item {
	margin: 0 15px;
	position: relative;
}
.menu_item h4 {
	margin-bottom: 0px;
}
.price {
    font-family: Majesti;
	display: block;
	float: right;
	position: absolute;
	bottom: 0px;
	right: 0;
	<!--background-color: white;-->
	font-weight: bold;
}
.description {
	margin-top: 5px;
    font-family: Majesti;
    color: black;
    font-size: 18px;
    font-style: italic;
	<!--background-color: white;-->
	display: inline-block;
	max-width: 50%;
}
hr {
	border: none;
    border-top: 1px dotted black;
    margin-top: -20px;
}
#menu_containsraw {
	text-align: center;
    font-size: 11px;
	font-style: italic;
}
@media (max-width: 575px) {
.menu_title {
	text-align: center;
	font-size: 30px;
}
.menu_section h3 {
	text-align: center;
    font-size: 30px;
}
.menu_item {
	text-align: center;
}
.price {
	float: none;
	position: static;
	margin-top: 15px;
}
hr {
	display: none;
}



    
#aboutfooter {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  text-align: center;
  height:70px;
   background: #efefef;
}   
 












