/* CSS Document */

#headerText{
	background: #000;
}
#headerText p{
	font-size: 9px;
	color:white;
	margin:0;
	padding: 3px;
}

#headersection{
	background:url("../images/header_bg.jpg") no-repeat;
	background-position: bottom center;
	background-size: cover;
}

@media screen and (min-width: 1200px){
	#headersection{
		height: 600px;
	}
}

@media screen and (min-width: 991px){
	#headersection{
		height: 600px;
	}
}

@media screen and (min-width: 575px){
	#headersection{
		height: 600px;
	}
}

@media screen and (max-width: 574px){
	#headersection{
		height: 300px;
	}
}



#headersection h1{
	background:url("../images/logo.png") no-repeat;
	width: 550px;
	height: 177px;
	margin:auto;
}
#headersection h1 span{
	display: none;
}
@media screen and (min-width: 1200px){
	#headersection h1{
		margin-top:200px;
	}
}

@media screen and (min-width: 991px){
	#headersection h1{
		margin-top:200px;
	}
}

@media screen and (min-width: 575px){
	#headersection h1{
		margin-top:200px;
	}
}

@media screen and (max-width: 574px){
	#headersection h1{
		width: 275px;
		height: 90px;
		background-size: contain;
		margin:auto;
		margin-top:100px;
	}
}



#contentssection{
	background:url("../images/bg.jpg");
	padding-top: 40px;
	padding-bottom: 40px;
}

.imagePanel{
	margin-bottom: 30px;
}

@media screen and (max-width: 574px){
	.imagePanel{
		margin-top: 15px;
		margin-bottom: 0;
	}
}

#contentssection h2{
	background: #311515;
	color: white;
	font-size: 16px;
	padding: 8px 5px 8px 15px;
	margin:0;
	letter-spacing: 0.1em;
}

.data{
	position: relative;
}
#contentssection h2 .icon{
	display: block;
	position: absolute;
}
#contentssection h2 .icon-emaker{
	width: 48px;
	height: 57px;
	top:-18px;
	right: 10px;
	background: url("../images/emaker.png") no-repeat;
}
#contentssection h2 .icon-coffee{
	width: 57px;
	height: 54px;
	top:-10px;
	right: 10px;
	background: url("../images/coffee.png") no-repeat;
}
#contentssection h2 .icon-beans{
	width: 38px;
	height: 48px;
	top:-10px;
	right: 10px;
	background: url("../images/beans.png") no-repeat;
}
.data p{
	height: 240px;
	padding: 40px 30px;
	background: #f3eae2;
	font-size: 14px;
	line-height: 28px;
}

@media screen and (max-width:474px){
	.data p{
		height: auto;
	}
}


#maps{
	background:url("../images/map_bg.jpg") no-repeat;
	background-position: top center;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}

@media screen and (max-width: 574px){
	#maps{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
#maps h2{
	margin-top:55px;
	border-bottom: 1px solid #fff;
	color:white;
	text-align: center;
	font-weight: 400;
	letter-spacing: 0.25em;
}
#maps h2 span{
	display: block;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.25em;
	margin-top:10px;
	margin-bottom: 55px;
}
#maps .address{
	margin-top:30px;
	text-align: center;
}
#maps p{
	display: inline-block;
	color:white;
	margin:auto;
	letter-spacing: 0.2em;
	text-align: left;
}

#mapsIframe{
	margin-top:30px;
	margin-left:auto;
	margin-right: auto;
}

@media screen and (max-width: 574px){
	#mapsIframe{
		width: 100%!important;
	}
}

#footer{
	background: #000;
}

#footer p{
	color:white;
	width: 100%;
	text-align: center;
	font-size: 10px;
}


