* {
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Nunito", sans-serif;
  background-color: #6fa18c;
}
.logo-nav img {
  height: 80px;
  justify-content: flex-start;
}

header {
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 80px;
  display: flex;
  background-color: #6fa18c;
  color: #fef7eb;
  justify-content: space-around;
  padding-bottom: 10px;
}

header h1 {
  text-align: center;
  height: 100%;
  display: inline;
}

/************************* MAIN PAGES NAV */
.navigation li {
  list-style: none;
  text-align: center;
  text-decoration: none;
}
.navigation ul {
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: space-evenly;
  text-decoration: none;
  padding: 10px 24px;
  line-height: 80px;
}

.navigation a {
  text-align: center;
  text-decoration: none;
  line-height: 80px;
  color: #fef7eb;

  justify-content: space-evenly;
  padding: 10px 24px;
}

.navigation a:hover {
  text-align: center;
  text-decoration: none;
  line-height: 80px;
  color: #f9bc60;

  justify-content: space-evenly;
  padding: 10px 24px;
}

.navigation a.active {
  text-align: center;
  text-decoration: none;
  line-height: 80px;
  color: #f9bc60;

  border: solid;
  border-color: #fef7eb;

  justify-content: space-evenly;
  padding: 10px 24px;
}

/********************** DONATE BUTTON NAV */

#donate {
  border: solid;
  border-color: #f9bc60;
  border-radius: 50px;
  color: #fef7eb;
}
#donate:hover {
  background-color: #f9bc60;
  opacity: 1;
}

/********************************** section**/
section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 20px 204px;
}
/********************************** volunteer form**/

.volunteer img {
  height: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

form {
  display: flex;
  flex-direction: column;
}
form input {
  border-radius: 50px;
  padding: 12px;
  margin-top: 10px;
  border-style: none;
}

.submitbtn {
  display: flex;
  padding: 12px 10px;
  margin: 8px 0;
  width: 100%;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  background-color: #e8e4e680;
  cursor: pointer;
}

.submitbtn:hover {
  background-color: #f9bc60;
}
/********************************** foster form**/

.foster img {
  height: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
form {
  display: flex;
  flex-direction: column;
}

/********************************footer****/

footer {
  background-color: #004643;
  color: #fef7eb;
  height: 100%;
  bottom: 0;
}
footer .footer-items {
  line-height: 84px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  text-align: center;
}

footer .footer-items .fa-brands fa-instagram fa-xl {
  font-size: 1.5em;
  text-align: center;
  line-height: 100%;
  background-color: #f9bc60;
  line-height: 84px;
  text-align: center;
}
