@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap");

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  background: #fff;
  color: #333;
  line-height: 1.6;
}

ul {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 1em;
  margin: -1em;
}

a:hover {
  color: #30723a;
  font-style: italic;
}

h1 {
  color: #1e3c0c;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}

h2 {
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

h3 {
  text-align: center;
}
p .redstart{
  margin-top: 2rem;
}

h4 {
  text-align: center;
}

p {
  margin: 15px;
  max-width: 1000px;
  text-align: left;
}

img {
  width: 100%;
}

i {
  color: #1e3c0c;
}

.logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  text-align: center;
  background-color: #1e3c0c;
  margin: 0;
  width: 100%;
  position: fixed;
  padding: 0;
  z-index: 1;
}

.navbar {
  outline: #30723a solid 8px;
  background-color: #f6f4e1;
  opacity: 0.9;
  width: 100%;
  position: fixed;
  margin-top: 125px;
  z-index: 1;
}

.navbar ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  font-size: large;
  font-weight: 600;

  color: #333;
  gap: 1rem;
  padding: 13px;
}

.nav-item a {
  color: #333;
}

/* Header */
.icon-wrapper {
  display: flex;
  margin: 0 1rem;
}

.home-icons {
  text-align: center;
  margin-top: 0.5rem;
}

/* About */

.about-container {
  gap: 2rem;
  margin-bottom: 4rem;
}

.flex-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.flex-item img {
  width: 375px;
  float: left;
}

.title {
  margin-top: 1.5rem;
  text-transform: capitalize;
}

.img-about {
  margin-left: 1rem;
  padding: 1rem;
  gap: 1rem;
}

span.bold {
  font-size: 22px;
}

.mission {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mission-items {
  padding-top: 2rem;
  max-width: 60%;
  margin: 1rem;
}

.contact {
  background-color: #1e3c0c;
  color: #f6f4e1;
  padding: 1rem;
  margin: 0;
}

.contact a {
  color: #f6f4e1;
  list-style: none;
  text-decoration: none;
}

.contact i {
  text-decoration: none;
  color: #f6f4e1;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  padding-top: 3rem;
  height: 175px;
  background: #333;
  color: #fff;
  margin-top: 0;
}

.redbaud {
  text-align: center;
}

/* Mobile */
@media (max-width: 825px) {
  .header img {
    margin-top: 7rem;
  }
  .navbar {
    outline: #30723a solid 8px;
    background-color: #f6f4e1;
    opacity: 1.0;
    width: 100%;
    position: fixed;
    margin-top: 125px;
  }

  .mission-items {
    max-width: 75%;
    margin: 1rem;
    text-align: left;
  }


  #photo-heading {
    position: relative;
    min-height: 300px;
    min-width: 100%;
    background: url("../img/bear-cubs-phone2.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    color: #fff;
  }
  /*#home-heading {
    position: relative;
    min-height: 300px;
    min-width: 100%;
    background: url("../img/kitty3.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    color: #fff;
  }*/
  .icon-wrapper {
    flex-direction: column;
  }
}
