
@font-face {
    font-family: 'MajestiBanner';
    src: url("../fonts/Majesti-Banner/Majesti-Banner-Book.otf") format("opentype");
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: 'MajestiBanner';
    font-style:normal;
    font-weight: bold;
    src: local('MajestiBanner'), url("../fonts/Majesti-Banner/Majesti-Banner-Bold.otf") format("opentype");
}
@font-face{
    font-family: 'MajestiBanner';
    font-style: italic;
    font-weight:normal;
    src: url("../fonts/Majesti-Banner/Majesti-Banner-BookItalic.otf") format("opentype");
}

@font-face{
    font-family: 'MajestiBanner';
    src: url("../fonts/Majesti-Banner/Majesti-Banner-Heavy.otf") format("opentype");
    font-weight:700;
    font-style:normal;
}

@font-face {
    font-family: 'MajestiBanner';
    src: url("../fonts/Majesti-Banner/Majesti-Banner-Medium.otf") format("opentype");
    font-weight:600;
    font-style:normal;
}

@font-face{
    font-family: 'MajestiBanner';
    font-weight: 200;
    font-style:normal;
    src: url("../fonts/Majesti-Banner/Majesti-Banner-Light.otf") format("opentype");
}




html {
    background: #e6e9e9;
    background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
    -webkit-font-smoothing: antialiased;
}

body {
    background: #d7e4c2;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #545454;
    font-family: MajestiBanner;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 800px;
    padding: 2em 2em 2em;
    
    margin-top: 10px;
}

h1, h2, h4, h5, h6 {
    color: #222;
    font-weight: 600;
    line-height: 1.3;
}

h3{
	    color: #222;
    font-weight: 600;
	line-height:2.0;	
}

h2 {
    margin-top: 1.3em;
}

a {
    color: #0083e8;
}

b, strong {
    font-weight: 600;
}

samp {
    display: none;
}

#logo img {
    animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
    background: transparent;
    display: block;
    margin: 1.3em auto;
    width: 50%;
    max-width: 95%;
    
    max-height: 100px;
    padding-left: 10px;
    padding-right: 10px;
    float:left;
    
}

#container img {
    width:300px;
    padding: 0px 15px 0px 0px;
}
#container p  {
    margin: 10px;
}

.error{
    color: red;
}
#feature {
    border-bottom: 1px solid; 
        min-height: 210px;
    padding-bottom: 10px;    
}
#feature img {  
    float: left;
}

#home-text {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid; 
    min-height: 210px;
}
#home-text img {
    float: right;
    padding-right: 0px;
    padding-left: 10px;
}

#offers {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid; 
    margin-bottom: 10px;
    min-height: 210px
}
#offers img{
       
    float: left; 
}

@keyframes colorize {
    0% {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    100% {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }
}
#logo {
    max-height: 100px;
    margin-right: 50px;
    padding-right: 50px;
    
}

header {
    
    margin-bottom: 50px;
    
    background-color:#41393d;
    width:100%;
}

header h1{
    animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
    padding-top: 60px;
    padding-left: 300px;
    margin-left: 50px;
    color:#be1e2d;
}

footer {
    margin-top: 25px;
    text-align: center; 
    background-color: #41393d;
    color: #8a8c8f;
    padding: 10px;
}

nav ul {
	text-align:center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#subnav{
	text-align:center;
}
#subNav ul{
	text-align:center;
list-style-type: none;
    padding: 0;
    overflow: hidden;
	width: 85%;
    margin-left: auto;
    margin-right: auto;
}
#subNav li {
float:left;
}
#subNav li a{
	display: block;
    text-align: center;
    padding: 16px;
    text-decoration: none;
    color: #be1e2d;
}


.active {
    background-color: #8a8c8f;
    color: #d7e4c2;
    
}

nav li {
    float:left;
}

nav li a{
    display: block;
    text-align: center;
    padding: 16px;
    text-decoration: none;
    color: #8a8c8f;
}

nav li a:hover {
    background-color: #be1e2d;
}

nav {
    margin-top: 30px;
    text-align: center;
    align-content: center;  
    margin-left: 20px;
    margin-right: auto;
}



.menu {
    width: 100%;       
    margin-bottom: 75px;
	padding-bottom: 25px;
	border-bottom:10px groove;
}

.menu th {
	height:50px;

	font-weight:bold;
	font-size:22px;
    color: #be1e2d;
	background-color:#41393d;
	padding-left:10px;
}

td {
	border-top:0.5px dashed;
	padding:0px;

}

.menuItem{
	padding-left:20px;
}

.price {
	text-align:right;
	padding:25px;
	width:75px;
}


#contactForm{
    width:50%;   
     margin-left:auto; 
    margin-right:auto;    
    padding-bottom: 50px;
}


label{
    font-weight: bold;    
    width: 100%;  
}
input {
	display:block;
	width:100%;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background-color:#f4f4f4;
	color:#000;
	border:1px solid #5f5f5f;
	padding:10px;
	margin-bottom:5px;
}


#contactForm textarea {
    width:100%;       
    resize: none;
    border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background-color:#f4f4f4;
	color:#000;
	border:1px solid #5f5f5f;
	padding:10px;
	margin-bottom:5px;
}


.submitButton {
	cursor:pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #3a090e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #3a090e;
	box-shadow:inset 0px 1px 0px 0px #3a090e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #be1e2d), color-stop(1, #3a090e) );
	background:-moz-linear-gradient( center top, #be1e2d 5%, #3a090e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#be1e2d;', endColorstr='#3a090e;');	
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border-radius:16px;
	border:1px solid #3a090e;
	color:#d7e4c2;
	font-family:Arial;
	font-size:14px;
	width:25%;
    min-height: 30px;
	font-weight:bold;
	text-shadow:1px 1px 0px #646668;
    margin-top: 15px;
}
.submitButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d42132), color-stop(1, #be1e2d) );
	background:-moz-linear-gradient( center top, #d42132 5%, #be1e2d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d42132', endColorstr='#be1e2d');
	background-color:#d42132;
}

#SeatMap {
    width: 800px!important;
    padding: 0px!important;
    border: 1px solid;
}

#selectTime {
    margin-bottom: 10px;
}
