@charset "utf-8";
body, html {
	height: 100%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	scroll-behavior: smooth;
}
.main-logo-con {
	display: flex;
	justify-content: center;
	width: 100%;
}
.logo {
	z-index: 1;
	position: absolute;
	top: auto;
	left: auto;
	top: 65px;
	padding-left: 1rem;
	padding-right: 1rem;
	background: transparent;
}
.logo img {
	margin-top: -3.8rem;
	width: 100%;
	max-width: 180px;
	z-index: 9999;
}

.nyb-bg {
	background: #feb10b;
	font-weight: 600;
	color: #000;
	border-bottom: 5px solid #101010;
}
.navbar-light .navbar-toggler {
	z-index: 999;
}
.navbar-nyb a {
	color: #000 !important;
}
.navbar-nyb .nav-link i {
	margin-left: .2rem;
}
.ad-space {
	/*background: url("../img/Easter.jpg") no-repeat center top;*/
	background-size: cover;
	height: auto;
	position: relative;
	border-bottom: 8px solid #000;
	padding-left: 0;
	padding-right: 0;
}

.ad-space img {
	width: 100%;
}
.carousel-control-next .carousel-control-next-icon,
.carousel-control-prev .carousel-control-prev-icon {
	background: rgba(0,0,0,.5);
    height: 50px;
    width: 50px;
    border-radius: 100%;
    line-height: 50px;
}
/*.ad-space:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	z-index: 1;
}*/

.over-img-area {
	margin-top: -3rem;
	background: transparent;
	position: relative;
	padding-top: .9rem;
	padding-bottom: .5rem;
	background: rgba(255,255,255,1);
	z-index: 5;
}
.over-img-area span {
	font-size: 30px;
	font-weight: 400;
	margin: .5rem;
}
.over-img-area span i {
	font-size: 30px;
	vertical-align: top;
}
.img-nav-container {
	flex-wrap: wrap;
}
.img-nav-block {
	flex: 1;
	position: relative;
	border: 5px solid rgba(255,255,255,1);
	text-align: center;
	overflow: hidden;
	outline: 3px solid rgba(255,255,255,.8);
	outline-offset: -10px;
}
.img-nav-block:hover:before {
	content: attr(box-name);
	background: rgba(0,0,0,.5);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	animation: imgnav .2s ease-in-out;
	animation-fill-mode: both;
	animation-direction: alternate;
}
.img-nav-block[box-name] {
	color: #ffaaaa !important;
}
.img-nav-block span {
	height: 0;
	width: 100%;
	position: absolute;
	top: 70%;
	left: 0;
	overflow: hidden;
	margin: 0 0 0 0;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 2px;
}
.img-nav-block:hover span {
	height: auto;
	animation: spancontent .5s ease-in-out;
	animation-fill-mode: both;
}

.breakfast-images {
	padding-top: 2rem;
	padding-bottom: 2rem;
	width: 33.33333%;
	box-sizing: border-box;
}
.breakfast-images img {
	width: 100%;
}
.row_2 .row_title .display-4 {
	font-size: 4rem;
	color: #000;
}
.row_3 {
	padding-top: 5rem;
	padding-bottom: 7rem;
}

.row_3 .row_title .display-4,
.row_4 .row_title .display-4,
.row_5 .row_title .display-4 {
	font-size: 5rem;
	color: #000;
}
.footer-links h4, .footer-location h4,
.footer-hours h4 {
	font-weight: 800;
}
.footer-links ul {
	padding: 0;
	margin: 0;
}
.footer-links ul li {
	list-style: none;
}
.footer-links ul li a {
	color: #eee;
	text-decoration: none;
	font-size: 14px;
	transition: color .2s linear .01s;
	-moz-transition: color .2s linear .01s;
	-webkit-transition: color .2s linear .01s;
}
.footer-links ul li a:hover {
	color: #FEB10B;
	transition: color .2s linear .01s;
	-moz-transition: color .2s linear .01s;
	-webkit-transition: color .2s linear .01s;
}
.footer-links i {
	font-size: 200px;
	margin-right: 1rem;
}
.footer {
	border-top: 2px solid #FEB10B;
}

@media (max-width: 575px) {
	.footer-location h2 strong {
		font-size: 2.1rem !important;
	}
	.footer-location {
		order: 1;
	}
	.footer-hours {
		order: 2;
		margin-top: 2rem;
	}
	.footer-links {
		order: 3;
		margin-top: 2rem;
	}
}
@media (max-width: 678px) {
	.img-nav-block {
		flex: 0 0 50%;
	}
	.img-nav-block span {
		font-size: 16px !important;
	}
	.breakfast-images {
		width: 100%;
		padding-top: 0rem;
		padding-bottom: 0rem;
	}
	.row_2 .row_title .display-4,
	.row_3 .row_title .display-4,
	.row_4 .row_title .display-4,
	.row_5 .row_title .display-4 {
		font-size: 2.5rem !important;
		color: #000;
	}
	.row_3_2, .row_3_1, .row_4_2 {
		text-align: center;
	}
	.row_3_2 {
		padding-top: 2rem;
	}
	.footer-links .col-lg-4 {
		margin-bottom: 1.5rem;
	}
	.footer-location h2 strong {
		font-size: 1.5rem;
	}
}
@media (max-width: 767px) {
	.img-nav-block span {
		font-size: 14px;
	}
	.row_2 .row_title .display-4,
	.row_3 .row_title .display-4,
	.row_4 .row_title .display-4,
	.row_5 .row_title .display-4 {
		font-size: 3.5rem;
		color: #000;
	}
	.row_3_2, .row_3_1, .row_4_1_1 {
		text-align: center;
	}
	.row_3_2 {
		padding-top: 2rem;
	}
	.row_4_1 {
		order: 2;
	}
	.row_4_2 {
		order: 1;
	}
	.row_3_2, .row_3_1, .row_4_2 {
		text-align: center;
	}
	.footer-location h1 {
		color: #FEB10B;
		font-size: 25px;
	}
	.row_3_2 {
		padding-top: 3rem;
	}
}
@media (max-width: 991px) {
	.row_3 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.logo {
		display: flex;
		justify-content: flex-end;
		z-index: 1;
		position: absolute;
		top: 0;
		right: 2rem;
		padding-left: 0rem;
		padding-right: 0rem;

	}
	.logo img {
		margin-top: .1rem;
		width: 100%;
		max-width: 70px;
	}
	.over-img-area {
		margin-top: 0rem;
		background: transparent;
		position: relative;
		padding-top: .9rem;
		padding-bottom: .5rem;
		background: rgba(255,255,255,1);
		z-index: 5;
	}
	.over-img-area span {
		font-size: 30px;
		font-weight: 400;
		margin: .5rem;
	}
	.over-img-area span i {
		font-size: 30px;
		vertical-align: top;
	}
	.carousel-control-next .carousel-control-next-icon,
	.carousel-control-prev .carousel-control-prev-icon {
		background: rgba(0,0,0,.5);
	    height: 30px;
	    width: 30px;
	    border-radius: 100%;
	    line-height: 30px;
	}
	}
@media (max-width: 1350px) {
	.row_2 .row_title .display-4,
	.row_3 .row_title .display-4,
	.row_4 .row_title .display-4 {
		font-size: 3.5rem;
		color: #000;
	}
}
.img-nav-block img {

}
.row_6 {
	padding-top: 3rem;
	padding-bottom: 5rem;
}
.row_6 .col-lg-4 img {
	overflow: hidden;
	outline: 5px solid rgba(255,255,255,.8);
	outline-offset: -8px;
}
.row_4_1 img, .row_4_1_2 img {
	height: 100%;
	object-fit: cover;
}
.col-3-img {
	display: flex;
}

.align-self-center {
	align-self: center;
}
.justify-content-center {
	justify-content: center;
}
.text-center {
	text-align: center;
}
.phone-number {
	font-size: 25px;
}
.btn-yellow {
	background: #F2D701;
	color: #fff;
}
.btn-yellow:hover {
	background: #fff;
	color: #2D2D2D;
}
.btn-dark {
	background: #2d2d2d;
	color: #eee;
}
.btn-dark:hover {
	background: #0d0d0d;
	color: #f5f5f5;
}
.btn-orange {
	background: #FEB10B;
	color: #fff;
	font-weight: 800;
}
.btn-orange:hover {
	background: #F2D701;
	color: #fff;
}
.yellow-bg {
	background: #F2D701;
}
.orange-bg {
	background: #FEB10B;
}
.dark-bg {
	background: #2d2d2d;
	color: #eee !important;
}
.dark-bg h2, .dark-bg p {
	color: #eee !important;
}

.orange-color {
	color: #FEB10B;
}

.img-fluid {
	width: 100%;
}
.remove-top-padding {
	padding-top: 0 !important;
}
.add-top-padding {
	padding-top: 3rem !important;
}

@keyframes imgnav {
	from {
		height: 0;

	}
	to {
		height: 100%;
	}
}
@-webkit-keyframes imgnav {
	from {
		height: 0;

	}
	to {
		height: 100%;
	}
}

@keyframes spancontent {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
