html, div, body {
	padding: 0;
	margin: 0;
	/*font-family: Arial;*/
	font-size: 21px;
	font-weight: bold;
	font-family: 'Indie Flower', cursive;
}

html {
	background-color: #FCF1DE;
}

h1 {
	margin-top: 16px;
	font-family: 'Courgette', cursive;
	text-align: center;
	font-size: 52px;
	color: #5E341B;
}

h2 {
	font-family: 'Courgette', cursive;
	text-align: center;
	font-size: 31px;
	margin-top: 2px;
}

.logo img {
	position: absolute;
	right: 30px;
	top: 0px;
	width: 180px;
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	z-index: 4;
}

.stamp.book-now{
	background-image: url('images/groot-bok.jpg');
}

.stamp.gallery{
	background-image: url('images/flower_stamp.jpg');
}

.stamp.reviews{
	background-image: url('images/flower-stamp2.jpg');
}

.stamp {
	width: 120px;
	height: 92px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	color: white;
	padding-top: 60px;
	margin: 0 14px;
}

.stamp span {
	display: block;
	font-weight: bold;
	color: white;
	padding: 6px 0;
	background-color: rgba(0,0,0,0.5);
}

.container {
	background: repeating-linear-gradient( 45deg, #F68581, #F68581 10px,
		#FCF1DE 10px, #FCF1DE 20px,
		#41A9D9 20px, #41A9D9 30px,
		#FCF1DE 30px, #FCF1DE 40px);
	padding: 16px;
}

.inner-container {
	/*padding-top: 0px;*/
	background-color: #FCF1DE;
/*	height:100%;*/
}

.tripadvisor > div {
	width: 100% !important;
	text-align: center !important;
}

.main-container .lodge-side {
	padding-left: 0px;
	padding-top: 0px;
	width: 45%;
	background-color: #FCF1DE;
	color: #5E341B;
}

.lodge-description {
	padding-left: 16px;
	padding-top:8px;
}

.lodge-description p{
	border-bottom: 2px solid #5E341B;
	padding-top:16px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 2px;
}

.main-container .lodge-photo{
  align : left;
  margin: auto;
  background-image: url('images/1.jpg');
  /* max-width: 50%; */
	padding-top: 0px;
  	height: 100%;
	background-size: cover;
}

.center-line {
	background-color: #5E341B;
	width: 2px;
	height: 85%;
	position: relative;
	top: 32px;
	left: 0px;
	float: left;

}

.main-container > div {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.clickets {
	padding-top: 16px;
	margin: 0 auto;
	text-align: center;
}

.clickets a {
	vertical-align: top;
}

.clickets img {
	position: relative;
	top: 0;
	left: 0;
	width: 200px;
	z-index: 2	;
}

.clickets .stamp {
	position: relative;
	top: 0;
	left: 0;
	z-index: 4;
}

/*.clickets a {
	padding: 30px;
	margin: 0 26px;
	padding-left: 0px;
	padding-right: 0px;
	color: black;
	background-image: url('./images/stamp.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 117px;
	height: 28px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}*/

.footer {
	text-align: center;
	padding: 0px 0;
	background-color: white;
	height: 200px;
	width: 50%;
	float: right;
}

.footer div {
	background-color: white;
	text-align: center;

	padding: 8px;
}

.recognition {
	font-size: x-small;
	text-align: center;
}

#map-canvas {
	width: 50%;
	height: 200px;
	float:left;
}

#telephone-button {
	display: none;
}

.badges {
}

button {
	background-color: #5E341B;
	color: white;
	padding: 8px 16px;
	border: none;
}

@media (max-width: 900px) {
	.main-container > div {
		width: 100%;
	}

	.center-line {
		display: none;
	}
	.logo {		display: none;
	}

	#telephone-button {
		display: block;
	}
	#telephone {
		display: none;
	}

	.main-container .lodge-side {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		text-align: center;
	}

	.main-container .lodge-side p {
		border: 0;
	}

	.footer {
		width: 100%;
		float: none;
	}

	.footer div {
		display: block;
	}

	.lodge-description {
		padding: 0;
	}

	#map-canvas {
		width: 100%;
		height: 200px;
	}
}
