﻿body {
	color: #333;
	font-family: 'Open Sans','segoe ui',segoe,'avenir next','noto sans',sans-serif;
	font-size: 16px;
}
.bg {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: #ddd99;
	z-index: 1;
}
.bg-text {
	color: #253e5c;
	position: relative;
	z-index: 2;
}
.container {
	text-align: center;
	font-family: 'Open Sans';
}
.offers {
	display: flex;
	flex-direction: row;
	justify-content: center;
}			
.offer p {
	width: 340px;
	margin-left: 16px;
}
.offer a.buy_now {
	background: #ddd;
	color: #fff;
	padding: 8px 24px;
	border-radius: 25px;
	display: block;
	font-weight: 700;
	font-size: 20px;
	width: 150px;
	margin: 0 auto;
	margin-bottom: 24px;
	text-decoration: none;
}
.bg-square {
	width: 350px;
	height: 350px;
	border-radius: 16px; 
	margin: 10px;
	border: solid 1px #ddd;
	background-size: cover;
	background-position-x: right;
	margin: 8px auto;
	overflow: hidden;
}
.bg-square img {
	width: 100%;
	height: 100%;
}
.bg-lochside {

}
.bg-lodge {

}
.hup-header-bar {				
	margin-top: 0px;
	background: #fff;
	text-align: center;
	border-bottom: solid 3px #253e5c;
}
.hup-header-bar a.logo {
	margin-left: 0px;
}
a.logo-bottom {
	padding-top:4px;
}
a.logo img {
	width: 320px;
	max-width: 90%;
	margin: 0 auto;
	height: auto;
}
div.social a.social img {
	max-width: 66px;
	filter: brightness(10);
}	
a.logo-bottom img {
	width: 350px;
	height: auto;
	max-width: 90%;
	margin: 0 auto;
	margin-bottom: 16px;
}

.offer_ended {
	opacity: 0;	
	max-height: 0px;
	overflow: hidden; /* Ensures no content overflow during animation */
	background: #fff;
    color: #222;
    margin-top: 0;
    transition: max-height 2s ease, opacity 0.5s ease;
    border-bottom: solid 5px #ddd;
}
.offer_ended h3 {
	padding-top: 16px;
}
 .offer_ended p {
	padding: 16px; 
	padding-top: 0px; 
 }
.offer_ended.show {
	opacity: 1;	
	max-height: 500px;		
}
.inline {
	display: inline;
}
h1.title {
	margin-top: 32px;
	margin-bottom: 16px;
}
p#contact_button {
	font-family: Poppins, sans-serif; 
	text-align:center; 
	cursor:pointer; 	
	padding-top: 64px; 
	padding-bottom: 48px;
}
p#contact_button a {
	width:200px;
	padding:16px;	
	border-radius:25px;
	margin: 24px;
	font-weight: 300;
}
div.offer p span.text {
	font-size:20px;	
}
div.offer p span.price {
	font-size:20px;	
}
html, body {
	height: 100%;
}
.page-layout {
	display: flex;
	flex-direction: column;
	height: calc(100% - 115px);
}
.page-layout-bottom {
	margin-top: auto;
}
h1, h2 {
	font-weight: 300;
	font-family: 'Open sans';
}	
h2 {
	font-size: 24px;
}	

@media (max-width:780px) {
	.offers {
		flex-direction: column;
	}
	.bg-square {
		
	}
	.offer p {
		width: auto;
		margin-left: 8px;
	}
	.offer:last-child {
		border-top: solid 4px #ddd;
		margin-top: 32px;
		padding-top: 16px;
	}
	.inline {
		display: block;
	}
}