html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html {
	scroll-behavior: smooth;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body {
	font-family: Inter, Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.5;
	background-color: #ffffff	;
	color: #221204;
}

h1, h2, h3 {
	font-family: 'Playfair Display', Times, serif;
	font-size: 38px;
	font-weight: 600;
	line-height: 1.1;
	margin: 0 0 30px 0;
}

h2 {
	padding-top: 15px;
}

b {
	font-weight: 500;
}

p {
	margin: 30px 0 30px 0;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

header {
	background-image: url(/images/windows.jpeg);
	background-size: cover;
	background-position: center;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	vertical-align: middle;
}

header a {
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	text-decoration: none;
	color: #ffffff;
}

header img {
	width: 80%;
	height: auto;
}

header h1 {
	font-size: 30px;
	color: #ffffff;
}

header h3 {
	font-size: 16px;
	color: #ffffff;
}

input, textarea, select {
	font: inherit;
}

i.mysize {
	font-size: 23px;
}

section {
	display: block;
}

section:nth-child(odd) {
	flex-direction: row-reverse;
}

section div {
	width: 100%;
}

section div.text {
	padding: 20px;
}

div.full-image {
	height: 100vh;
	background-size: cover;
	background-position: center;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
}

div.image-1 {
	background-image: url(/images/terrace.jpeg);
}

div.image-2 {
	background-image: url(/images/bedroom.jpeg);
}

div.image-3 {
	background-image: url(/images/kitchen1.jpeg);
}

div.image-4 {
	background-image: url(/images/kitchen3.jpeg);
}

section div.iris-row {
	width: 100%;
}

section div.label {
	width: 100%;
}

.center {
	display:flex;
	align-items: center;
	justify-content: center;
}

div.smcolumn {
	width: 100%;
/*	padding-left: 15%;
	padding-right: 15%; */
}

div.textblockright {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 40%;
	border: #eaeaea 1px solid;
	border-radius: 5px;
	background-color: rgba(247, 249, 250, 0.5);
	padding-left: 20px;
	padding-right: 20px;
}

div.textblockleft {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 40%;
	border: #eaeaea 1px solid;
	border-radius: 5px;
	background-color: rgba(247, 249, 250, 0.5);
	padding-left: 20px;
	padding-right: 20px;
}

.fade-in {
	animation: fadeIn ease 6s;
	-webkit-animation: fadeIn ease 6s;
	-moz-animation: fadeIn ease 6s;
	-o-animation: fadeIn ease 6s;
	-ms-animation: fadeIn ease 6s;
}

@keyframes fadeIn {
	0% {opacity:0.1;}
	100% {opacity:1;}
}

@-moz-keyframes fadeIn {
	0% {opacity:0.1;}
	100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
	0% {opacity:0.1;}
	100% {opacity:1;}
}

@-o-keyframes fadeIn {
	0% {opacity:0.1;}
	100% {opacity:1;}
}

@-ms-keyframes fadeIn {
	0% {opacity:0.1;}
	100% {opacity:1;}
}

section.scrollupouter {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	padding: 0px;
	background-color: #e4d3d2;
	width: 100%;
	height: 100vh;
	display: block;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
}

div.scrollupinner {
	padding: 0px;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
}

.scrollimage-1 {
	background-image: url(/images/livingroom.jpeg);
}

.scrollimage-2 {
	background-image: url(/images/stairs.jpeg);
}

.scrollimage-3 {
	background-image: url(/images/bathroom.jpeg);
}

.scrollimage-4 {
	background-image: url(/images/mylittleneighbour.jpeg);
}

@media only screen and (min-width: 688px) {
	body {
		font-size: 22px;
	}
  
	h1, h2 {
		font-size: 54px;
		padding-top: 0px;
	}
  
	header h1 {
		font-size: 54px;
	}  
  
	header h3 {
		font-size: 27px;
	}
	  
	i.mysize {
		font-size: 41px;
	}
	  
	section {
		display: block;
	}
  
	section div {
		width: 100%;
	}
  
	section div.text {
		padding: 35px;
	}
  
	div.full-image {
		height: 100vh;
	}
}

@media only screen and (min-width: 992px) {
	body {
		font-size: 22px;
	}
  
	h1, h2 {
		font-size: 62px;
		padding-top: 0px;
	}
  
	header h1 {
		font-size: 62px;
	}  
  
	header h3 {
		font-size: 31px;
	}

	i.mysize {
		font-size: 46px;
	}

	section {
		display: flex;
	}
	
	section div {
		width: 50%;
	}

	section div.text {
		padding: 50px;
	}
  
	div.full-image {
		height: 100vh;
	}
}

@media only screen and (min-width: 1312px) {
	body {
		font-size: 28px;
	}
	
	h1, h2 {
		font-size: 76px;
		padding-top: 0px;
	}

	header h1 {
		font-size: 76px;
	}  
  
	header h3 {
		font-size: 38px;
	}
	
	i.mysize {
		font-size: 57px;
	}
	
	section {
		display: flex;
	}
	
	section div {
		width: 50%;
	}

	section div.text {
		padding: 60px;
	}
  
	div.full-image {
		height: 100vh;
	}
}