@charset "UTF-8";
/* General Setting */
* {
  box-sizing: border-box;
}

body, footer{
	margin: 0;
	padding: 0;
	font-family: Times New Roman, Times, Helvatica, Arial, san-serif;
}
/******************************************************************************/
/* Slideshow & Its Elements Section */
/******************************************************************************/
/* Top Left On-click Covid Update*/
#corner-link {
	background: rgb(92,0,0,0.8);
	padding: 2px 70px;
	color: #FFF;
	position: absolute;
	top: 0;
	left: -70px;
	transform: rotate(320deg);
	border: 1px dashed #FFF;
	box-shadow: 0 0 0 3px #5C0000;
	z-index:2;
}
#corner-link p {
	text-transform: uppercase;
	font-family: Times New Roman;
	color: rgb(255,255,255);
}
#corner-link button {
	background: none;
	border: none;
	top: 0;
	outline:none;
	cursor: pointer;
}
/* Covid Modal Box*/
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: rgb(92,0,0,0.7);
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
	color: #fefefe;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #5C0000;/*#000;*/
  text-decoration: none;
  cursor: pointer;
}

/* Top Slideshow*/
.topSlider::after {
	content: "";
	clear: both;
	display: table;
}
.topText{
	float:left;
	width:50%;
    color: #f2f2f2;
    /*font-size: 15px;*/
    padding: 5px;
    bottom: 0;
}
/* Reservation Button on Sliced Images*/
.reservation:hover {
	background-color: rgb(92,0,0,0.5);
	color: rgb(255,255,255)
}
.reservation {
	background-color: rgb(255,255,255,0.5);
	text-transform: uppercase;
	font-family: Times New Roman;
	font-weight: 900;
	font-size: medium;
    color: #5C0000;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	/*border: 1px solid #5C0000;*/
}

/* Slideshow Container */
.slideshow-container {
  /*max-width: 1000px;*/
  height: 100%;
  width: 100%;
  position: relative;
  /*margin: auto;*/
  margin: 0;
}

/* Hide the images by default */
.slide {
  display: none;
  height: 100vh;
  position: relative;
}
/* Caption text */
.text {
    /*background-color: rgb(255,255,255,0.9);*/
    padding: 0;/*10px 45px 10px 45px;*/
    position: absolute;
    /*bottom: 10%;*/
    top: 3%;
    right: 1%;
    width: 40%;
}
.text > h3, h3{
	text-transform: uppercase;
	font-family: Times New Roman;
	font-size: x-large;
	font-weight: lighter;
	letter-spacing: 5px;
	text-align: center;
	color: #800000;
}
.text > h2{
	text-transform: uppercase;
	font-family: Times New Roman;
	font-size: 7.5vw;
	font-weight: lighter;
	letter-spacing: 5px;
	text-align: center;
	color: rgba(255, 255, 255, 0.05); 
	-webkit-text-stroke: 1.5px white;
	opacity: 0.6;
	margin: 0;
}
.text > h4{
	font-family: Times New Roman;
	font-weight: 100;
	font-size: 2.0vw;
	letter-spacing: 1.5px;
	text-align: center;
	color: rgba(255, 255, 255, 0.8); 
	/*opacity: 0.5;*/
	/*margin: 0;*/
}
.text > p {
	text-align: center;
	font-weight: 200;
	font-size: 1.5vw;
	letter-spacing: 1.5px;
	font-family: Times New Roman;
	/*color: #000000;*/
	color: rgba(255, 255, 255, 0.9);
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  height:500px;
}

/* Slide Image */
.slide img {
	width:100%;
	height:100%;
	object-fit: cover;
	margin: 0;
}
/* Fading Animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
/****************************************************************************/
/* Content Section */
/****************************************************************************/
/* Row Setting */
.row:after {
	content: "";
	display: table;
	clear: both;
}
/* Column Setting */
.column {
	float: left;
	width: 50%;
	height: 500px;
	margin: 0px;
}
.column > img {
	height: 100%; 
	width: 100%; 
	object-fit: cover;
	margin: 0;
}

/* hide column on big screen */
#reservation > .column:nth-child(3),
#miscellaneous > .column:nth-child(2) {
	display: none;
}

/* Herotext Section */
.heroText {
	text-align: center;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #000000;
	/*background-color: rgb(255,255,255,0.35);*/
	opacity:0.8;
	overflow:auto;
}
.heroText > h3 {
	text-transform: uppercase;
	font-family: Times New Roman;
	font-size: xx-large;
	font-weight: lighter;
	letter-spacing: 5px;
	text-align: center;
	/*overflow: hidden; */
}
.heroText > p {
	font-family: Times New Roman;
	font-size: large;
	font-weight: 200;
	letter-spacing: 1.5px;	
}
.heroText a {
	text-transform: uppercase;
	font-family: Times New Roman;
	font-size: large;
	font-weight: 500;
	letter-spacing: 3px;
	text-align: center;
	/*text-decoration:none;*/
	display:block;
	color: #5C0000;
	padding-top:30px;"
}
a:hover {
	font-weight: 900;
}

/****************************************************************************/
/* Footer Section*/
/****************************************************************************/
.Footer {
	clear: both;
	position: relative;
	left: 0;
	width: 100%;
	background-color: rgb(92,0,0,0.8);
	color: white;
	text-align: center;
	left:0; 
	top:0;
	overflow:auto;
	margin:0;
}

.Footer > div{
	float: left;
	width: 33.3%;
	overflow: hidden;
}

.fab, .far, .fas{
	padding: 15px 15px;
	font-size: 30px;
	/*width: 40px;*/
	text-align: center;
	text-decoration: none;
	/*border-radius: 40%;*/
	/*background-color: rgb(255,255,255);*/
	color: rgb(255,255,255, 0.7);
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;	
	top: -7%;
	left: -7%;
	transform: translate(7%, 7%);
	/*-ms-transform: translate(-50%, -50%);*/
}

.fab:hover, .far:hover, .fas:hover{
	color: rgb(255,255,255)
}
/****************************************************************************/
/* Responsive Layout Setting */
/****************************************************************************/
/* Remove text if the hieight is too short to prevent text overflow 
@media screen and (max-height: 500 px) and (min-width: 650px){
	div.text{
		display: none;
	}
}
*/
@media screen and (max-width: 400px){
	.heroText > h3 {
		font-size: small;
		font-weight: 800;
	}
	.heroText > p{
		font-size: xx-small;
		font-weight: 400;
	}
	.heroText > p > a {
		font-size: xx-small;
		font-weight: 600;
	}
	.text > h3, h3{
		font-size: small;
		font-weight: 700;
	}
	.text > h2{
		font-size: 7.5vw; /*7.5*/
		font-weight: 600;
	}
	.text > h4{
		font-size: 3vw; /*2*/
		color: rgb(255, 255, 255); 
		font-weight: 600;
	}
	.text > p {
		font-size: 2.5vw;/*1.5*/
		font-weight: 500;
	}
}
@media screen and (max-width: 600px){
	.heroText > h3 {
		font-size: medium;
		font-weight: 800;
	}
	.heroText > p{
		font-size: medium;
		font-weight: 500;
	}
	.heroText > p > a {
		font-size: small;
		font-weight: 600;
	}
	.text > h3, h3{
		font-size: medium;
		font-weight: 700;
	}
	.text > h2{
		font-size: 7.5vw; /*7.5*/
		font-weight: 600;
	}
	.text > h4{
		font-size: 3vw; /*2*/
		color: rgb(255, 255, 255); 
		font-weight: 600;
	}
	.text > p {
		font-size: 2.5vw;/*1.5*/
		font-weight: 600;
	}
}
/* Stacked columns instead of next to each other on smalll screen */
@media screen and (max-width: 768px) {
	.column {
		width: 100%;
	}
	.reservation {
		font-size: x-small;
		padding: 5px 15px;   
	}
	.Footer div:nth-child(1), .Footer div:nth-child(3) {
		display: none;
	}
	.Footer div:nth-child(2) {
		width: 100%;
		height: auto;
	}
	.fab, .far, .fas{
		padding: 15px;
		font-size: 25px;
	}
	#reservation > .column:nth-child(1){
		display: none;
	}
	#reservation > .column:nth-child(3),
	#miscellaneous > .column:nth-child(2){
		display: block;
	}
	reservation > .column:nth-child(3) > img,
	#miscellaneous > .column:nth-child(2) > img{
		height: 500px;
	}
}
/* On smaller screens of tablet */
@media screen and (min-width: 768px) and (max-width: 992px){
	.heroText > h3 {
		font-size: large;
		font-weight: 600;
	}
	.heroText > p {
		font-size: medium;
		font-weight: 500;
	}
	.heroText > a {
		font-size: small;
		font-weight: 600;
	}
	.Footer p {
		font-size: 10px;
	}
	.fab, .far, .fas {
		padding: 8px;
		font-size: 20px;
	}
}
/* Large to Extra large devices */
@media screen and (min-width: 992px) and (max-width: 1200px){
.Footer p {
		font-size: 12px;
	}
	.fab, .far, .fas {
		padding: 10px;
		font-size: 20px;
	}
}

/* Check for IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #corner-link, .Footer, .reservation:hover {
		background: rgb(92,0,0);
	}
	.fab, .far, .fas, .text > h2{
		color: white;
	}
	.reservation {
		background-color: rgb(255,255,255);
	}
	html, body {
		overflow-x: hidden;
		height: 99%;
		margin: 0px;
	}
	#reservation > .column:nth-child(3) > img {
		height: 500px;
	}
	.text > h2 {
		color: rgb(255, 255, 255);
	}
}







