/* CSS Document */
html, body {
	height: 100%;
	font-family: "Open Sans";
}
body {
	padding-top: 40px;
}
h3 a:link {
	color:#fff !important;
}
h3 a:visited {
	color:#fff !important;
}
h3 a:hover {
	color:#fff !important;
	text-decoration:none;
}
h3 a:active {
	color:#fff !important;
}
h4 a:link {
	color:#fff !important;
}
h4 a:visited {
	color:#fff !important;
}
h4 a:hover {
	color:#fff !important;
	text-decoration:none;
}
h4 a:active {
	color:#fff !important;
}

nav#top-nav {
	margin: 0;
}
.page-wrapper {
	background: #3C0;
	overflow: hidden;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
.portfolio-wrapper {
	background: #3C0;
	overflow: hidden;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
.portfolio-item {
	height: 100%;
	position: relative;
	background: #f5f5f5;
	width: 33.3333333333%;
	/*width: calc(100%/3);*/
	float: left;
}
.portfolio-item-info {
	bottom: 0;
	color: #3C0;
	left: 0;
	padding: 30px 30px 40px;
	position: absolute;
	right: 0;
	text-align: center;
	transition: transform 0.2s ease-out 0s;
	z-index: 10;
	text-shadow:0 0 0 transparent, 1px 1px 2px 2px rgba(0, 0, 0, 0.65);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.portfolio-item-info h3 {
	font-family: 'Montez', cursive;
	color: #fff;
	font-size: 54px;
	line-height: 1;
	margin: 0 auto 15px;
	padding-top: 25px;
	position: relative;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.95), 0 0 14px rgba(25, 25, 25, 0.75);
}
.portfolio-item-info h4:before {
	background: none repeat scroll 0 0 #fff;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -90px;
	position: absolute;
	top: 0;
	width: 180px;
}
.portfolio-item-info h4 {
	color: #fff;
	font-size: 14px;
	text-shadow:0 0 0 transparent, 1px 1px 1px 1px rgba(0, 0, 0, 0.65);
	font-weight:bolder;
	letter-spacing: 2px;
	margin: 0 auto 15px;
	padding-top: 25px;
	position: relative;
	text-transform: uppercase;
}
.portfolio-item-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background-position: 0% 0% !important;
	background-size: cover !important;
	cursor: pointer;
}
.portfolio-item:hover .portfolio-item-bg {
	background-position:  20% 0% !important;

}
#portfolio-item-1 .portfolio-item-bg {
	background-image:url(/cafe/img/_dha_cafe-landing1_soup.jpg);
	background-repeat:no-repeat;
}
#portfolio-item-2 .portfolio-item-bg {
	background-image:url(/cafe/img/_dha_cafe-landing2_sandwich.jpg);
	background-repeat:no-repeat;
}
#portfolio-item-3 .portfolio-item-bg {
	background-image:url(/cafe/img/_dha_cafe-landing3_smoothies.jpg);
	background-repeat:no-repeat;
}
.btn-transparent, .btn-transparent:hover, .btn-transparent:focus, .btn-transparent:active, .btn-transparent.active {
	background: none;
	border: 3px solid #fff;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	font-weight:bold;
	letter-spacing: 1px;
	margin: 0;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.portfolio-item:hover .portfolio-item-info {
	background: rgba(0,0,0,0.4);
	padding-bottom:100px;
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.portfolio-item {
	display: block;
	width: 100%;
	height: 33.3333333333%;
	height: calc(100%/3);
	float: left;
}
.portfolio-item:hover .portfolio-item-bg {
	background-position: center center !important;
}
.portfolio-item-info {
	color: #fff;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.portfolio-item:hover .portfolio-item-info {
	background: none;
	padding-bottom:40px;
}
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.portfolio-item-info h3 {
	font-size: 40px;
	margin: 0 auto 5px;
	padding-top: 20px;
}
.portfolio-item-info h4:before {
	height: 1px;
}
.portfolio-item-info h4 {
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0 auto 10px;
	padding-top: 6px;
}
.portfolio-item:hover .portfolio-item-info {
	background: none;
	padding-bottom:40px;
}
.btn-transparent, .btn-transparent:hover, .btn-transparent:focus, .btn-transparent:active, .btn-transparent.active {
	background: none;
	border: 2px solid #fff;
	border-radius: 0;
	color: #fff;
	font-size: 11px;
	font-weight:bold;
	letter-spacing: 1px;
	margin: 0;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
}