@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'majesti_bannermedium';
    src: url('../fonts/majesti-banner-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html, body {
    background-color: rgb(65,57,61);
    height: 100%;
    width:100%;
    margin: 0%;
    border: 0;
}
#topnav {
	height: 65px; 
	top: 0; 
	margin: 0;
	width: 100%;
	position: fixed;
	background-color: #41393d;
	padding-top: 15px;
	text-align: right;
	z-index: 500;
}
a {
	font-size: 30px;
	font-family: 'majesti_bannermedium';
    color: white;
    text-decoration:none;

}
a:hover { 
    color: rgb(190,30,45);
}
.active {
	color: rgb(190,30,45);
}
#bottomnav {
	height: 25px; 
	width: 100%;
	position: fixed;
	bottom: 0px;
	margin-bottom: 0px;
	text-align: center; 
	font-size: 25px;
	padding: 5px;
	font-family: 'majesti_bannermedium';
    color: white;
    text-decoration:none;
	background-color: #41393d;
}
b {
	color: rgb(190,30,45);
	font-family: 'majesti_bannermedium';
	font-size: 24px;
}
.fa {
    width: 40px;
    text-decoration: none;
    vertical-align: middle;
	padding: 4px;
	float: left;
}
.fa-facebook {
    background: #41393d;
    color: white;
}
.fa-twitter {
    background: #41393d;
    color: white;
}
.fa-instagram {
    background: #41393d;
    color: white;
}
.fa:hover {
    color: rgb(190,30,45);
}
h1 {
    color: white;
    font-family: 'majesti_bannermedium';
    font-size: 60px;
	font-weight: normal;
	display: inline;
}
h2 {
    color: rgb(190,30,45);
    font-family: 'majesti_bannermedium';
    font-size: 35px;
	font-weight: normal;
}
h3 {
	color: rgb(190,30,45);
    font-family: 'majesti_bannermedium';
    font-size: 60px;
	font-weight: normal;
	display: inline;
}
h4 {
	color: rgb(215,228,194);
	font-weight: normal;
	font-size: 25px;
	font-family: 'majesti_bannermedium';
	padding-left: 70px;
	padding-right: 70px;
}
h5 {
	color: rgb(213,162,141);
	font-weight: normal;
	font-size: 40px;
	font-family: 'majesti_bannermedium';
	text-align: center;
	margin:0;
    padding:0;
}
p {
    color: rgb(65,57,61);
    font-family: 'majesti_bannermedium';
    font-style: normal;
    font-size: 13px;
}
.container {
    text-align: center;
    color: white;
	height: 70%; 
	width: 100%;
}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	color: rgb(190,30,45);
	font-family: 'majesti_bannermedium';
    font-style: normal;
    font-size: 300px;
}
.menu {
	height: 800px; 
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("images/sumimenu.jpg");
	background-repeat: no-repeat;
	background-position: right;
	background-size:cover;
	position: relative;
}
.column {
	float: left;
    width: 350px;
	height: 700px;
	padding-left: 30px;
	text-align: right;
}

.side-bar-index{
    float:right;
    margin-left: 1%;
    margin-right: 1%;
	text-align: center;
}
.side-bar-location{
    float:left;
    margin-left: 1%;
    margin-right: 1%;
}
.sealocation{
	width:750px;
	height:450px;
	background-image:url(images/dining.jpg);
	background-size:cover;
	float: left;
	display: inline-block;
	margin-left: 20px
}
.sealocationinfo{
	width:690px;
	height:390px;
	background:#FFF;
	opacity:0;
	display: inline-block;
}
.sealocation:hover .sealocationinfo
{
	opacity:0.6;
	text-align:center;
	color:#41393D;
	font-size:45px;
	font-weight:700;
	font-family:'majesti_bannermedium';
	padding:30px;
	display: inline-block;
}
.porlocation{
	width:750px;
	height:450px;
	background-image:url(images/lungkingheen.jpg);
	background-size:cover;
	float: left;
	display: inline-block;
	margin-left: 20px;
}
.porlocationinfo{
	width:690px;
	height:390px;
	background:#FFF;
	opacity:0;
	display: inline-block;

}
.porlocation:hover .porlocationinfo
{
	opacity:0.6;
	text-align:center;
	color:#41393D;
	font-size:45px;
	font-weight:700;
	font-family:'majesti_bannermedium';
	padding:30px;
	display: inline-block;
}
.locations {
    overflow-x:auto;
	width: 1550px;
	white-space: nowrap;
	margin: auto;
}