html, body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    height: 100%;
}

body {
    background-color: black;
}

.mobile-inline {
	display: none;
}

#bg {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

#mobilebackground {
    display: none;
}

#contentwrapper {
    width: 100%;
    margin: 0px auto;
    background-color: rgba(0,0,0,0.8);
    z-index: 10;
    padding: 80px 0;
    
}

#menuwrapper {
    width: 100%;
    margin: 0px auto;
    background-color: rgba(0,0,0,0.8);
    z-index: 10;
    padding: 80px 0;
    
}

#nav {
    width: 100%;
    background-color: black;
    height: 75px;
    border-top: 1px solid #2d2d2d;
    border-bottom: 1px solid #2d2d2d;
    box-shadow: 1px 1px 30px black;
    font-weight: 400;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: white;
    z-index: 1000;
    display: none !important;
        
}

#nav a {
    text-decoration: none;
    color: white;
    z-index: 1000;
}


#nav ul {
    list-style-type: none;
    line-height: 75px;
    padding: 0;
    margin: 0 15px 0 0;
    z-index: 1000;
}

#nav ul li {
    display: inline-block;
    line-height: 75px;
    width: 120px;
    height: 75px;
    z-index: 1000;
}

#nav ul li:hover {
    background-color: #2d2d2d;
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
    z-index: 1000;
}

#nav-sticky-wrapper, .sticky-wrapper, .is-sticky {
    z-index: 1000;
}

#mobilenav {
    display: none;
}



#feature_large {
    width: 100%;
    /* width: 1100px;
    height: 619px; */
    height: 30%;
    min-height: 220px;
    margin: 0px auto;
    position: relative;
    
}

#feature_small {
    width: 1100px;
    height: 20%;
    min-height: 200px;
    margin: 0px auto;
    postition: relative;
}

a img {
    border: 0;
}

#logo {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 400px;
    background-color: white;
    box-shadow: 2px 2px 30px black;
    border: 5px solid white;
    z-index: 1000;
}

#logo_small {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 200px;
    background-color: white;
    box-shadow: 2px 2px 30px black;
    border: 5px solid white;
    z-index: 10000;
}

#ot_logo {
    position: absolute;
    bottom: 0px;
    left: 10px;
    width: 300px;
    height: 300px;
}

#mobilelogo {
    display: none;
}

#logo img {
    z-index: 1000;
}

.landing_content {
    width: 1100px;
    margin: 0px auto;
    position: relative;  
}

hr {
    color: #636363;
    background-color: #636363;
    height: 2px;
    border: 0;
    width: 40%;
    margin: 40px auto;
}

.landing_content a {
    text-decoration: none;
    color: white;
    
}

.landing_content h1 {
    font-size: 45px;
    color: white;
    text-align: center;
    font-weight: 100;
    line-height: 35px;
}

.landing_content p {
    font-size: 25px;
    font-weight: 100;
    color: white;
    text-align: center;
}

.landing_content .column {
    width: 250px;
    position: relative;
    float: left;
    margin-left: 90px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.landing_content .column h1 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
}

.landing_content .column p {
    font-size: 16px;
}

.landing_content .feature {
	margin: 0 3%;
	background-color: rgba(255,255,255,0.1);
	border: 1px solid #666;
	padding: 20px 5%;
}

.landing_content .feature h2 {
	font-size: 39px;
    color: white;
    text-align: center;
    font-weight: 100;
    line-height: 1.2;
}

.landing_content .feature h3 {
	font-size: 30px;
    color: white;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 0.3em;
}

.landing_content .feature p {
	text-align: left;
	margin: 0 0 1.5em;
}

.landing_content .feature p.margin-small {
	margin-bottom: .75em;
}

.landing_content .feature p.margin-big {
	margin-bottom: 3em;
}

.landing_content .feature p.center {
	text-align: center;
}

.landing_content a.button {
	background-color: #fff;
	font-weight: bold;
	padding: 10px 20px;
	color: black;
}

.landing_content .feature p.small {
	font-size: 16px;
}

#menu_content {
    width: 1100px;
    margin: 0px auto;
    position: relative;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
}

#menu_content p {
    font-size: 16px;
    text-align: center;
    font-weight: 100;
    margin-top: 20px;
}

#menu_content a {
    text-decoration: none;
    color: white;
}

#menu_content a:hover {
    font-weight: bold;
}

#menu_content .left {
    text-align: left;
    width: 950px;
    display: block;
    margin: 20px auto;
}

#menu_content h1 {
    font-size: 72px;
    font-weight: 100;
    text-align: center;
    margin: 20px 0;
    padding: 0;
    line-height: 72px;
}

#menu_content h2 {
    font-size: 25px;
    font-weight: 100;
    text-align: center;
    margin: 20px 0;
    padding: 0;
    line-height: 36px;
}

#menu_content h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 25px;
}

#menu_content p {
    text-align: center;
}

.menubutton {
    width: 300px;
    position: relative;
    margin: 20px 9px 40px 40px;
    background-color: rgba(0,0,0,0);
    float: left !important;
    text-align: center;
    font-size: 16px;
}

.menubutton img {
	max-width: 100%;
}

.menubutton_center {
    width: 300px;
    position: relative;
    top: -40px;
    display: block;
    margin: 0px auto 40px auto;
    background-color: rgba(0,0,0,0);
    text-align: center;
    font-size: 16px;
}

.menubutton_feature {
    float: right;
    text-align: center;
    width: 400px;
    font-size: 16px;
    position: relative;
    margin: 40px 80px;
}

.img_feature {
    float: left;
    width: 350px;
    display: block;
    box-shadow: 5px 5px 30px black;
    margin: 40px 80px;
}

.orphan {
    width: 300px;
    margin: 0px auto;
    display: block;
    background-color: rgba(0,0,0,0);
    text-align: center;
    font-size: 16px;
}


.menubutton h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 60px;
    text-transform: uppercase;
}

.menubutton h2 a {
    text-decoration: none;
    color: white;
}

.menubutton h2 a:hover {
    font-weight: 800;
}

#footer {
    width: 100%;
    background-image: url('images/nami.png');
    background-repeat: repeat-x repeat-y;
    background-position: center top;
    position: relative;
    margin: 0;
    padding: 90px 0;
    display: none !important;
}

#footerwrapper {
    width: 1100px;
    padding-top: 25px;
    position: relative;
    margin: 0px auto;
    padding: 0;
    font-weight: 500;
}

#footerwrapper .footerblock {
    min-height: 200px;
    width: 260px;
    color: white;
    font-size: 14px;
    float: left;
    margin-left: 105px;
    text-align: left;
    text-transform: uppercase;
}

#footerwrapper .footerblock .highlight {
    color: white;
}

#footerwrapper .footerblock .columnleft {
    width: 45%;
    float: left;
    position: relative;
    text-align: left;
    margin: 0;
    padding: 0;
}

#footerwrapper .footerblock .columnright {
    width: 45%;
    float: left;
    position: relative;
    text-align: left;
    margin: 0;
    padding: 0;
}

#footerwrapper .footerblock h1 {
    font-size: 25px;
    font-weight: 100;
    line-height: 25px;
    text-align: left;
}

#footerwrapper .footerblock p {
    line-height: 16px;
    padding: 0;
    margin: 0 0 10px 0;
    color: #636363;
}

#footerwrapper hr {
    color: #2d2d2d;
    background-color: #2d2d2d;
    height: 1px;
    border: 0;
    width: 100%;
}

#footerwrapper a {
    text-decoration: none;
    color: #636363;
}

#footerwrapper a:hover {
    text-decoration: none;
    color: white;
}

#copyright {
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 12px;
    color: #636363;
    padding: 12% 0;
    margin: 0px auto;
    background-color: black;
    height: 12%;
    display: none !important;
}

#social {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 200px;
    height: 150px;
    z-index: 1000;
    display: none !important;
}

#social_footer {
    position: absolute;
    bottom: -100px;
    left: 80px;
    width: 200px;
    height: 150px;
}

#social_footer img {
    width: 40px;
    margin-left: 10px;
}

#social img {
    float: right;
    margin-left: 10px;
    width: 40px;
}

.push {
    clear: both;
}

#click {
    background-color: rgba(0,0,0,0);
    display: block;
    border: 0;
    background-image: url('images/arrow.png');
    background-position: center top;
    background-repeat: no-repeat;
    width: 71px;
    height: 41px;
    position: absolute;
    bottom: 25px;
    left: 50px;
}

#map-canvas {
    width: 1100px;
    height: 350px;
    margin: 60px auto;
    box-shadow: 5px 5px 30px black;
}

.shim {
    display: block;
    margin: 0px auto;
    margin-bottom: 20px;
    box-shadow: 5px 5px 20px black;
}

.feature_image {
    display: block;
    width: 650px;
    margin: 0 auto 60px auto;
    box-shadow: 5px 5px 30px black;
}

#cta {
    position: absolute;
    bottom: 40px;
    right: 40px;
    box-shadow: 5px 5px 30px black;
    
}

#cta2 {
    position: absolute;
    bottom: 170px;
    right: 40px;
    box-shadow: 5px 5px 30px black;
}

.black-button {
	display: block;
	width: 300px;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 10px;
}

.black-button:hover {
	color: #ddd;
}

.black-button .big-text {
	font-size: 1.3em;
	text-transform: uppercase;
}

.banquet_photo {
    display: block;
    margin: 40px auto;
    padding: 0;
    box-shadow: 5px 5px 30px black;
}

.banquet_photo_small {
    display: block;
    margin: 40px 20px !important;
    padding: 0;
    box-shadow: 5px 5px 30px black;
}

.banquet_disclaimer {
    font-size: 12px !important;
    text-align: center;
    color: white;
    position: relative;
    top: -10px;
}


table.live-music {
    width: 100%;
    max-width: 680px;
    margin: 0 auto 30px auto;
}

table.live-music .date {
    padding: 5px 15px 5px 0;
    text-align: right;
}

table.live-music .artist {
    padding: 5px 0 5px 15px;
}

.live-music-image {
    max-width: 500px;
    padding: 0 5%;
    margin: 0 auto;
}

.live-music-image img {
    width: 100%;
    height: auto;
    display: block;
}

img.full-width {
	width: 100%;
    height: auto;
    display: block;
}
