
body {
    margin: 0;
	padding:0;
	height: 100%;
	width: 100%;
	font-family: Calibri;
	font-size: 15px;
	color: white;
    background: rgba(0,0,0,0.9);
   /*  background: White */
	
}

Nav img{
    Float: Left;	
	Width: 70px;
	Height:70px;
	Margin-Top: -10px;
}

nav{
	position: fixed;
	top: 0;
    left: 0;
    Width: 100%;
    Height: 70px;
	Padding: 10px 90px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.5);
	border-bottom: 1px solid #fff;
}

Nav .logo{
	padding: 7px 10px;
	height: 50px;
	float: left;
	font-size: 27px;
	font-weight: bold;
	/* text-transform: uppercase; */
	color:red;
	font-family: Lucida Calligraphy;
}

	

nav ul{
	list-style: None;
	float: right;
	margin: 0;
	padding: 0;
	display: flex;
}
Nav ul li a{
	line-height: 50px;
	color: white;
	padding: 12px 30px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

Nav ul li a:hover{
	background: rgba(255,0,0,0.7);
	border-radius: 6px;
}

/* Rooms & Suites */


H1{
	Color: Red;
	font-family: Calibri;
	
	}

H2{
	Color: Red;
	font-family: Calibri;
	
	}

H4{
	Color: White;
	font-family: Calibri;
	}
	
	P{ 
	/* Color: green; */
	font-family: Calibri;
	/* margin: 10px; */
	/* border: 2px solid black; */
	
	}
		

.ChineseRestaurant {
    /* border: 2px solid black; */
	width: 1325Px;
	Height: 445px;
	color: white;	
	margin: 10px;
	font-family: Calibri;
	Text-align: justify;		
}	  
Img {
	Float: Left;
	Width: 645px;
	Height: 445px;
	margin: 10px;
	margin-top: -15px;
	/* margin-bottom: 50; */
	/* border: 3px solid black; */
}


/* 
.ChineseRestaurant .PhoneImg {
	border: 2px solid black;
	Height: 37px;
	Width: 250px;
	Float: Right;
	Margin-right: 225px;
} */
/* 
.ChineseRestaurant .PhoneImg Img{
	Width: 30px;
	Height: 30px;	
} 
	 */



.HotPot{
   /*  border: 2px solid black; */
	width: 1325Px;
	Height: 445px;
	color: White;	
	margin: 10px;
	font-family: Calibri;
	Text-align: justify;		
}	  
.HotPot Img {
	Float: right;
	Width: 645px;
	Height: 445px;
	margin: 10px;
	margin-top: -15px;
	/* border: 3px solid black; */
}
	
.AfricanBar{ 
   /*  border: 2px solid black;	 */
	width: 1325Px;
	Height: 445px;
	color: white;	
	margin: 10px;
	font-family: Calibri;
	Text-align: justify;	
}	  

	
.FiveCowries{
   /*  border: 2px solid black; */
	width: 1325Px;
	Height: 445px;
	color: White;	
	margin: 10px;
	font-family: Calibri;
	Text-align: justify;		
}	  
.FiveCowries Img {
	Float: right;
	Width: 645px;
	Height: 445px;
	margin: 10px;
	margin-top: -15px;
	/* border: 3px solid black; */
}

.SkyViewRestaurant{ 
    /* border: 2px solid black;	 */
	width: 1325Px;
	Height: 445px;
	color: white;	
	margin: 10px;
	font-family: Calibri;
	Text-align: justify;	
}	  

	
.PoolSide{
    /* border: 2px solid black; */
	width: 1325Px;
	Height: 445px;
	color: White;	
	margin: 10px;
	font-family: Calibri;
	Text-align: justify;		
}	  
.PoolSide Img {
	Float: right;
	Width: 645px;
	Height: 445px;
	margin: 10px;
	margin-top: -15px;
	/* border: 3px solid black; */
}


/***************************************************************************** Footer ****************************************************************************/

Footer {
	Background-Color: Black;
	Color: White;
}



/******  Social Media ******/

.Social{
	/* Border: 1px solid  #fff; */
	/* Padding: 10px; */
	display: flex; /* Alignment that support Vertical & Horizontal in Div  */
	align-items: center; /* Vertical Alignment */
	justify-content: center; /* Horizontal Alignment */
	
	max-width: 700px;
	/* height: 700px; */
	margin: auto;
	margin-top: -20px;
	
}

.Social img{
	margin-top: 10px;
	Width: 41px;
    Height: 41px;
}


/* 
.Secbox2{
	border-Top: 1px solid #fff;
	Display: Flex;
	Padding: 15px 30px;
	
}
 */
/******  Copyright ******/

.SecBox{
	
	Border-Top: 1px solid #fff;
	Display: Flex;
	Padding: 15px 30px;
	text-align: Center;	
}
.Sec1{
	Flex-Grow: 1;
    Flex-Basis: 100%;	
}

.Sec2{
	Flex-Grow: 1;
	Flex-Basis: 100%;
}

.Sec3{
	Flex-Grow: 1;
	Flex-Basis: 100%;
}
