/*font-family: 'Lobster', cursive;
font-family: 'Pacifico', cursive;
font-family: 'Francois One', sans-serif;
font-family: 'Patua One', cursive;
font-family: 'Poppins', sans-serif;*/

body {
	font-family: 'Poppins', sans-serif;
}

header {
	text-align: center;
}

header img {
	max-width: 100%;
}

.mainnav {
	color: #d67e27;
	font-size: 1.25em;
}

	.mainnav:hover {
		color: #FFFFFF;
		background-color: #d67e27 !important;
	}

.theCarousel {
	margin-top: 25px;
}

.theCarousel img {
	width: 100%;
}

.ubereats {
	text-align: center;
	font-family: 'Francois One', sans-serif;
	margin: 10px 0px 20px 0px;
}

.ubereats h1 {
	font-size: 4em;
}

.ubereats button {
	margin-top: 17px;
	min-width: 250px;
	padding: 20px;
	background-color: #d67e27;
}

.location {
	color: white;
	width: 100%;
	padding: 25px 0px;
	text-align: center;
	background-image: url("../img/bg-image-2.jpg");
	background-size: cover;
	background-color: #d67e27;
}

.map iframe {
	width: 100% !important;
	height: 230px;
}

.location h1, .location h2, .location h4 {
	margin: 0;
}

.menu img {
	width: 100%;
	text-align: center;
}

.menu .row:nth-child(2) {
	text-align: center;
	padding-bottom: 25px;
}

.menu button {
	padding: 20px;
	background-color: #d67e27;
}

.video {
	padding: 25px 0px;
	width: 100%;
	text-align: center;
	background-image: url("../img/bg-image.jpg");
	background-size: cover;
	background-color: #d67e27;
}

.video iframe {
	width: 1020px;
	height: 630px;
}

footer {
	background-color: #434143;
	color: white;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 10px;
	text-align: center;
}

footer hr {
	border: 1px solid #d67e27;
}

footer .col-md-4 {
	margin-bottom: 35px;
	padding: 0 25px;
}

.title {
	color: #d67e27;
}

.reviews {
	list-style-type: none;
	line-height: 3em;
	margin: 0;
	padding: 0;
}

.reviews a {
	color: #FFFFFF;
	font-size: 1.25em;
}

	.reviews a:hover {
		color: #d67e27;
		text-decoration: none;
	}

.reviews h3 {
	color: #d67e27;
}

#disclaimer {
	text-align: center;
	font-size: 0.75em;
}

#disclaimer a {
	color: #d67e27;
}

#topLink {
	display: none;
	color: rgba(0,0,0,0.15);
	font-size: 5em;
	position: fixed;
	z-index: 100;
	bottom: 25px;
	right: 25px;
}

@media (max-width: 1200px) {
	.video iframe {
		width: 800px;
		height: 450px;
	}
}

@media (max-width: 1000px) {
	.video iframe {
		width: 600px;
		height: 350px;
	}
}

@media (max-width: 991px) {
	.location .col-md-5 h4:nth-child(1) {
		margin-top: 25px;
	}
}

@media (max-width: 645px) {
	.video iframe {
		width: 510px;
		height: 315px;
	}
}

@media (max-width: 550px) {
	.video iframe {
		width: 400px;
		height: 250px;
	}
}

@media (max-width: 445px) {
	.video iframe {
		width: 300px;
		height: 175px;
	}
}