@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lobster+Two');



body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 40px;
	background:url(image/graphics/ireland-forest-background.jpg)
 no-repeat center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; overflow-y: scroll;
}



h1  { font-family: 'Lobster Two', cursive; font-style:italic; font-weight:bold; color: #090; text-align:center;}

h3  { font-family: 'Lobster Two', cursive; color: #090; text-align:center;}


