@import url('//fonts.googleapis.com/css2?family=ZCOOL+QingKe+HuangYou&display=swap');
@import url('//fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;1,400&display=swap');
@import url('//fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');
body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: 'Montserrat', sans-serif;
	overflow-x:hidden;
}


.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.clear {
	clear: both;
}

#site_wrapper {max-width:1800px;margin:0 auto;}

p {font-weight:400;}

.full-width {
	left: 50%!important;
	margin-left: -50vw!important;
	margin-right: -50vw!important;
	max-width: 100vw!important;
	position: relative!important;
	right: 50%!important;
	width: 100vw!important;
	
}
/*---------------  Navbar -------------- */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border:0;
	background:transparent;
}

.navbar-default {
	background:transparent;
	border-radius:0;
	box-shadow:none;
	border:0;
	margin:0;
	height:auto;
	display:block;
	padding-left:10%;
	padding-right:10%;
	
}

.navbar-brand {
	position:relative;
	width:80px;
	height:auto;
}

.navphone {
	padding-top:25px;
}

ul.nav-links {
	list-style:none;
}

ul.nav-links li {
	display:inline-block;
}

ul.nav-links li a {
	float:left;
	margin-left:10px;
}

ul.nav-links li.navorder {
	margin-bottom:-5px;
}

ul.nav-links li a.btn{
	margin-bottom:0;
	
}

.navphone h2{
	font-family: 'ZCOOL QingKe HuangYou', cursive;
	color:#134167;
	letter-spacing:2px;
	text-transform:uppercase;
	font-size:1.6em;
	margin:0;	
	line-height:1.4em;
}

h3 {font-family: 'ZCOOL QingKe HuangYou', cursive;
color:#134167;
letter-spacing:2px;
text-transform:uppercase;
font-size:1.9em;
margin:20px 0;	
line-height:1.4em;}

@media (max-width:800px) {
	.navphone h2 {font-size:1.1em;}
	ul.nav-links li.navorder {margin-bottom:-10px;}
	ul.nav-links li a.btn {padding:10px 10px;margin-left:5px;}
	ul.nav-links li a {margin-left:0;} 
}

.navphone a {
	color:#134167;
}

.navbar.fixed {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:#fff!important;
	border-bottom:0px solid #f1f1f1;
	z-index:99999;
	
}



/*---------------  Home Page --------- */
.home #site_wrapper {
	display: flex;
	}
.home {
	min-height: 100vh;
}
.hero {
	
	width:100%;
	align-items: center;
	display: flex;
	justify-content: center;
	height: calc(100% - 85px);
	margin-top: 85px;
}
@media only screen and (min-width: 992px) {
	.hero {
		min-height:calc(90vh - 85px) ;
	}
}

@media only screen and (max-width: 992px) {
	.hero {
		flex-direction: column;

	}
	.hero > div {
		min-width: 50%;
		width: 100%;
	}
	.hero img {
		min-width: 50%;
		max-width: 300px;
		width: 100%;	
	}
}
@media only screen and (max-width: 640px) {
	.hero img {
		min-width: 20%;
		max-width: 300px;
		width: 75%;	
	}
	.hero {
		min-height:calc(70vh - 85px) ;
		justify-content: flex-start;
		padding-top: 4rem;
	}	
}


.container {
	max-width:90%;
	margin:0px auto 40px auto;
	width:90%!important;
	
}

.container-menu {
	width:100%;
	max-width:100%;
	margin:80px auto 100px auto;
}

.row {
	width:100%;
	margin-left:0;
	margin-right:0;
}

.house {
/*	max-width:500px;*/
	max-width: 60%; 
	margin:0 auto 20px auto;
}

.house-bake {
	/*	max-width:500px;*/
		max-width: 60%; 
		margin:0 auto 20px auto;
	}
@media only screen and (min-width: 992px) {
	.house {
			/*height:460px;*/
	}
}


@media (max-width:700px) {
	.house {
/*		width:350px;
		height:360px;*/
	}
	
	.container {
		max-width:100%;
		margin:0px auto 40px auto;
		width:100%!important;
	
	}
	
	.navbar-default {
		padding-left:10px;
		padding-right:10px;
	}
}

img {
	min-width:100%;
	height:auto;
}

a.btn {
	display:inline-block;
	color:#fff;
	padding:10px 25px;
	margin:0 5px;
	border-radius:15px;
	font-family: 'ZCOOL QingKe HuangYou', cursive;
	letter-spacing:2px;
	margin-bottom:20px;
}

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

a.btn_blue {
	background:#134167;
}

a.btn_blue:hover, a.btn_blue:focus {
	color:#e06c7c;
}

a.btn_blue.tealhov:hover, a.btn_blue.tealhov:focus  {
	color: #6dc7c5;
}

a.btn_teal {
	background:#6dc7c5;
}


a.btn_pink {
	background:#e06c7c;
}

a {text-decoration:none;}

/* --------------- Menu Page --------------- */

h2{
	font-family: 'ZCOOL QingKe HuangYou', cursive;
	color:#134167;
	letter-spacing:1.2px;
	text-transform:uppercase;
	font-size:1.5em;
	margin:40px auto 10px auto;	
	line-height:2em;
}

.menu_block {
	margin-top:-50px;
	padding-bottom:60px;
}

.menugroups {
	font-family: 'Lora', serif;
}

.menugroups h4 {
	font-family: 'ZCOOL QingKe HuangYou', cursive;
	color:#134167;
	letter-spacing:2px;
	font-size:16px;
	text-transform:uppercase;
	margin:0px auto 10px auto;	
	line-height:20px;
}

.menugroups h4.addit {
	margin-top:-15px;
	margin-bottom:40px;
}


.menugroups strong {
	font-weight:600;
}

.menugroups p {
	letter-spacing:0.5;
	color:#666;
	
}

.menu_block {
	padding-bottom:60px;
}

.menuorder {
	margin:40px auto 0 auto;
}

/* --------------  Inner Pages --------------- */

.interior-row {
	margin-top:8vh;
	text-align:center;
}
#inner-logo {
	max-width:400px;
	height:auto;
	margin:0 auto 20px auto;
}

#inner-logo img {width:100%;height:auto;}

ul#inner-buttons {
	padding-left: 0px;
	margin:0 auto;
	display:block;
	margin-block-start: 0px;
	padding-left:0;
}

ul#inner-buttons>li {
	display:inline-block;
	margin:0;
}

#inner-buttons a.btn {
	font-size:14px;
}

.metaslider .caption-wrap {display:none!important;}

.bio {
	margin-top:5vh;
	margin-bottom:5vh;
	padding:60px;
    line-height:1.5em;  
}

 
.bio h2 {
	font-weight:600;
	font-size:24px;
	line-height:1em;
	
}
.bio p {
	font-size:14px;
	line-height:24px;
}

.row.carousel {
	width:auto;
	margin:auto;
	max-width:100%;
}

#back {
	position:absolute;
	 left:50%;
	 margin-left:-40px;
	 top:-12px;
	 width:80px;
	 z-index:99999;
}

#back a.btn {border-radius:4px;margin-left:-5px;}
/* ---------------  Sticky Footer ---------------- */
#site_wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}
#footer.container{
	margin:20px auto;
	padding-left:0;
	padding-right:0;
	max-width:82%;
	padding-bottom:20px;
	
}

#footer.container .col-md-5 {
	padding-right:0;
}



#footer h4{
	font-family: 'ZCOOL QingKe HuangYou', cursive;
	color:#134167;
	letter-spacing:2px;
	text-transform:uppercase;
	font-size:1em;
	margin:0;	
	line-height:1.4em;
}

#footer .leftmarg {
	padding-left:40px;
}
#footer .rightpad {
	padding-right:0;
}

@media (max-width:1400px) {
		#footer.container {
			max-width:90%;
		}
		#footer.container .col-md-5 {
			padding-right:15px;
		}
		
		#footer h4 {
			font-size:12px;
		}
}

@media (max-width:1249px) {
		
}

#footer a {
	color:#134167;
}

@media (max-width:991px) {
	.copyright {text-align:left!important;}
	#footer {padding-bottom:40px;}
	#footer .leftmarg {padding-left:15px;}
	#footer .rightpad {padding-right:0;}
	.menugroups h4 {font-size:14px;}
	
}

/* ---------------  Bootstrap Table Columns ---------------- */

.row-height {
  display: table;
/*  table-layout: fixed;*/
  height: 100%;
  width: 100%;
}
.col-height {
	position: relative;
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}

/****** ADDED BY JOSHUA ************/
#footer ul, #footer ul li {
	list-style: none;
	padding-left: 0px;
}
#footer ul *, #footer p {
	font-family: 'ZCOOL QingKe HuangYou', cursive;
	color: #134167;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 1em;
	margin: 0;
	line-height: 1.4em;
}