html, body {
	background: #EEEEEE;
	background: none;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
::-moz-selection{background:#f4823b; color: #FFFFFF;}
::selection{background:#f4823b; color: #FFFFFF;}

/* Entire page */
div#entry {
	height: auto;
	height: 100vh;
	min-height: 750px;
	width: 100%;
	
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	
	overflow: hidden;

	background: #F7F7F7;
	background: url('../../img/bombay_images/home_bg_desktop.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	
	display: flex;
	justify-content: center;
	align-items: center;
	display: flex;
}
div#entry p {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #111;
}
div#entry p.entry_pre {
	font-size: 24px;
	font-family: "Satisfy", cursive;
	font-weight: normal;
	color: #f4823b;
	text-shadow: 1px 1px 1px #111;
	margin: 0 0 5px 0;
}

div.entry_box {
	background: rgba(0,0,0,0.5);
	border-radius: 16px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 0 auto;
	color: #FFFFFF;
	backdrop-filter: blur(10px); /* frosted glass effect */
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border: 1px solid rgba(249, 131, 60, 0.5);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
	text-align: center;
}
div.entry_box_inner {
	padding: 80px 50px 80px 50px;
}

header {

}
div.header {
	z-index: 100;
	position: absolute;
	width: 100%;
	margin: 0px;
}

.postcode_uppercase {
	text-transform: uppercase;
}

div#enter_postcode {
	z-index: 50;
	position: relative;
	width: 100%;
}

div#enter_postcode h1 {
	font-size: 42px;
	color: #FFFFFF;
	margin: 0 0 20px 0;
	text-shadow: 1px 2px 1px rgba(0,0,0,0.5);
}
div#enter_postcode p.subtext {
	margin: 15px 0 0 0;
}

div#enter_postcode h2 {
	font-size: 34px;
	color: #FFFFFF;
	margin: 0 0 20px 0;
	text-shadow: 1px 2px 1px rgba(0,0,0,0.5);
}


div#enter_postcode_block {
	width: 1200px;
	height: 60px;
	margin: 0 auto 0 auto;
}
div#enter_postcode_block div.left {
	width: 1050px;
	height: 60px;
	float: left;
	background: #FFFFFF;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	overflow: hidden;
}
div#enter_postcode_block div.right {
	width: 150px;
	height: 60px;
	float: left;
	background: #EE1B23;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	overflow: hidden;
}
div#enter_postcode_block div.left input.postcode_input {
	display: block;
	border: none;
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0px 0px 0px 15px;
	font-size: 20px;
	line-height: 1em;
	color: #444444;
}
div#enter_postcode_block div.right input.postcode_submit {
	display: block;
	border: none;
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 20px;
	line-height: 1em;
	color: #FFFFFF;
	background-color: #EE1B23;
}
div#enter_postcode_block div.right input.postcode_submit:hover {
	background-color: #FC3E45;
}

/* Video */
div#video_background video { 
	position: fixed;
	/*position: relative;*/
	/*top: 50%;*/
	/*left: 50%;*/
	/*transform: translateX(-50%) translateY(-50%);*/
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background: url('../vid/videos/pgg_journey.jpg') no-repeat;
	background-size: cover;
	transition: 1s opacity;
	/* Centralise. Custom width gets set by JavaScript */
	top: 50%;
	left: 50%;
	
	transform: translate(-50%, -50%);
	/*
    transform: translate(-50%, -50%);
	
	
	transform: scale(1.4875, 1.4875);
	width: 1280px;
	height: 720px;
	*/
}

div.entry_spacer {
	height: 50px;
}

div.entry_block_1,
div.entry_block_2 {
	width: 100%;
	height: 350px;
	background: #FFFFFF;
	overflow: hidden;
}
div.entry_block_1 div.eb_left {
	width: 700px;
	height: 350px;
	margin: 0;
	float: left;
	background: #999;
	overflow: hidden;
}
div.entry_block_1 div.eb_right {
	width: 495px;
	height: 350px;
	margin: 0;
	float: right;
	overflow: hidden;
}
div.entry_block_2 div.eb_left {
	width: 495px;
	height: 350px;
	margin: 0;
	float: left;
	overflow: hidden;
}
div.entry_block_2 div.eb_right {
	width: 700px;
	height: 350px;
	margin: 0;
	float: right;
	background: #999;
	overflow: hidden;
}
div.eb_text {
	text-align: center;
	width: 350px;
	margin: 0 auto 0 auto;
	padding: 110px 0 0 0;
}
div.eb_text h1,
div.eb_text h2,
div.eb_text h3 {
	font-size: 24px;
	margin: 0 0 10px 0;
}
div.eb_text p {
	font-size: 18px;
}

/*
div.entry_block_1 div.eb_left img,
div.entry_block_1 div.eb_right img,
div.entry_block_2 div.eb_left img,
div.entry_block_2 div.eb_right img {
	width: 100%;
	height: auto;
}
*/


/* Postcode */
div.postcode_error {
    background: #FDDDD4;
    background: rgba(255, 220, 210, 0.9);
}
div.postcode_error p.error_text {
    margin: 0;
    color: #CC0000;
    font-weight: bold;
    font-size: 14px;
}


/* B */
div#entry p {
	font-size: 1.2rem;
	line-height: 1.4em;
	margin: 0px;
	margin: 0 0 25px 0;
	text-align: center;
}
div#entry p a {
	color: #f4823b;
	text-decoration: underline;
}
div#entry p.legal {
    margin: 20px 0 0 0;
    font-size: 0.8rem;
    color: #c7c7c7;
}
div#entry p.legal a {
    color: #f4823b;
}


.image_text_row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}

/* Reversed order */
.image_text_row.reverse {
	flex-direction: row-reverse;
}

.image_text_row .column {
	flex: 1 1 50%;
	box-sizing: border-box;
	padding: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.image_text_row .image img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
	width: 100%;

	max-height: 400px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.image_text_row .column h1,
.image_text_row .column h2,
.image_text_row .column h3 {
	text-transform: none;
	color: #000000;
}

.portrait_container {
	display: flex;
	overflow-x: hidden;
	/*scroll-snap-type: x mandatory;*/
	-webkit-overflow-scrolling: touch;
	gap: 16px;
	padding: 0px;
}
.portrait_block {
	flex: 0 0 calc((100% - 32px) / 3);
	max-width: 100%;
	aspect-ratio: 3 / 4;
	max-height: 500px;
	background-size: cover;
	background-position: center;
	border-radius: 20px;
	scroll-snap-align: start;
	position: relative;
	overflow: hidden;
}
.portrait_block .portrait_text {
	position: absolute;
	bottom: 0px;
	height: 60px;
	width: 100%;
	font-size: 26px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000;
	padding: 120px 0 10px 0;

	background: #000000;
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
	background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}

@media (max-width: 768px) {
	.image_text_row,
	.image_text_row.reverse {
		flex-direction: column;
	}

	.image_text_row .column {
		flex: 1 1 100%;
	}
	
	.hold_home_portraits {
		padding: 0 0 30px 0;
	}
	.portrait_container {
		overflow-x: auto;
		justify-content: space-between;
		padding: 0 16px;
		gap: 16px;
		scroll-behavior: smooth;
	}

	.portrait_block {
		flex: 0 0 calc(100% - 32px);
		max-height: 500px;
	}

	div.entry_box {
		border: none;
		background: none;
		backdrop-filter: none;
		box-shadow: none;
	}
	div.entry_box_inner {
		padding: 20px;
	}

	div#entry p.entry_pre {
		font-size: 16px;
		margin: 0 0 15px 0;
	}
}

/******************************/
/*
	Responsive
*/

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
	div#enter_postcode_block {
		width: 1100px;
		height: 60px;
		margin: 0 auto 0 auto;
	}
	div#enter_postcode_block div.left {
		width: 80%;
		height: 60px;
		float: left;
	}
	div#enter_postcode_block div.right {
		width: 20%;
		float: left;
	}
	
	div.entry_block_1,
	div.entry_block_2 {
		
	}
	div.entry_block_1 div.eb_left {
		width: 600px;
	}
	div.entry_block_1 div.eb_right {
		
	}
	div.entry_block_2 div.eb_left {
		
	}
	div.entry_block_2 div.eb_right {
		width: 600px;
	}
	div.eb_text {
	
	}
	div.eb_text h1,
	div.eb_text h2,
	div.eb_text h3 {

	}
	div.eb_text p {
	
	}
}
/* Desktops */
@media only screen and (min-width: 980px) and (max-width: 1199px) {
	div#enter_postcode_block {
		width: 970px;
		height: 60px;
		margin: 0 auto 0 auto;
	}
	div#enter_postcode_block div.left {
		width: 80%;
		height: 60px;
		float: left;
	}
	div#enter_postcode_block div.right {
		width: 20%;
		height: 60px;
		float: left;
	}
	
	div.entry_block_1,
	div.entry_block_2 {
		width: 100%;
		height: 350px;
		background: #FFFFFF;
	}
	div.entry_block_1 div.eb_left {
		width: 500px;
		height: 350px;
		margin: 0;
		float: left;
		background: #999;
	}
	div.entry_block_1 div.eb_right {
		width: 465px;
		height: 350px;
		margin: 0;
		float: right;
	}
	div.entry_block_2 div.eb_left {
		width: 465px;
		height: 350px;
		margin: 0;
		float: left;
	}
	div.entry_block_2 div.eb_right {
		width: 500px;
		height: 350px;
		margin: 0;
		float: right;
		background: #999;
	}
	div.eb_text {
		text-align: center;
		width: 350px;
		margin: 0 auto 0 auto;
		padding: 110px 0 0 0;
	}
	div.eb_text h1,
	div.eb_text h2,
	div.eb_text h3 {
		font-size: 24px;
		margin: 0 0 10px 0;
	}
	div.eb_text p {
		font-size: 18px;
	}
	
}
/* iPad (or small monitor) Styles */
@media only screen and (min-width: 769px) and (max-width: 979px) {
	div#enter_postcode_block {
		width: 750px;
		height: 60px;
		margin: 0 auto 0 auto;
	}
	div#enter_postcode_block div.left {
		width: 80%;
		height: 60px;
		float: left;
	}
	div#enter_postcode_block div.right {
		width: 20%;
		height: 60px;
		float: left;
	}
	
	div.entry_block_1,
	div.entry_block_2 {
		width: 100%;
		height: 350px;
		background: #FFFFFF;
	}
	div.entry_block_1 div.eb_left {
		width: 50%;
		height: 350px;
		margin: 0;
		float: left;
		background: #999;
	}
	div.entry_block_1 div.eb_right {
		width: 50%;
		height: 350px;
		margin: 0;
		float: right;
	}
	div.entry_block_2 div.eb_left {
		width: 50%;
		height: 350px;
		margin: 0;
		float: left;
	}
	div.entry_block_2 div.eb_right {
		width: 50%;
		height: 350px;
		margin: 0;
		float: right;
		background: #999;
	}
	div.eb_text {
		text-align: center;
		width: 350px;
		margin: 0 auto 0 auto;
		padding: 110px 0 0 0;
	}
	div.eb_text h1,
	div.eb_text h2,
	div.eb_text h3 {
		font-size: 24px;
		margin: 0 0 10px 0;
	}
	div.eb_text p {
		font-size: 18px;
	}
	
}
/* Mobile Styles */
@media only screen and (min-width: 0px) and (max-width: 768px) {
	div#welcome,
	div#entry,
	div#hold_video {
		height: 100vh;
		min-height: 450px;
		width: 100%;
		background: url('../../img/bombay_images/home_mobile_bg.jpg');
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
	}
	
	div#welcome.mobile_bigger_800,
	div#entry.mobile_bigger_800,
	div#hold_video.mobile_bigger_800 {
		height: 800px;
	}
	
	div.header {
		z-index: 100;
		position: absolute;
		width: 100%;
		margin: 0;
	}

	
	
	
	div#enter_postcode h1 {
		font-size: 28px;
		color: #FFFFFF;
		margin: 0 0 20px 0;
		text-shadow: 1px 1px 1px #111111;
	}
	
	div#enter_postcode_block {
		width: 100%;
		height: 60px;
		margin: 0 auto 0 auto;
	}
	div#enter_postcode_block div.left {
		width: 70%;
		height: 60px;
		float: left;
	}
	div#enter_postcode_block div.right {
		width: 30%;
		height: 60px;
		float: left;
	}
	
	div.entry_spacer {
		height: 0;
	}
	
	div.entry_block_1,
	div.entry_block_2 {
		width: 100%;
		height: auto;
		background: #FFFFFF;
	}
	div.entry_block_1 div.eb_left {
		width: 100%;
		height: auto;
		float: none;
	}
	div.entry_block_1 div.eb_right {
		width: 100%;
		height: auto;
		float: none;
	}
	div.entry_block_2 div.eb_left {
		width: 100%;
		height: auto;
		float: none;
	}
	div.entry_block_2 div.eb_right {
		width: 100%;
		height: auto;
		float: none;
	}
	div.eb_text {
		width: auto;
		height: auto;
		float: none;
		padding: 30px;
	}
	div.eb_text h1,
	div.eb_text h2,
	div.eb_text h3 {
		font-size: 18px;
		margin: 0 0 10px 0;
	}
	div.eb_text p {
		font-size: 16px;
	}
	
	div.entry_block_1 div.eb_left img,
	div.entry_block_1 div.eb_right img,
	div.entry_block_2 div.eb_left img,
	div.entry_block_2 div.eb_right img {
		width: 100%;
		height: auto;
	}
}