body {
  height: 100vh;
  overflow: hidden;
}

.navbar {
  height: 80px;
  border-bottom: 1px solid gray;
}

.containerDiv {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  scroll-behavior: smooth !important;
}

.intro-container {
  padding: 33px;
  background-color: white;
  border-radius: 10px;
  margin: 0 15%;
  opacity: 0.8;
}

.intro-container > * {
  width: 80%;
  margin: auto;
  color: black !important;
  text-shadow: none !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600;
  font-size: 18px;
}

.animationContainer {
  margin: 30px auto 40px auto;
  min-height: 30vw;
  overflow: hidden;
  position: relative;
  background-size: 100% 100%;
  transition: 0.2s ease;
  border-radius: 1000px;
  padding: 40px 50px;
  box-shadow: -8px -8px 20px 0px rgb(226, 226, 226), 8px 8px 20px 0px #727272;
  /* background-color: #d3f1c2; */
  background-image: linear-gradient(to bottom right, #f1feea, #86b36b);
}

@media only screen and (min-width: 1200px) {
  .animationContainer.upper {
    position: absolute;
    left: 106%;
    top: -123px;
    box-shadow: 4px 4px 10px 3px #646464;
  }
  .animationContainer.lower {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .animationContainer.upper {
    display: none;
  }
  .intro-container {
    width: 80% !important;
  }
}

@media only screen and (max-width: 600px) {
  .animationContainer.lower {
    width: 80%;
    padding: 20px 30px;
  }
  .intro-container {
    width: 98vw !important;
    margin: 0 2%;
    padding: 5px;
  }
  .intro-container > * {
    width: 97%;
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-collapse {
    background-color: white !important;
    position: relative;
    top: -9px;
    padding-left: 0;
  }
  .navbar-nav {
    margin: 0;
  }
  .nav li {
    border-bottom: 1px solid #f2f2f2;
  }
  .nav li a {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
      "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
      "Helvetica Neue", sans-serif !important;
    font-size: 16px !important;
  }
}

@media only screen and (min-width: 850px) {
  .contactContainer {
    flex-direction: row !important;
    justify-content: center !important;
  }
  .newsletterContainer {
    width: 450px !important;
  }
  .linkedinContainer {
    margin-left: 50px;
  }
}

.text-center p {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.first-section {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#valuesHeader {
  background-color: #5d9263;
  padding: 20px;
  color: white;
  border-radius: 10px;
  box-shadow: 10px 10px 10px 10px lightgray;
}

.our-photos {
  border-radius: 10px;
}

.linkedins {
  padding: 15px;
  display: flex;
  flex-direction: column;
}

.navbar-default {
  background-color: white !important;
  color: white;
}

.navbar-collapse li a {
  color: black !important;
  font-family: "Sanchez", serif;
  font-size: 18px;
}
.navbar-collapse li a:hover {
  color: #858585 !important;
}

.navbar-brand {
  width: 200px;
  height: 88px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-logo-img {
  width: 100% !important;
  height: 100% !important;
}

/* .nav li {
  border-bottom: 1px solid #e8e8e8;
} */

#values,
#about,
#images,
#contact {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.carousel-inner .item {
  text-align: center;
}

h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

h3,
h4 {
  font-family: "Sanchez", sans-serif;
}

.footer-container > h2 {
  text-align: center;
}

p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.values-header {
  font-size: 20px;
}

.profiles-container > p {
  margin-bottom: 80px;
  text-align: left;
}

#values {
  position: relative;
  top: -26px;
}

#about {
  position: relative;
  top: -50px;
}

#images {
  position: relative;
  top: -50px;
}

.contactContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid lightgray;
  padding-top: 30px;
  padding-bottom: 30px;
}

.newsletterContainer {
  display: flex;
  width: 350px;
  margin-bottom: 20px;
}

#mc_embed_signup {
  width: 100%;
}

.footer-container {
  border-top: 1px solid lightgray;
}

.linkedinContainer {
  height: 320px;
}

.linkedins > a {
  margin-top: 10px;
}

.subscribe-h2 {
  margin-bottom: 15px !important;
  font-family: "Sanchez", sans-serif !important;
  font-size: 27px !important;
  font-weight: 500 !important;
}

.findUsOnLinkedin-h3 {
  margin-top: 0;
}

.mc-field-group > label {
  font-family: "Montserrat", sans-serif;
}
