@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:url(https://natashalax.co.uk/christmas-snow-falling-jquery-css3/images/christmas-background.jpg);
	background-size:100%;
	background-color: #dbebf8;
	background-repeat: no-repeat; .
}



#message
{
	width: 60%;
	text-align: center;
	height: auto;
	background:transparent url('https://natashalax.co.uk/christmas-snow-falling-jquery-css3/images/textBackground.png') repeat-x center;
	color: #000000;
	font-size: 30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding: 20px 10px;
	-webkit-box-sizing: border-box;
	-webkit-background-size: 100% 100%;
	z-index: 1;
}

p white
{
	width: 60%;
	text-align: center;
	height: auto;
	color: #ffffff;
	font-size: 30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding: 20px 10px;
	-webkit-box-sizing: border-box;
	-webkit-background-size: 100% 100%;
	z-index: 1;
}



p {
  margin: 15px;
  text-shadow:1px 1px #000;
}


#header {
	font-family:Arial, Helvetica, sans-serif;
	width: 100%;
	height: 300px;
	text-align: center;
	margin-top:20px;
}

h1 {
	font-size:24px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow:1px 1px #000;
}

h2 {
	font-size:16px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow:1px 1px #000;
}


h3 {
	font-size:13px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow:1px 1px #000;
}



a
{
  color: #FF0;
  text-decoration: none;
}

.clear {
	 clear:both;	
}

/* This only applies to desktop   */
@media screen and (min-width:768px) {
.whitebackground {background-color: white; padding: 20px; opacity: 0.6; border-radius: 12px; margin:10px; }
}

/* This only applies to mobile   */
@media screen and (max-width:768px) {
.greybackground {background-color: black; padding: 20px; opacity: 0.3; border-radius: 12px; margin:10px; }
}
