* {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  z-index: 0;
}

  body {
    background-color: #B6D6D4;
  }

.main {
  padding-top: 63px;
  padding-bottom: 100px;
  width: 60%;
}

#mouseover_images {
  margin: 0 auto;
  width: 100%;
}

.goat-images-header {
 font-size: 80px;
 text-align: center;
 padding-top: 75px;
 padding-bottom: 75px;
 font-family: 'Lobster Two', cursive;
 color: #3D3C3A;
 text-shadow: 2px 0 black;
 letter-spacing: 1px;
 font-weight:bold;
}

/* Goat Images with hover effect */
img:hover {
  opacity: .4;
  color: white;
  border: 1px solid #333;
  /*border-radius: 15px;*/
}

.goat-wrap {
  position: relative;
  display: inline-block;
  height: 300px;
  width: 25%;
  margin-left: 6.2%;
  margin-top: 30px;
  color: white;
  border: 2px solid #333;
  border-radius: 11px;
  min-width: 280px;
}

.goat-wrap img {
  width: 100%;
  position: absolute;
  display: inline;
  height: 100%;
  border: 1px solid #333;
  z-index: 1;
  border-radius: 9px;
}

/*.goat-wrap img {
  position: absolute;
  display: inline;
  height: 100%;
  width: 100%;
  border: 1px solid #333;
  z-index: 1;
  border-radius: 15px;
}*/

.goat-wrap:hover {
  color: #333;
}

/*.goat-wrap .name:hover {
  color: #333;
}*/

/* Goat's Profile that set on the left bottom corner of each image */
.infoDiv {
  margin-top: 198px;
  width: auto;
}


.name {
  margin-top: 40px;
  position: absolute;
  font-weight: bold;
  font-size: 40px;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 145px;
  z-index: 50;
  font-family: 'Lora';
}

.age, .location, .service-needed {
  font-size: 20px;
  margin-left: 10px;
  font-weight: bold;
  font-family: 'Lora';
}

.contact {
  font-size: 20px;
  margin-left: 10px;
  font-weight: bold;
  font-family: 'Lora';
  margin-bottom: 20px;
}
