body {
	background-image: url(photo3.jpg);
		width: 100%;
		margin: 0;
		padding: 0;
		background-attachment: fixed;
		background-size: cover;
		background-repeat: no-repeat;
		box-sizing: border-box;
		background-position: center;
}



@media (max-width: 450px) {
  body {
		background-image: url(mobile3.jpg);
		width: 100%;
		margin: 0;
		padding: 0;
		background-attachment: fixed;
		background-size: cover;
		background-repeat: no-repeat;
		box-sizing: border-box;
		background-position: center;
}
}

@media (max-width: 450px) {
	.quote {
		font-size: 12pt;
		padding-left: 30px;
		padding-top: 20px;
		width: 180px;
	}
}

@media (min-width: 451px ) {
	body {
		background-image: url(photo3.jpg);
		width: 100%;
		margin: 0;
		padding: 0;
		background-attachment: fixed;
		background-size: cover;
		background-repeat: no-repeat;
		box-sizing: border-box;
		background-position: center;
	}
}

.photo {
	cursor: pointer;
}

a {
	text-decoration: none;
	font-family: 'Alfa Slab One', cursive;
	font-size: 16pt;
	color: white;
	display: block;
	position: absolute;
	top: 20px;
	bottom: 0;
	left: 20px;
	right: 0;
	z-index: 100;
}


a.fullPageButton {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

