@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: 5%;
	left: 30px;
	border-radius: 24px;
	
	text-align: left;
	
	padding-left: 15px;
	padding-right: 15px;	
}
.text-block2 {position: fixed;
	top: 65%;
	left: 45%;
	font-size: 20px;
	background-color: none;
	border-radius: 25px;
	border-style: solid;
	border-color: white;
	
	text-align: center;
	color: white;
	padding-left: 15px;
	padding-right: 15px;
	background-color: ;
}
.text-block3 {position:absolute;
	bottom: 20px;
	left: 20px;
	background-color: #C0C0C0;
	colour: black;
	
	border-radius: 20px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.text-block4 {position:absolute;
	bottom: 20px;
	right: 20px;
	background-color: #C0C0C0;
	colour: black;
	
	
	padding-left: 5px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
}

h1{
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #FFD700;
	text-align: left;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration-line: none;
	line-height: normal;
	text-align: center;
	color: white;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	text-decoration-line: none;
	text-align: left;
	color: white;
}
/* unvisited link */
a:link {
  color: white;
}

/* visited link */
a:visited {
  color: white;
}

/* mouse over link */
a:hover {
  color: red;
}

/* selected link */
a:active {
  color: yellow;
}
p{
	color: #FFD700;
	font-size: 24px;
}
p2 {
	font-style:italic;
}