body,td,th {
	color: #000;
}
body {
	background-color: #FFF;
	font-family: 'Yanone Kaffeesatz', 'Arial Narrow', Century Gothic, sans-serif;
}
img {
	display: inline-block;
} 
header {
	padding-bottom: 30px;
	position: relative;
}
li {
	display: inline-block;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /*width: 50%; */
}
img.backgroundImage {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

.logolink {
	font-size: 20px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	display: block;
	clear: both;
	margin-top: 60px;
	position: relative;
}

.footer {
	font-size: 10px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	display: block;
	clear: both;
	margin-top: 70px;
	position: relative;
}

/* ============================================================
  RESPONSIVE PAGE
============================================================ */

.responsive-layout {
	overflow: hidden;
}
.feature-wrap {
	border-top: 1px solid #181818;
	border-bottom: 1px solid #181818;
}
.feature-wrap .photo {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
/*.feature-wrap .stack {
	padding: 35% 0 50% 0;
} */
.feature-wrap .stack-one {
	background-image: url("../img/Hong_Kong_Cafe_Doc_Homepage_background.jpg");
	background-attachment: fixed; 
	padding: 200px 50px 200px 50px; 
}
.feature-wrap .stack-two {
	background-image: url(../img/20120208-25-web-crop.jpg);
	background-attachment: fixed; 
	padding: 100px 50px 15% 50px;
}
.feature-wrap .stack-three {
	background-image: url("../img/Edward_Colver_IMG_8149.JPG");
	background-attachment: fixed; 
	padding: 25% 50px 25% 50px;
}
.feature-wrap .stack-threeb {
	background-image: url("../img/HKL_FamScans_img595-edit-web.jpg");
	background-attachment: fixed; 
	padding: 25% 50px 25% 50px;
}
.feature-wrap .stack-four {
	background-image: url("../img/HKL_building_front_from_menu.jpg");
	background-attachment: fixed; 
	padding: 240px 50px 10px 50px;
}
.titleimg {
	/*
	width: 1200px; 
	min-height: 100px;
	max-height: 75%;
	height: auto;
	position: relative;
	object-fit: contain;
	 */
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	min-width: 250px;
	margin: auto;	
}

.feature-wrap .text, .textHead, .email {
	color: #fff;
	text-align: center;
	text-shadow: 4px 4px 6px rgba(50, 50, 50, 0.7);
	-webkit-font-smoothing: antialiased;
}
.feature-wrap .text {
	font-family: 'Special Elite', 'American Typewriter', 'Courier New', serif;
}
.feature-wrap .textHead {
	font-family: 'Special Elite', 'American Typewriter', 'Courier New', serif; 
	font-size: 70px;
	font-weight: 700;
	padding: 35% 0 10px 0;
}
.feature-wrap .email a:hover {
	color: #FFAF33;
	border-bottom: 3px solid; 
	padding-bottom: 4px;
}
.text, .email a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.text, .email a:visited {
	text-decoration: none;
	color: #FFAF33;
}
.text, .email a:active {
	text-decoration: none;
	color: #FFAF33;
}
.email {
	font-family: 'Special Elite', 'American Typewriter', 'Courier New', serif;
	line-height: 1.25;
}
.footer-responsive {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #fff;
	text-align: center;
	text-shadow: 4px 4px 6px rgba(50, 50, 50, 0.7);
	-webkit-font-smoothing: antialiased;
}
.icons {
	height: 40px;
/*	padding-left: 40px;
	padding-right: 40px; */
	margin-left: 40px;
	margin-right: 40px;
	align-content: space-around;
	text-align: center;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

/* Smartphones ----------- */
@media screen and (max-width: 600px) {

	.feature-wrap .photo {
		background-attachment: scroll;
		background-position: center center;
	} 
	.feature-wrap .text {
		font-size: 16px;
		font-weight: 200;
		line-height: 1.25;
		padding: 5px 5px 5px 5px;
	}
	.email {
		font-size: 16px;
		padding: 15px 0px 30px 0px;
		margin: auto;
	}
	.footer-responsive {
		font-size: 12px;
		padding: 50% 0px 10px 0px;
	}
	
	/*.titleimg {
		width: inherit;
	}*/
}

/* Desktop ----------- */
@media screen and (min-width: 600px) {
	
	.feature-wrap .photo {
		background-attachment: fixed;
		background-position: center center;
	} 
	.feature-wrap .text {
		font-size: 25px;
		font-weight: 400;
		line-height: 1.5;
		padding: 50px 50px 100px 50px;
	}
	.titleimg {
		width: 1000px;
	}
	.email {
		font-size: 25px;
		padding: 15px 10px 30px 10px;
	}
	.footer-responsive {
		font-size: 20px;
		padding: 50% 0 10px 0;
	}

}

/*
@media only screen and (min-width: 401px) and (max-width: 740px) {
	.feature-wrap .photo {
		background-attachment: scroll;
		background-position: center center;
	}

}

/* Tablets ----------- 
@media only screen and (min-width: 741px) and (max-width: 1024px) {
	.feature-wrap .photo {
		background-attachment: fixed;
		background-position: center center;
	} 

} */


