@charset "UTF-8";
/* CSS Document */
body, html {
	height: 100%;
margin: 0;}
.bg{
	background-image:url("RustatHouse.jpg");		
	height: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
}

.text-block {position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	background-color: #F3E4C5;
	padding-left: 15px;
	padding-right: 15px;	
}
.text-block2 {position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	background-color: #F3E4C5;
	padding-left: 15px;
	padding-right: 15px;	
}
.text-block3 {position:absolute;
	bottom: 20px;
	left: 20px;
	background-color: #C6BBBB;
	colour: black;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #705BFD;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	text-align: center;
	color: brown;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	
}
a:hover {
	color: brown;
}
p2 {
	font-style:italic;
}