@charset "UTF-8";


/* Body */
body {
	font-family: Helvetica;
	background-color: #fffdd0;
}


/* All Content */
.allcontent {
	width: 90%;
	margin: auto;
	padding-top: 50px;
}

a:link {
text-decoration: none;
color: inherit;
}
a:hover {
text-decoration:underline;
color: inherit;
}


/* Header */
.header {
	background-color: #006600;
	padding: 25px;
}
.title {
	text-align: center;
	color: #FFFdd0;
	font-weight: bolder;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.subtitle {
	text-align: center;
	color: #FFFdd0;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 5px;
}


/* About */
.abouttext {
	text-align: justify;
	font-weight: lighter;
	color: #666666;
	line-height: 25px;
	padding: 25px;
}


/* Cafe Chambers */
h1  {
	text-align: center;
	text-transform: uppercase;
	color: #006600;
	font-weight: normal;
}
.cafe {
	width: 50%;
	text-align: center;
	float: left;
}
.cafe p {
	text-align: justify;
	font-weight: lighter;
	color: #666666;
	line-height: 25px;
	padding-left: 25px;
	padding-right: 25px;
} 
.chambers {
	width: 50%;
	text-align: center;
	float: right;
}
.chambers p {
	text-align: justify;
	font-weight: lighter;
	color: #666666;
	line-height: 25px;
	padding-left: 25px;
	padding-right: 25px;
} 
.buttons {
	max-width: 150px;
	max-height: 100px;
	padding-bottom: 25px;
}


/* Info */
h2 {
	color: #006600;
	text-transform: uppercase;
	font-weight: lighter;
}

.info {
	text-align: center;
	padding-bottom: 2%;
}

.contact {
	display: inline-block;
	height: 200px;
	width: 200px;
	text-align: center;
	padding-left: 5%;
	padding-right: 5%;
	vertical-align: top;
}
.contact p {
line-height: 5px;
font-weight: lighter;
color: #666666;
}

.gallery {
	display: inline-block;
	height: 200px;
	width: 200px;
	text-align: center;
	padding-left: 5%;
	padding-right: 5%;
	vertical-align: top;
}
.gallery img {
width: 190px;
}

.location {
	display: inline-block;
	height: 200px;
	width: 200px;
	text-align: center;
	padding-left: 5%;
	padding-right: 5%;
	vertical-align: top;
}
.location img {
width: 190px;
}

/* Footer */
.footer1 {
	font-size: 20px;
	text-align: center;
	color: #006600;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: bolder;
}
.footer2 {
	font-size: 12px;
	text-align: center;
	color: #006600;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: lighter;
}