html {
	height:100%;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
#logo {
	width:70%;
	height:auto;
}
#logodiv {
	text-align:center;
	position:relative;
	top:-180px;
}
body {
	background-image: url("..//Images/SugarCookies.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	overflow:nowrap;
	font-style:normal;
	font-family: 'Nunito', sans-serif;
	overflow-y:none;
}
.button {
	background-color: white;
	filter:opacity(.7);
	border:solid;
	border-width:.5px;
	border-color:black;
	padding:5px;
	font-weight:bold;
	width:50%;
	height:auto;
	margin:auto;
	vertical-align:middle;
}
#buttoncontainer {
	text-align:center;
	margin-top:-90px;
}
.linktext {
	color:black;
	text-decoration:none;
}
@media screen and (max-width:1200px) {
	#logodiv {
		top:-50px;
		position:relative;
	}
}
@media screen and (max-width:1000px){
	#logocaption {
	text-align:center;
	position:relative;
	top:-65px;
	color:gray;
}
}
@media screen and (min-width:1000px) {
	#logocaption {
	text-align:center;
	position:relative;
	top:-120px;
	color:gray;
}
}
@media print {
	background-image {
		display:none;
	}
	#logodiv {
		display:none;
	}
	#buttoncontainer {
		top:500px;
		position:relative;
	}
}