@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,600);

#contact-form {
  width: 400px;
  padding: 20px;
  margin: 50px auto;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
}

#contact-form label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textarea {
  width: 100%;
  padding: 12px 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

#contact-form input[type="button"] {
  background-color: #BB2649;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#contact-form input[type="button"]:hover {
  background-color: #70162b;
}


.image{
    width: 500px;
    height: 300px;
    border-radius: 2%;
    object-fit: cover;
}
body {
  background-image:url('../img/bg.png');
  background-repeat:repeat;
  justify-content:  center;
  overflow-x: hidden;
  font-family: 'Roboto', Arial, sans-serif;
}

.navbar {
  background-image:url('../img/bg.png');
  background-repeat:repeat;
}
.jumbotron {
  background-color: transparent;
  padding: 0 0 0 0;
}
.green {
  color: #5cb85c;
}
.magenta
{
  color:#BB2649;
  display: inline;
}
.thumbs {
  padding: 40px 0;
}
.thumbnail > img {
  max-width: 60%;
}
.footer {
  bottom: 0;
  position:relative;
}
.pageTitle{
  text-align: center;
  color: #BB2649;
  width: 100%;
}
#subespecies{
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
  justify-content:  center;
  position:relative;  
}
#animais{
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content:  center;
    margin-bottom: 100px;
}

#articles, #tickets{
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content:  center;
  margin-bottom: 50px;
}

.table-ajust{
  width: 60%;
}

.Employees{
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content:  center;
  position:relative;  
  margin-bottom: 100px;
}

.Employee{
  display: flex;
  flex-direction: column;
  width: 250px;
  height: 350px;
  border: 1px solid #747474;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 10px;
  padding: 25px;
  margin: 10px;
}

.Employee > figcaption{
  text-align: center;
}

.EmpImage{
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.AnimalClass {
  font-family: 'Roboto', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  border-radius:2%;
  color: #ffffff;
  text-align: left;
  line-height: 1.4em;
  background-color: #d8d8d8;
  justify-content:  space-between;
  flex:0 0 50%;

}
.AnimalClass * {
  box-sizing: border-box;
  transition: all 0.25s ease;
}
.AnimalClass img {
  max-width: 100%;
  vertical-align: top;
  opacity: 0.85;
}
.AnimalClass figcaption {
  width: 100%;
  height: 250px;
  background-color: #747474;
  padding: 25px;
  position: relative;
}
.AnimalClass figcaption:before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 0;
  width: 0;
  border-style: solid;
  border-width: 55px 0 0 400px;
  border-color: transparent transparent transparent #747474;
}
.AnimalClass figcaption a {
  padding: 5px;
  border: 2px solid #BB2649;
  color: #ffffff;
  font-size: 0.55em;
  text-transform: uppercase;
  margin: 0 auto;
  display: inline-block;
  opacity: 0.65;
  width: 47%;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
  bottom: 0;
  margin-bottom: 20px;
  position: absolute;
}
.AnimalClass figcaption a:hover {
  opacity: 1;
}
.AnimalClass .profile {
  border-radius: 50%;
  position: absolute;
  bottom: 100%;
  left: 25px;
  z-index: 1;
  max-width: 90px;
  opacity: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.AnimalClass .follow {
  margin-right: 4%;
  border-color: #161616;
  color: #2980b9;
}
.AnimalClass h2 {
  margin: 0 0 5px;
  font-weight: 300;
}
.AnimalClass h2 span {
  display: block;
  font-size: 0.5em;
  color: #BB2649;
}
.AnimalClass h3 span{
    display: block;
    font-size: 0.7em;
    color: #b92929;
    margin-top: 20px !important;
    margin-block-start: 0em !important;
  }
.AnimalClass p {
  margin: 0 0 10px;
  font-size: 0.8em;
  letter-spacing: 1px;
  opacity: 0.8;
}

td, th{
  text-align: center;
}
footer{
  bottom: 0 !important;

}

@media all and (min-width: 768px) {
  #hamburger-menu {
    display: inline;
  }
  #LabelClass{
    display:inline;
  }
  #LABELMENU{
    display:none
  }
}
label .menu {
  position: absolute;
  right: -80px;
  top: -100px;
  z-index: 100;
  width: 200px;
  height: 90px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50% 50% 50% 50%;
  transition: .5s ease-in-out;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5), 0 0 0 0 rgba(255, 255, 255, 0.5);
  cursor: pointer;
  
}

label .hamburger {
  position: absolute;
  top: 135px;
  left: 50px;
  width: 30px;
  height: 2px;
  background: #BB2649;
  display: block;
  transform-origin: center;
  transition: .5s ease-in-out;
}

label .hamburger:after, label .hamburger:before {
  transition: .5s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #BB2649;
}

label .hamburger:before { top: -10px; }

label .hamburger:after { bottom: -10px; }

label input { display: none; }

label input:checked + .menu {
  box-shadow: 0 0 0 100vw rgba(255, 255, 255, 0.5), 0 0 0 100vh rgba(255, 255, 255, 0.5);
  border-radius: 0;
  
}

label input:checked + .menu .hamburger {
  transform: rotate(45deg);
  
}

label input:checked + .menu .hamburger:after {
  transform: rotate(90deg);
  bottom: 0;
  
}

label input:checked + .menu .hamburger:before {
  transform: rotate(90deg);
  top: 0;
  
}

label input:checked + .menu + ul { opacity: 1; }
label a{
  float: left;
  padding: 25px 15px;
  font-size: 30px;
  line-height: 20px;
  z-index: 200;

}

li{
  list-style: none;
}
label ul {
  z-index: 200;
  position: absolute;
  top: 300%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: .25s 0s ease-in-out;
}

.footer {
  bottom: 0;
  width: 100%;
  height: 60px;   /* Height of the footer */
  background: #b8b8b8;
  border-color: #414141;
  padding-top: 25px;
  padding-bottom: 25px;
  position: fixed;
}

.section-details{
  margin-top: 50px;
}

.image-rei{
  border-radius: 2%;
}