#homepage #intro img {
  width: 100%;
  height: 50vh;
  margin-bottom: 16px;
}
#homepage #presentation {
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 4vh 0 0 0;
  border-radius: 8px;
}
#homepage #presentation #pTitle {
  margin: 0 auto;
}
#homepage #presentation #presentationContainer {
  box-shadow: 0 0 1vh black;
  height: fit-content;
  width: 90%;
  margin: auto;
  padding: 3vh;
  margin-top: 4vh;
  border-radius: 32px;
  background-color: #7BB206;
}
#homepage #presentation #presentationContainer #pCOne {
  height: fit-content;
  box-shadow: 0 0 1vh rgba(0, 0, 0, 0.5);
  text-align: justify;
  padding: 3vh;
  background-color: white;
  border-radius: 16px;
}
#homepage #presentation #presentationContainer #pCTwo {
  visibility: hidden;
  position: absolute;
}

#blog {
  display: flex;
  flex-direction: column;
  height: fit-content;
  padding: 2vh 0;
}
#blog #blogArticle {
  display: flex;
  flex-direction: column;
  flex-direction: space-evenly;
  width: 100%;
  height: fit-content;
}
#blog #blogArticle #bAImgContainer {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
#blog #blogArticle #bAImgContainer #bAImg {
  height: 20%;
  display: flex;
}
#blog #blogArticle #bAImgContainer #bAImg img {
  box-shadow: 0 0 1vh black;
  max-width: 90%;
  margin: auto auto 2vh auto;
  border-radius: 16px;
}
#blog #blogArticle #bAText {
  display: flex;
  flex-direction: column;
  width: 90%;
  height: fit-content;
  margin: 2vh auto;
}
#blog #blogArticle #bAText #bTitle {
  margin: 0 auto 2vh auto;
  width: 100%;
}
#blog #blogArticle #bAText #bATextContainer {
  box-shadow: 0 0 1vh black;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  width: 100%;
  height: 70%;
  max-height: fit-content;
  margin: auto 0 0 0;
  background-color: #7BB206;
  padding: 1vh;
}
#blog #blogArticle #bAText #bATextContainer h3 {
  box-shadow: 0 0 1vh rgba(0, 0, 0, 0.5);
  width: fit-content;
  padding: 1vh 2vh;
  background-color: white;
  color: black;
  border-radius: 24px;
  margin: 0 auto 1vh 0;
}
#blog #blogArticle #bAText #bATextContainer p {
  box-shadow: 0 0 1vh rgba(0, 0, 0, 0.5);
  text-align: justify;
  border-radius: 24px;
  padding: 8px 16px;
  color: black;
  font-size: 1rem;
  background-color: white;
  margin: auto 0;
  max-height: 100%;
}
#blog #blogArticle #bAText #bATextContainer .bALocation {
  margin: 1vh 0 0 auto;
}

@media (min-width: 800px) {
  #blog #blogArticle #bAText #bATextContainer h3 {
    margin: 0 auto 4vh 0 !important;
  }
  #blog #blogArticle #bAText #bATextContainer .bALocation {
    margin: 4vh 0 0 auto !important;
  }
}
@media (min-width: 1100px) {
  .slider {
    box-shadow: 0 0 1vh rgba(0, 0, 0, 0.5);
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 50vh;
    display: block;
    margin-bottom: 2vh;
  }
  .slider-img {
    height: 75vh !important;
  }
  .slides {
    object-fit: contain;
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
  }
  #slideContainer {
    height: 75vh !important;
  }
  .slides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
  }
  #homepage #intro {
    display: flex;
  }
  #homepage #presentation {
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: 2vh 0;
    border-radius: 8px;
  }
  #homepage #presentation #pTitle {
    margin: 0 auto;
  }
  #homepage #presentation #presentationContainer {
    box-shadow: 0 0 1vh black;
    height: fit-content;
    width: 70%;
    margin: auto;
    padding: 7vh;
    margin-top: 4vh;
    border-radius: 32px;
    background-color: #7BB206;
  }
  #homepage #presentation #presentationContainer #pCOne {
    box-shadow: 0 0 1vh rgba(0, 0, 0, 0.5);
    text-align: justify;
    padding: 5vh;
    background-color: white;
    border-radius: 16px;
  }
  #homepage #presentation #presentationContainer #pCTwo {
    visibility: visible;
    box-shadow: 0 0 1vh rgba(0, 0, 0, 0.5);
    display: block;
    text-align: justify;
    position: relative;
    padding: 5vh;
    background-color: white;
    border-radius: 16px;
    margin-top: 7vh;
  }
  #blog {
    display: flex;
    flex-direction: column;
    padding: 4vh 0;
    border-radius: 8px;
  }
  #blog #blogArticle {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: stretch;
    margin: 0 auto;
    width: 70%;
    height: 60vh !important;
  }
  #blog #blogArticle #bAImgContainer {
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 80%;
    margin: auto 0;
  }
  #blog #blogArticle #bAImgContainer #bAImg {
    height: 100%;
    display: flex;
  }
  #blog #blogArticle #bAImgContainer #bAImg img {
    object-position: center;
    object-fit: cover;
    box-shadow: 0 0 1vh black;
    max-width: 80%;
    height: 100%;
    margin: auto 0 auto auto;
    border-radius: 16px;
  }
  #blog #blogArticle #bAText {
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 80%;
    margin: auto 0;
  }
  #blog #blogArticle #bAText #bTitle {
    margin: 0 auto;
  }
  #blog #blogArticle #bAText #bATextContainer {
    box-shadow: 0 0 1vh black;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    width: 100%;
    height: fit-content;
    max-height: none;
    margin: auto auto 0 auto;
    background-color: #7BB206;
    padding: 2vh;
  }
  #blog #blogArticle #bAText #bATextContainer h3 {
    box-shadow: 0 0 1vh rgba(0, 0, 0, 0.5);
    width: fit-content;
    padding: 1vh 2vh;
    background-color: white;
    color: black;
    border-radius: 24px;
  }
  #blog #blogArticle #bAText #bATextContainer p {
    box-shadow: 0 0 1vh rgba(0, 0, 0, 0.5);
    text-align: justify;
    border-radius: 24px;
    padding: 8px 16px;
    color: black;
    font-size: 1.1rem;
    background-color: white;
    margin: auto auto;
    max-height: 80%;
    overflow: auto;
  }
  #blog #blogArticle #bAText #bATextContainer .bALocation {
    margin: 1vh 0 0 auto;
  }
}

/*# sourceMappingURL=homepage.css.map */
