body {
  font-family: sans-serif;
  text-align: center;
}

body {
  font-family: sans-serif;
}
.navbar {
  overflow: hidden;
  background-color: black;
}
.navbar a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
  transition: .3s;
}
.navbar a:hover {
  background-color: #666666;
}


img {
  text-align: center;
}

.Photos{
  color: black;
  font-size: 60px;
}
.farm{
  height: 23%;
  width: 50%;
}

footer {
  width: 100%;
  height: 200px;
  background-color: #262626;
  color: #999999;
  bottom: -100000;
  padding: 0px;
}

footer a:hover {
  text-decoration: underline;
}

.footbr {
  line-height: 50%;
}

footer a {
  text-decoration: none;
  color: #ffffff;
  padding-right: 5px;
  padding-left: 5px;
}


.facebook_button {
  background-color: #262626;
  border-style: none;
  border-radius: 30px;
  color: #ffffff;
  width: 300px;
  height: 50px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  transition: .3s;
}

.facebook_button:hover {
  background-color: #ffffff;
  color: #262626;
}

.current {
  background-color: #666666;
}
