



body {
	font-family: jubilat, alpine-script, serif;
}

h1,
h2,
h3,
h4,
h5 {
	color: #212529;
	font-size: 50px;
	font-family: jubilat, alpine-script, serif;
}

p {
	color: #212529;
	font-size: 14px;
	font-family: jubilat, alpine-script, serif;
}

ul {
	padding: 0px;
	margin: 0px;
}

li {
	list-style: none;
}

/******* menu CSS*******/

.navbar-brand {
    display: inline-block;
    padding-top: 0rem;

}

.menu-section {
	position: absolute;
	width: 100%;
	top: -6px;
	z-index: 9999;
}

.menu-section ul.navbar-nav li a {
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	margin-left: 30px;
	text-decoration: none;
}

.menu-section ul.navbar-nav li a:hover {
	color: #aa0a0a;
}

.menu-section ul.navbar-nav {
	margin-left: auto;
	margin-top: -80px;
}

/* ============= drop down button ============= */

.dropdown {
	margin-left: 30px;
	font-size: 28px;
    text-transform: uppercase;

}

.dropdown a {
color: white;

}


.dropdown  a:hover {
	color: #aa0a0a;
	text-decoration: none;
}

.dropdown .dropdown-menu a {
	color: #000;
}

.dropdown .dropdown-item:active {
	color: white;
	background-color: #aa0a0a !important;
}



/******* Banner CSS*******/
.wrapper-home-banner {
	background: url(../images/banner-home.jpg);
	height: 100vh;
	background-position: center;
	background-size: cover;
}

.wrapper-home-banner .home-banner-text-img {
	/* margin-top: 311px; */
	width: 100%;
	/* text-align: right; */

}

.wrapper-home-banner .home-banner-text-img img {
	max-width: 40%;
}

/* TOP HEADER TEXT */

.top-header .row {
	height: 100%;
	/* align-items: center; */
}

#top-header .container {
	height: 100%;
}

#top-header .container .row {
	height: 100%;
}

.wrapper-home-banner .home-banner-text-img {
	display: flex;
	align-items: center;
	height: 100%;
}

#top-header .header-text {
	text-align: center;
	width: 100%;
}

#top-header .header-text h1 {
	color: white;
	font-weight: 700;
	line-height: .35;
	text-transform: uppercase;
}

#top-header .header-text h2 {
	color: white;
	font-weight: 400;
	font-family: alpine-script, sans-serif;
	line-height: 1;
	font-size: 4.75vw;
	/* GRADIENT */
	background: #D0A845;
	background: linear-gradient(to right, #D0A845 0%, #FBE18A 22%, #FBE18A 69%, #D0A845 92%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	/* SHADOW */
	/* text-shadow: -3px 3px 3px #000000; */

}

/* 
#top-header .header-text .miami-lakes {
font-size: 4.75vw;
} */

#top-header .header-text .steak {
	font-size: 7vw;
	text-shadow: -3px 3px 3px #000000;
}

#top-header .header-text .and-text {
	margin-bottom: -8px;
}

#top-header .header-text .sports-bar {
	font-size: 3.75vw;
	text-shadow: -3px 3px 3px #000000;
}


/******* Home-banner2 CSS*******/
.wrapper-home-banner2 {
	background: url(../images/gallery-header.jpg);
	background-position: center;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
	background-attachment: fixed;
}

.wrapper-home-banner2:after {
	content: "";
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	display: inline-block;
}

.wrapper-home-banner2 .container {
	position: relative;
	z-index: 3333;
}

.title-section p {
	color: #fff;
	font-size: 19px;
	text-align: center;
}

.sports-iconrow {
	max-width: 20%;
	flex: 0 0 20%;
	text-align: center;
	margin-top: 4px;
}

.sports-iconrow .sports-icon-box h3 a {
	font-size: 22px;
	color: #fff;
	text-decoration: none;
}

.title-section h4 {
	text-align: center;
	font-size: 65px;
	color: #b10a0a;
	font-weight: 900;
	font-family: jubilat, alpine-script, serif;
	-webkit-text-stroke: 1px #fff;
	/* text-transform: uppercase; */
	line-height: 62px;
	margin-bottom: 22px;
}

.wrapper-home-banner2 .title-section {
	margin-bottom: 2rem;
}

/* FONT AWESOME ICONS */

.wrapper-home-banner2 .fa-solid {
	color: #ffc000;
	font-size: 7rem;
}




/******* Sports-bar CSS*******/
.sports-bar-wrapper {
	background: url(../images/banner3.jpg);
	background-position: center;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;

}

.sports-bar-wrapper:after {
	content: "";
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	display: inline-block;
}

.sports-bar-wrapper .container {
	position: relative;
	z-index: 3333;
}

.sports-bar-wrapper .sports-icon-box {
	margin-top: 48px;
}


.sports-bar-wrapper .sports-img2 {
	height: 120px;
}


/******* Restaurant-section CSS*******/
.wrapper-restaurant-section .row {
	margin: 0;
}

.wrapper-restaurant-section .col-md-6 {
	padding: 0px;
}

.wrapper-restaurant-section .restaurant-section {
	padding: 10px 66px;
	background: url(../images/restaurant1-bg.jpg) no-repeat center/cover;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	height: 100%;
}

.wrapper-restaurant-section .restaurant-section h3 {
	/* text-transform: uppercase; */
	font-weight: 600;
	font-size: 55px;
	color: #000;
	margin-bottom: 35px;
}

.wrapper-restaurant-section .restaurant-section p {
	font-size: 19px;
	color: #000000;
	/* text-transform: uppercase; */
}

.wrapper-restaurant-section .img-fluid {
	max-width: 100%;
	height: auto;
	width: 100%;
}






/******* bar-bg CSS*******/
.wrapper-restaurant-section .bar-bg {
	background: url(../images/restaurant2-bg.jpg) no-repeat center/cover;
}

/******* team-section CSS*******/
.wrapper-team-section {
	background: url(../images/team-section-bg.jpg);
	background-size: cover;
	padding-top: 78px;
}

.team-section {
	padding: 0px 23px;
	padding-right: 0;
	text-align: center;
}

.team-section h3 {
	font-weight: 600;
	font-size: 40px;
	color: #000;
	margin-bottom: 4px;
}

.team-section p {
	font-size: 15px;
	color: #000000;
}

/******* wrapper-located-box CSS*******/
.wrapper-located-box {
	background: url(../images/located-bg.jpg);
	background-size: cover;
	position: relative;
	padding-top: 35px;
	padding-bottom: 67px;

}

.family-img-row {
	padding: 0px;
}

.family-img-row1 {
	transform: rotate(7deg);
	-moz-transform: rotate(7deg);
	-o-transform: rotate(7deg);
	-webkit-transform: rotate(7deg);
}

.family-img-row2 {
	transform: rotate(355deg);
	-moz-transform: rotate(355deg);
	-o-transform: rotate(355deg);
	-webkit-transform: rotate(355deg);
}

.family-img-row3 {
	transform: rotate(7deg);
	-moz-transform: rotate(7deg);
	-o-transform: rotate(7deg);
	-webkit-transform: rotate(7deg);
	margin-top: 21px;
}

.family-img-row4 {
	transform: rotate(352deg);
	-moz-transform: rotate(352deg);
	-o-transform: rotate(352deg);
	-webkit-transform: rotate(352deg);
}

.wrapper-located-box .title-section {
	margin-bottom: 27px;
}

.wrapper-located-box:after {
	content: "";
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	display: inline-block;
}

.wrapper-located-box .container {
	position: relative;
	z-index: 3333;
}

/* ============== GALLERY ================= */

#body .top-header {
	position: relative;
}

#body .wrapper-home-banner-half {
	background: url(../images/gallery-header.jpg);
	height: 500px;
	background-position: center;
	background-size: cover;
}

#body .wrapper-home-banner-half .home-banner-no-text {

	display: none;
}

#body .wrapper-home-banner-half .row {

	justify-content: center;
}

#body .wrapper-home-banner-half .header-text  {

	z-index: 2;
}

#body .wrapper-home-banner-half .header-text .steak {

	font-size: 5vw;
}

#body #top-header .overlay {
	background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  position: absolute;
  z-index: 0;
}



/* ============== CONTACT ================= */


#contact-header  {

	margin-bottom: 5rem;

}

#contact-header .contact-top-header {
	background: url(../images/ML_Steaks_web_design_contact_1200_03.jpg);
	height: 500px;
	background-position: center;
	background-size: cover;
}


#contact-us {
	margin-bottom: 6rem;
	padding: 0 2rem;
}

#contact-us .row {
	justify-content: center;
}

#contact-us .item {
	background: #f2f2f2;
    padding: 4rem 8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
	
}


#contact-us .fa-solid {
	color: #ffc000;
	font-size: 4rem;

	
}


#contact-us  h1  {
	text-transform: uppercase;
}

#contact-us .fa-solid, #contact-us .fa-solid h1 , #contact-us .fa-solid p {
	margin-bottom: 2rem;
	/* white-space: nowrap; */
}

#contact-us .row p {
		white-space: nowrap;
}


/* MENU WEB PAGE */


#body .menu-header {
    background: url(../images/menu-header.jpg);
    height: 500px;
    background-position: center;
    background-size: cover;
}


/******* ===============  Footer ============== CSS*******/
.wrapper-footer-section {
	background: #000000;
	padding-top: 85px;
	padding-bottom: 85px;
}

.wrapper-footer-section .footer-section-box h3 {
	color: #fff;
	font-size: 38px;
	font-family: jubilat, alpine-script, serif;
	font-weight: bold;
}

.wrapper-footer-section .footer-section-box p {
	color: #ffffff;
	font-size: 13px;
	/* text-transform: uppercase; */
	font-family: jubilat, alpine-script, serif;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 0px;
}

.family-row-img {
	width: 100%;
	float: left;
	display: flex;
}

/********* ================== IPAD Layout ============ *********/
@media only screen and (max-width: 767px) {
	body {
		overflow-x: hidden;
	}

	.family-row-img {
		padding: 0px 15px;
		display: inline-block;
	}

	.menu-section a.navbar-brand {
		max-width: 100px;
	}

	.title-section {
		padding: 0px 15px;
	}

	.title-section h4 {
		font-size: 37px;
		line-height: 48px;
	}

	.title-section p {
		font-size: 15px;
		line-height: 25px;
	}

	.wrapper-restaurant-section .restaurant-section {
		padding: 41px 25px;
	}

	.wrapper-restaurant-section .restaurant-section h3 {
		font-size: 35px;
		margin-bottom: 10px;
	}

	.sports-iconrow {
		max-width: 50%;
		flex: 0 0 50%;
		margin-top: 4px;
	}

	.wrapper-home-banner {
		height: 520px;
	}

	.wrapper-home-banner .home-banner-text-img {
		/* margin-top: 294px; */
		width: 100%;
		text-align: center;
		padding: 0px 15px;
	}

	.wrapper-home-banner .home-banner-text-img img {
		max-width: 85%;
	}

	.footer-section-box {
		margin-bottom: 27px;
	}

	.wrapper-footer-section {
		padding-top: 55px;
		padding-bottom: 22px;
	}

	.wrapper-footer-section .footer-section-box h3 {
		font-size: 30px;
	}

	.wrapper-footer-section .footer-section-box p {
		font-size: 13px;
		font-weight: normal;
		line-height: 22px;
	}

	.team-section {
		padding: 0px 0px;
		padding-right: 0;
		text-align: center;
		margin-top: 21px;
	}

	.menu-section button {
		background: #aa0a0a;
		color: #fff;
		height: 37px;
		font-size: 24px;
		line-height: 29px;
	}

	.menu-section ul.navbar-nav {
		margin-left: 0;
		margin-top: 0;
		background: #aa0a0a;
		padding-top: 20px;
		padding-bottom: 18px;
	}

	.menu-section ul.navbar-nav li a {
		font-size: 23px;
		margin-left: 23px;
		text-decoration: none;
	}




	.family-img-row {
		padding: 0px 27px;
	}
}





/******** Tablet Layout ********/
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.menu-section a.navbar-brand {
		max-width: 132px;
	}

	.menu-section button {
		background: #aa0a0a;
		color: #fff;
		height: 37px;
		font-size: 24px;
		line-height: 29px;
	}

	.menu-section ul.navbar-nav {
		margin-left: 0;
		margin-top: 0;
		background: #aa0a0a;
		padding-top: 20px;
		padding-bottom: 18px;
	}

	.menu-section ul.navbar-nav li a {
		font-size: 23px;
		margin-left: 23px;
		text-decoration: none;
	}

	.wrapper-home-banner .home-banner-text-img {
		text-align-last: center;
	}

	.wrapper-home-banner .home-banner-text-img img {
		max-width: 48%;
	}

	.title-section {
		padding: 0px 15px;
	}

	.title-section h4 {
		font-size: 51px;
	}

	.wrapper-restaurant-section .restaurant-section h3 {
		font-weight: 600;
		font-size: 38px;
		margin-bottom: 20px;
	}

	.wrapper-restaurant-section .restaurant-section {
		padding: 10px 41px;
	}

	.sports-iconrow .sports-icon-box h3 a {
		font-size: 13px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.menu-section ul.navbar-nav li a {
		margin-left: 29px;
	}
}






/* ================= IPAD =================  */


@media screen and (max-width: 950px) {

	.wrapper-home-banner {
		background: url(../images/ML_Steaks_mobile_800x1200_01.jpg);
		height: 100vh;
		background-position: center;
		background-size: cover;
	}

	#top-header .row {
		flex-direction: column;
	}

	#top-header .home-banner-no-text {
		display: none;
	}

	#top-header .row .home-banner-text-img {
	/* background: red; */
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 15%;
	margin-top: 0;
	max-width: 100%;
	}

	#top-header .header-text h2 {
		font-size: 11vw;
	}

	#top-header .header-text .steak {
		font-size: 18vw;
	}

	#top-header .header-text .and-text {
		z-index: 20;
	}

	#top-header .header-text .sports-bar {
		font-size: 9.5vw;
	}

	/* BEST SPORTS BAR */

	.wrapper-home-banner2 H4 {
		font-size: 40px;
	}

	.wrapper-home-banner2 {

		background-attachment: inherit;
	}

	/* NAVBAR OVERLAY */
	.menu-section ul.navbar-nav li a:hover {
		color: black;
	}


		/* ========= DROP DOWN MENU =========== */

		.dropdown  {
			margin-left: 23px;
			font-size: 28px;
			text-transform: uppercase;
		}

		.dropdown  a:hover {
			color: white;
			text-decoration: none;
		}

		.dropdown-menu {
			width: 95%;
		}
		
		.dropdown .dropdown-menu a {
			color: #000;
		}
		
		.show .dropdown-item:active {
			color: white;
			background-color: white !important;
		}
	
		/* ========= DROP DOWN MENU =========== */
	

}

/* ============== MOBILE START ============== */


@media screen and (max-width: 600px) {

	.navbar-brand {
		display: inline-block;
		padding-top: 0rem;

	}

	.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
		padding-right: 0;
		padding-left: 0;
		padding-top: 0px;
		margin-top: -2px;
	}
	
	#top-header .row .home-banner-text-img {
		/* background: red; */
		align-items: flex-start;
		display: flex;
		justify-content: center;
		padding-top: 43%;
		margin-top: 0;
		max-width: 100%;
	}


	#top-header .header-text h2 {
		font-size: 15vw;
	}
	
	#top-header .header-text .steak {
		font-size: 22vw;
	}

	#top-header .header-text .sports-bar {
		font-size: 12vw;
	}

	.wrapper-restaurant-section .row {
		margin: 0;
		flex-direction: column-reverse;
	}

	#bar-section .row  {
		margin: 0;
		flex-direction: column;
	}


	/* TEAM */

	.wrapper-team-section {
		background: url(../images/team-section-bg.jpg);
		background-size: cover;
		padding-top: 10px;
		padding-bottom: 44px;
	}

	#team .row {
		flex-direction: column-reverse;
	}

	#team .team-img {
		display: none;
	}

	/* GALLERY MOBILE */




	#body .wrapper-home-banner-half {
		background: url(../images/gallery-header.jpg);
		height: 245px;
		background-position: center;
		background-size: cover;
	}
	
	#body #top-header .header-text h2 {

		font-size: 18vw;
    	margin-bottom: -7.5px;
		
	}
	
	
	#body #top-header .header-text h1 {

		font-size: 12vw;

		
	}
	
	#body #top-header .overlay {
		background-color: rgba(0, 0, 0, 0.5);
		top: 0;
		left: 0;
		width: 100%;
		height: 245px;
		position: absolute;
		z-index: 0;
	}

	#top-header .row .home-banner-text-img {

		padding-top: 35%;
	}

	#body .wrapper-home-banner-half {
		
		margin-bottom: 2rem;
	}

	#body #portfolio .section-headline {
		
		height: 70px;
	}

	/* PHOTO GALLERY */
	#top-header .row .photo-gallery-header-text {
		padding-top: 22%;
	}


	/* CONTACT US */
	#top-header .row .contact-top-header-text {
		padding-top: 22%;
	}




}

@media screen and (max-width: 540px) {

	#top-header .row .photo-gallery-header-text {
		padding-top: 14%;
	}

}
	

@media screen and (max-width: 415px) {
	#top-header .row .home-banner-text-img {
		padding-top: 40%;
	}

	#top-header .row .photo-gallery-header-text {
		padding-top: 25%;
	}

	#top-header .row .contact-top-header-text {
		padding-top: 22%;
	}

}


@media screen and (max-width: 280px) {

	#top-header .row .photo-gallery-header-text {
		padding-top: 44%;
	}

}