@import url('https://fonts.googleapis.com/css2?family=K2D:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kolker+Brush&display=swap');

/* Small (sm and xs) Devices */
@media (max-width: 767px) {
	.carousel-caption {
		display: block;
	}
	.navbar-brand{
		background: none !important;
	}
	h1.nami {
		display: inline-block !important;
		font: normal normal 400 150px/150px "Kolker Brush", serif !important;
	}
}
/* Medium (md) Devices */
@media (min-width: 768px) {
	.carousel-caption {
		top: 30% !important;
	}
}
/* Large Devices */
@media (min-width: 991.98px) {
	.carousel-caption {
		top: 30%;
	}
}



/* Show it is fixed to the top */
html {
	scroll-behavior: smooth !important;
	text-rendering: optimizeLegibility;
}

body {
	background: #000;
	color: #fff;
	font-family: "K2D", serif;
	font-weight: 200;
	height: 100%;
	margin: 0;
}

main{
	width: 100% !important;
}

h1 { 
	font: normal normal 200 48px/40px "K2D", serif;
	padding:0 0 20px;
}

h2 { 
	font: normal normal 200 24px/26px "K2D", serif; 
	margin: 0 0 20px;
}

h6 {
	font: normal normal 800 16px/20px "K2D", serif;
	text-transform: uppercase;
}

a{
	color: #d20B1F;
}

a:hover, a:focus{
	color: #d20B1F;
	text-decoration: none;
}

a:hover img{
	cursor: pointer !important;
	text-decoration: none;
}

a.btn {
	background: #d20B1F;
	border: 1px solid #d20B1F;
	color: #fff;
}

a.btn:hover {
	background: #d20B1F;
	border: 1px solid #d20B1F;
	opacity: 0.7;
}

section{

  position:relative;
  margin: 0;
  padding: 0;  
  display:block;
  z-index: 0;
}

.logo {
	max-height: 50%;
	max-width: 50%;
	margin: 0px;
	padding:0px;
}

.clear {
	clear: both;
}

.container {
	position: relative;
}

button.order-button {
	position: absolute;
	z-index:9999;  
}



/* Main Menu */
.bg-dark{
	background: none !important;
	position: absolute;
	z-index: 9999;
}

h1.nami {
	display: none;
	font: normal normal 400 90px/90px "Kolker Brush", serif;
	color: #d20B1F !important;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}

.navbar-brand{
	background: url(../img/logo.png) no-repeat center;
	background-size: contain;
	display: block;
	height: 200px;
	width: 50%;
}

.navbar{
	width:100%;
	z-index: 9999;
}

.navbar-toggler{
	display:none;
}

/*
.navbar-nav a{
	color: #666;
	margin: 0 10px 0 0;
	z-index: 9999;
	text-shadow: 1px 1px 2px #000;
}

.navbar-nav a:hover,
.active a {
	color: #fff;
	text-decoration: none;
}
*/

.navbar-collapse.in {
    display: block !important;
}


footer{
	background: #fff;
	color:#ccc;
	padding: 10px 0 0px;
	margin: 0px;
}

footer a:hover {
	cursor: pointer;
	opacity: 0.5;
}

footer .footer a{
	color: #666;
}

footer .footer a:hover {
	color: #fff;
}


/* ------ CONTACT US ------ */

#contact {
	background: #fff;
	color: #000;
	padding: 100px 0 100px;
}

/* Google Map */
.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
    margin: 10px 0px;
	filter: grayscale(100%);
	filter: gray; /*IE 6-9*/
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.red{
	background: #D20A20;
	color: #fff;
	padding: 30px 20px;
	margin: 10px 0px;
}

.red a{
	color: #fff;
}

.red a:hover{
	text-decoration: underline;
}

.red a.btn{
	background: #fff;
	border:1px solid #fff;
	color: #D20A20;
}

.red a.btn:hover{
	text-decoration: none;
}

/* ------ HOME ------ */

#home {
	background: #fff;
	background-size: cover;
	color: #fff;
	padding: 0px;
	position: relative;
	top: 0px;
	z-index: 10;
}

.carousel-inner {
	max-height: 1000px;
}

#carousel-control-prev-icon {
	opacity: 0.2;
}

.carousel-caption {
	background-size: contain;
	height: 60%;
	opacity: 0.7;
	position: absolute;
    right: 15%;
	top: -10%;
    left: 15%;
    z-index: 10;
    color: #fff;
    text-align: center;
}

/* ------ ORDER ONLINE ------ */


#order .row {
	gap:40px;
}

#order {
	color:#000;
	background-image: url(../img/takeout_mod.jpg);
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; 
	padding: 100px 0 100px;
	min-height: 800px;
}

.orderbtn {
	background: #fff !important;
	border: 1px solid #d20b1f !important;
	border-radius: 12px;
	color: #d20B1F !important;
	font-size: 1.7em;
}

 .orderbtn:hover {

      transition: all 0.3s ease; /* Smooth transition for the effect */
	  background: #d20b1f !important;
	border: 1px solid #d20b1f !important;
	color: #fff !important;
    }

.clover {
	background: url(../img/clover.svg) no-repeat center;
	background-size: contain;
	display:  inline-block;
	margin:  20px 0px 0px;
	padding: 80px;
}

.ubereats {
	background: url(../img/ubereats.svg) no-repeat center;
	background-size: contain;
	display:  inline-block;
	margin:  20px 40px 0px 0px;
	padding: 80px;
}

.grubhub {
	background: url(../img/grubhub.svg) no-repeat center;
	background-size: contain;
	display:  inline-block;
	margin:  20px 40px 0px 0px;
	padding: 80px;
}

.doordash {
	background: url(../img/doordash.svg) no-repeat center;
	background-size: contain;
	display: none;
	margin:  20px 40px 0px 0px;
	padding: 80px;
}

/* ------ MENU ------ */

#menu {
	background: #fff;
	color: #000;
	position: relative;
	padding: 100px 0;
	z-index: 5;
	display: none;
}

.card {
	border-bottom: 1px solid #ccc !important;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	padding: 0px;
	margin: 0px;
}

.card-header {
	background: #fff;
	padding: 0px;
	margin: 0px;
}

button.btn-block {
	font-size: 24px;
	color: #000;
}

button.btn-block:hover {
	color: red;
	text-decoration: none !important;
}

:focus {
	color: red !important;
	border-bottom: 1px solid red;
	text-decoration: none !important;
}