body {
	background-image: url('../images/background.jpg');
}

h4 {
	font-family: verdana;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 520%;
  color: white;
  font-family: verdana;
  text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
}
figcaption {
	color: blue; 
	font-family: verdana; 
	font-size: 100%;
}
p {
	position: center;
	font-family: verdana;
}
.centerText{
	margin-left:15%;
	margin-right:15%;
}
.gallery {
 padding: 15px;
 float: left;
}
.centerImages{
	margin-left:1.5%;
}

.top-left1 {
  position: absolute;
  top: 30px;
  left: 30px;
  outline: 5px solid white;
  color: white;
  font-family:verdana;
  font-size: 150%;
}
.top-left2 {
  position: absolute;
  top: 30px;
  left: 130px;
  outline: 5px solid white;
  color: white;
  font-family:verdana;
  font-size: 150%;
}
.top-left3 {
  position: absolute;
  top: 30px;
  left: 370px;
  outline: 5px solid white;
  color: white;
  font-family:verdana;
  font-size: 150%;
}
.top-left4 {
  position: absolute;
  top: 30px;
  left: 550px;
  outline: 5px solid white;
  color: white;
  font-family:verdana;
  font-size: 150%;
}
.top-left5 {
  position: absolute;
  top: 30px;
  left: 670px;
  outline: 5px solid white;
  color: white;
  font-family:verdana;
  font-size: 150%;
}
.top-left6 {
  position: absolute;
  top: 30px;
  left: 875px;
  outline: 5px solid white;
  color: white;
  font-family:verdana;
  font-size: 150%;
}
.top-left7 {
  position: absolute;
  top: 30px;
  left: 1100px;
  outline: 5px solid white;
  color: white;
  font-family:verdana;
  font-size: 150%;
}
.alignGif{
	margin-left:6.2%;
	margin-top:2.7%;
}
.footer{
	width:auto;
	background-color: #57d4fa;
}
.center{
	margin-left:13%;
}