.inclusive-sans {
  font-family: "Inclusive Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  /*border: 1px solid orange;*/
}

:root {
  --font-family: "Inclusive Sans", sans-serif;
  --text-color: rgb(26, 31, 22);
  --primary-color: rgb(52, 88, 48);
  --secondary-color: rgb(30, 63, 32);
  --background-color: rgb(237, 237, 201);
  --hover-color: rgb(21, 41, 22);
}

body {
  background-color: var(--background-color);
}

header {
  font-family: var(--font-family);
  background-color: var(--secondary-color);
  /* display: flex;
  justify-content: center;
  align-items: center; */
  padding: 10px;
}

.logo {
  width: 50px;
  height: auto;
}

.title h1 {
  font-family: var(--font-family);
  text-align: center;
  color: var(--background-color);
  font-size: 70px;
  margin: 0;
  padding: 10px 0;
  background-color: var(--secondary-color);
}

header nav {
  margin: 0px auto;
}

.navbar {
  background-color: var(--secondary-color);
}

header nav ul li a,
header a button {
  font-family: var(--font-family);
  font-size: 24px;
  color: var(--background-color);
  text-decoration: none;
}

nav ul {
  padding: 0;
  margin: 0;
  text-align: center;
}

nav ul li {
  display: inline-block;
  padding: 0 20px;
  border-right: var(--break-color) 1px solid;
}

nav ul li:last-child {
  border-right: none;
}

nav ul li a:hover {
  color: var(--hover-color);
}

header a button {
  border: none;
  border-radius: 50px;
  background-color: var(--secondary-color);
  cursor: pointer;
  padding: 10px 22px;
}

header a button:hover {
  background-color: var(--hover-color);
}

.navbar .nav-link {
  color: var(--background-color);
  font-size: 15px;
}

.navbar .nav-link:hover {
  color: var(--hover-color);
}

.green {
  background-color: var(--primary-color);
  color: var(--background-color);
  padding: 20px;
  font-family: var(--font-family);
  font-size: 20px;
  border-radius: 8px;
}

.white {
  font-family: var(--font-family);
  font-size: 20px;
  margin-left: 0;
}

.whiteabout {
  padding-left: 50px;
  padding-right: 50px;
  font-family: var(--font-family);
  font-size: 20px;
}

.button {
  font-family: var(--font-family);
  font-size: 15px;
  border: none;
  background-color: var(--primary-color);
  color: var(--background-color);
  padding: 10px;
  border-radius: 8px;
  font-size: 20px;
}

.button:hover {
  background-color: var(--hover-color);
}

h2 {
  text-align: center;
  font-size: 40px;
  margin: 20px;
  font-family: var(--font-family);
  color: var(--text-color);
  margin: 50px;
}

p {
  text-align: center;
  font-size: 20px;
  font-family: var(--font-family);
  color: var(--text-color);
}

footer {
  background-color: var(--primary-color);
  padding-top: 20px;
}

.col-2,
.col-6 {
  font-size: 20px;
  font-family: var(--font-family);
}

.margin {
  margin: 80px 0;
}
.margin1 {
  margin-left: 20px;
  margin-right: 20px;
}

.h3chocobox {
  text-align: center;
  font-size: 20px;
  font-family: var(--font-family);
  color: var(--background-color);
  width: 300px;
  background-color: var(--primary-color);
  padding: 10px;
  border-radius: 8px;
}

.pchocobox {
  text-align: center;
  font-size: 15px;
  font-family: var(--font-family);
  color: var(--background-color);
  width: 300px;
  background-color: var(--primary-color);
  padding: 10px;
  border-radius: 8px;
}

.aboutbutton {
  margin-top: 30px;
}

.contact {
  font-family: var(--font-family);
  color: var(--background-color);
  font-size: 15px;
}

.leftalign {
  text-align: left;
}

.centeralignabout {
  text-align: center;
}

.centeralign {
  text-align: center;
  color: var(--background-color);
  font-size: 15px;
  font-family: var(--font-family);
}

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

main {
  padding-top: 10px;
  justify-content: center;
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.card {
  border: 1px solid black;
  width: 24%;
  text-align: center;
  margin: 10px;
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 400px;
  margin-bottom: 20px;
  background-color: var(--primary-color) !important;
  color: var(--background-color) !important;
}

.card img {
  width: 100%;
  height: auto;
  display: block;
}

.card p {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  font-size: 15px;
  font-family: var(--font-family);
  color: var(--background-color);
}

.card button {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0.5rem 1rem;
  cursor: pointer;
  align-self: center;
  width: auto;
  border-radius: 8px;
  border: none;
  font-family: var(--font-family);
  background-color: var(--secondary-color);
  color: var(--background-color);
}

.card button:hover {
  background-color: var(--hover-color);
}

.imgtophome {
  width: 90%;
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: 0px;
}

.imgbottomhome {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
}

.imgaboutus {
  width: 700px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.font {
  font-family: var(--font-family);
}
.chocorow .col-lg-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .title h1 {
    font-size: 50px;
    padding: 15px;
  }

  h2 {
    font-size: 32px;
    margin: 30px 0;
  }

  .navbar .nav-link {
    font-size: 18px;
  }

  .logo {
    width: 40px;
  }

  p,
  .green,
  .white,
  .whiteabout,
  .col-2,
  .col-6 {
    font-size: 18px;
  }

  .margin {
    margin: 50px 0;
  }

  .white {
    margin-left: 20px;
  }

  .whiteabout {
    padding-left: 20px;
    padding-right: 20px;
  }

  .imgaboutus {
    width: 70%;
    max-width: 700px;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .homeimg {
    width: 350px;
  }

  .col-1,
  .col-2 {
    display: none;
  }

  .col-6 {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }

  .imgbottomhome {
    width: 350px;
    height: auto;
  }

  .h3chocobox,
  .pchocobox {
    width: 300px;
  }

  .row .col {
    width: 45%;
    margin: 0 auto 20px auto;
  }

  .imgtophome {
    width: 80%;
    max-width: 100%;
    height: auto;
    display: block;
  }

  main {
    width: 95%;
  }

  .card {
    width: 35%;
    margin: 10px;
  }

  .green {
    margin-bottom: 20px;
  }

  .mission {
    margin-left: 100px;
    margin-right: 50px;
  }

  footer .row {
    text-align: center;
  }

  .leftalign {
    text-align: center;
  }

  .centeralign {
    margin-top: 20px;
    white-space: nowrap;
  }

  .aboutbutton {
    margin-top: 0px;
  }

  .buttoncenter {
    width: 100% !important;
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 425px) {
  .title h1 {
    font-size: 32px;
    padding: 15px 10px;
  }

  h2 {
    font-size: 28px;
    margin: 20px 0;
  }

  .navbar .nav-link {
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
  }

  .navbar form {
    margin-top: 15px;
    width: 100%;
  }

  .navbar .form-control {
    width: 100%;
  }

  p,
  .green,
  .white,
  .whiteabout,
  .col-6,
  .col-2 {
    font-size: 16px;
  }

  .margin {
    margin: 30px 0;
  }

  .white {
    margin-left: 0;
    padding: 10px;
  }

  .whiteabout {
    padding-left: 10px;
    padding-right: 10px;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .imgabout {
    width: 100%;
    padding-right: 0;
  }

  .imgtophome {
    width: 80%;
    margin: 0 auto;
  }

  .col-1,
  .col-2 {
    display: none;
  }

  .col-6 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .chocorow .col {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .h3chocobox,
  .pchocobox {
    width: 90%;
    margin: 0 auto 15px auto;
  }

  .button {
    width: 90%;
    font-size: 18px;
  }

  main {
    width: 100%;
    padding: 10px;
  }

  .card {
    width: 60%;
    margin: 10px auto;
    min-height: auto;
  }

  .aboutbutton {
    width: 120px;
    padding: 5px 10px;
  }

  .mission {
    margin-left: 0;
    margin-right: 0;
  }

  footer .row {
    flex-direction: column;
    text-align: center;
  }

  .centeralign {
    margin-top: 20px;
  }

  footer .col,
  footer .col-4 {
    width: 100%;
    margin-bottom: 15px;
  }

  .homebutton {
    width: 150px;
  }

  .row {
    flex-direction: column;
  }

  .col,
  .col-6 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .greenmobile {
    margin-top: 40px;
    text-align: center;
    padding: 30px;
  }
  .white.mt-5.mb-5 {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    text-align: center;
  }
  .imgbottomhome {
    margin: 0 auto 40px auto;
  }
  .aboutbutton {
    margin-top: 40px !important;
  }
  .center {
    align-items: center;
    justify-content: center;
  }
  .mission,
  .green {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .mission,
  .green {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .mission,
  .green {
    width: 90% !important;
    max-width: 90% !important;
    flex: 0 0 90% !important;
    margin: 0 auto 20px auto !important;
  }
}
