@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: #6a6e6f;
  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;
  color: #fff;
}

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%;
  max-height: 600px;
}

i {
  color: #1e3c0c;
}

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

.one {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  text-align: center;
  align-items: center;
}

.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;
  flex-wrap: wrap;
  justify-content: center;
}

.icon-wrapper img {
  width: 100;
  max-height: 600px;
  margin-top: 9em;
}

.title {
  text-align: center;
}

.title h2,
h3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.photo-heading {
  text-align: center;
  background-color: #d1dbe4;
  border: #e4ecee 4px solid;
}

.photo-heading h2,
h3 {
  color: #333;
}

.main {
  margin-top: 3em;
}

.primary-content {
  background-color: #fff;
  padding-bottom: 1em;
}

.primary-content p {
  text-align: center;
}

.primary-content ul {
  text-align: center;
}

.section-title {
  color: #333;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.sidebar {
  padding: 1em;
  text-align: center;
  color: #333;
  background-color: #fff;
}

.sidebar p {
  text-align: center;
}

.sidebar-title {
  color: #333;
}

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

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

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

.content {
  margin-bottom: 350px;
}

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

.contact h3 {
  color: #fff;
}

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

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

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

.footer p {
  text-align: center;
}

.copyright {
  display: flex;
  justify-content: center;
  background-color: #333;
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-align: center;
  width: 100%;
  padding: 1em;
}

.copyright p {
  text-align: center;
}

.redbaud {
  background-color: #333;
  color: #ff0202;
  font-family: "Roboto", sans-serif;
  text-align: center;
  width: 100%;
  padding: 0.25rem;
}

.redbaud a {
  color: #ff0202;
  text-decoration: none;
}

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

  .primary-content {
    background-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 {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .row {
    display: flex;
  }
}
