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

body {
  font-family: sans-serif;
}





/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}






.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;
}

.small {
  font-size: 5px;
  color: #ffffff;
  cursor: pointer;
}

.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;
}
