@charset "utf-8";
/* CSS Document */


/* CORE STRUCTURE */

body {
	background-color: #0d0508;
	
	font-family: roc-grotesk, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:20px;
	color:#5e0025;
}

.mt { margin-top:30px; }
.mt-mobile { margin-top:0px;}

.btn {
	font-family: roc-grotesk, sans-serif;
	font-weight: 800;
	font-style: normal;
	padding:20px 30px;
	background-color: #5e0026;
	color:#fff;
	text-decoration: none;
	font-size:24px;
	border-radius: 0;
}

.btn:hover {
	background-color: #ed1b5e;
    color:#fff;
}



.logo { 
	height:85px;
	position: absolute;
	top:20px;
	z-index:9999;
}

.mobile-nav {
	border: none;
    background: transparent;
	display:none;
}

.mobile-nav i {
	font-size:30px; 
	color: #ed1b5e
}

.offcanvas-body .footer-nav {
	text-align: center; 
}
.offcanvas-body .footer-nav li {
	display:block;
	margin-bottom:15px;
	margin-right:0px;
	
}

.offcanvas-body .footer-nav li i {
	font-size:24px;
}

/* HEADING TAGS */

h1 {
	font-family: roc-grotesk, sans-serif;
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase;
	font-size:50px;
	line-height:150%;
	margin-bottom:30px;
}
h1 span {
	background-color: #ed1b5e;
    color:#fbc8c1;
    padding: 10px 15px 5px;
}

.bg-maroon h1 {
	color:#fff;
	font-size:45px;
	margin-bottom:0px;
}

.bg-maroon h4{
	color:#fff;
	margin-bottom:40px; 
}


/* BACKGROUND */


.bg-pink 	{ background-color:#ffc8c1; }
.bg-maroon 	{ background-color: #5e0026; }






/* SITE NAVIGATION  */



.navbar-nav .nav-link.active {
	color:#ed1b5e;
}


/* INTRO */

#intro {
	padding:80px 0;
}

#intro h3 {
	font-size: 30px;
    line-height: 36px;
	margin-bottom: 30px; 
}

#intro p {
	font-size: 24px;
    line-height: 36px;
}

#intro.simple-page p {
	text-align: left;
}

#intro p a {
	color:#5e0025;
	font-weight:bold;
}

#intro .btn { 
margin-top:20px; 
	color:#fff;
}

/* NEWS ITEMS */

#news {
	padding:00;
	color:#fff;
    border-top: 15px solid #ed1b5e;
    border-bottom: 15px solid #ed1b5e;
}


.copy-block {
	color:#ffc8c1;
	font-size:24px;
	line-height:140%;
	margin-bottom:40px;
	padding:0 50px;
}

.copy-block a {
	color:#ffc8c1;
}

.copy-block h2 {
	font-family: roc-grotesk, sans-serif;
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase;
	color: #ed1b5e;
	font-size:55px;
	line-height: 100%;
	margin-bottom:20px;
}




.bg-maroon .btn {
	background-color: #ffc8c1;
	color:#5e0026;
	margin: 0 20px 20px 0;
	text-transform: uppercase;
}






.brush { 
    width:1600px;
	max-width:100%;
	margin:0 auto;
}

.brush-bottom { 
    width:1600px;
	max-width:100%;
	margin:0 auto;
	position: absolute;
	bottom:0;
}

.brush img { width:100%; }

.outter-container { 
	position: relative;
	width:1600px;
	max-width:100%;
	margin:0 auto; 
}

.top-banner { 
	position: relative;
    top: -100px;
    z-index: -1;
}


.navbar-nav {
	margin:34px 0 0; 
}
.nav-item {
	font-family: roc-grotesk-condensed, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size:28px;
	text-transform: uppercase;
	margin-left: 14px;
}

.nav-item a.nav-link {
	color:#5e0025;
	text-decoration: none;
}

#upper_nav_buttons {
	    position: absolute;
    right: 40px;
    top: 0;
}

#upper_nav_buttons a.nav-link {
	color:#fbc8c1;
	font-size: 24px;
    margin-left: 10px;
    font-family: roc-grotesk-condensed, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
	background-color: #ed1b5e;
	padding:2px 20px 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	top:0;
	transition: padding .15s;
}

#order-btn { background-color: #5e0025!important; }

#order-btn:hover,
#reserve-btn:hover{ padding-top:8px!important;  }

#upper_nav_buttons ul {
	margin:0; padding:0; list-style: none;
}

#upper_nav_buttons ul li { list-style: none; display: inline-block; margin-left:0px; vertical-align: top; }
#mobile-order-btn {
	font-family: roc-grotesk-condensed, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    text-transform: uppercase;
	    color: #5e0025;
    text-decoration: none;
	text-align: center;
}

.banner-lockup{ 
	position:relative;
	width:100%;
	height:80vh;
	min-height:900px;
	background-size: cover;
}

.banner-overlay {
	position: absolute;
	top:0;
	width:100%;
	z-index:1000;
	height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
}

.menu-page .banner-overlay {
	top:100px;
}

.brand-credit {
	position: absolute;
	width:100%;
	z-index:1000;
	bottom:140px;
	text-align: center;
}

.brand-credit img {
	width:500px;
}

.photo {position: relative;}
.frame { 
	position: absolute;
	width:100%;
	height:100%;
	background-size: cover;
}

.menu-list {
	margin:30px auto 100px;
	max-width:700px;
}
.menu-list .btn {
	margin:20px;
	text-transform: uppercase;
}

.press-item {
	margin-bottom:50px; 
}

.press-item a {
	text-decoration: none!important;
	color: #5e0026;
}

.press-headline {
	font-family: roc-grotesk, sans-serif;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	color: #5e0026;
	text-align: center;
	margin-top:10px;
	font-size:18px;
	line-height:22px; 
}





#footer {
	background-color:#ffc8c1;
	padding:20px 0;
}

.footer-nav {
	list-style:none;
	margin:0;
	padding:0;
}

.footer-nav li {
	display:inline;
	margin-right:20px;
}

.footer-nav li a{
	text-decoration: none;
	color:#5e0026;
}

.copyright, 
.copyright a {
	text-decoration: none;
	color:#5e0026;
	text-align: right;
}
