*{
	margin: 0;
	padding: 0;
}
html, body{
	height:100%;
}
.logo{
	text-shadow: 2px 2px dodgerblue;
	font-family: garamond;
	font-size: 40%;
}
.head1{
	background-image: url(Sky.jpg);
	background-position: center;
	background-size: cover;
	color: white;
	border: 3px solid dodgerblue;
	border-radius: 25px;
	text-align: center;
	font-family: garamond;
	font-size: 700%;
}
.table1{
	font-size: 15pt;
	font-family: garamond;
	text-decoration: blink;
	margin: 10px 10px 10px 10px;
	padding: 30px 10px 30px 10px;
	display: table;
}
.content1{
	margin: 10px 10px 10px 10px;
	padding: 30px 10px 30px 10px;
	font-family: garamond;
	text-align: center;
	line-height: 35pt;
}
a{
  	padding: 0px 10px;
  	word-wrap: normal;
	display: inline-block;
	color: white;
}
body{
	background-color: #4BBAFC;
	background-image: url(MainBackground.jpeg);
	background-position: center;
	background-size: cover;
	background-blend-mode: soft-light;
}
.heading{
	display: block;
	margin: auto;
}
.title1{
	margin-top: 50px;
	display: block;
	text-align: center;
	color: white
	font-size:400pt;	
	font-family: garamond;
}
.title2{
	display: block;
	margin-top: 50px; 
	text-align: center;
	color: white
	font-size:200pt;	
	font-family: garamond;
}
#nextpage{
	font-family: garamond;
	font-size: 100%;
	text-align: right;
	margin-right: 10px;
}
.button1{
	margin: 50px auto;
	display: block;
	width: 180px
	height: 50px;
	border: 6px solid white;
	border-radius: 25px;
	background-color: rgba(255,255,255,0);
	color: white;
	font-family: garamond;
	font-weight: bold;
	font-size: 50pt;
	border: 7px solid dodgerblue;
	transition: background-color 1000ms, border 1000ms, color 1000ms;
}
.button1:hover{
	background-color: rgba(255,255,255,0);
	color: dodgerblue;
	border: 7px solid white;
	border-radius: 25px;
	cursor: pointer;
	transition: background-color 1000ms, border 1000ms, border-radius 1000ms, color 1000ms;
}
.foot1{
	text-align: center;
	padding: 10px 10px 10px 10px;
	display: block;
	color: black
	text-weight: bold;
	font-family: garamond;
	font-size: 10pt;
}