.container {
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .w-75 {
  margin-bottom: 20px;
}
.footer {
  display: flex;
  flex-direction: column;
  width: 90%;
  /* margin: auto; */
  margin-top: 100px;
  margin-bottom: 30px;
  /* justify-content: center; */
  align-items: center;
}
.footer .email-form {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.footer .email-form label {
  margin: 8px;
}
.footer .email-form input {
  margin-right: 8px;
}
.footer a {
  color: slategray;
}
.footer .contact-icons {
  display: flex;
  flex-direction: row;
}
.footer i {
  margin: 10px;
}
.ideas {
  max-width: 90%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  padding-top: 90px;
}
.ideas-layout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.ideas-layout .card {
  margin: 10px;
}
.active-tab button {
  background-color: white;
  border: 1px solid black;
  color: #6c757d;
}
.tabs {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.tabs button {
  margin: 8px;
}
.card-columns .card {
  border: none;
  -webkit-column-break-inside: avoid;
}
.container .thoughts {
  max-width: 80%;
  margin-bottom: 250px;
  margin: auto;
}
.thoughts h1 {
  margin-bottom: 15px;
}
.thoughts h4 {
  margin-bottom: 15px;
}
.thoughts h6 {
  color: salmon;
  margin-bottom: 20px;
}
.thoughts .quote {
  margin: auto;
  max-width: 75%;
}
.thoughts a {
  text-decoration: underline;
}
.scrolls a:hover {
  color: mediumpurple;
}
#scrollers {
  display: flex;
  flex-direction: row;
}
#scrollers a {
  margin: 5px;
  text-align: center;
  font-size: 23px;
  width: 30%;
}
.scrolls {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  color: black;
  margin-bottom: 30px;
}
.scrolls a {
  color: black;
}
.scroll-section {
  margin-top: 30px;
}
.accordion button {
  white-space: normal;
}
#mc_embed_signup {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#mc_embed_signup #email-start {
  border: 5px solid mediumpurple;
  padding: 25px;
  border-radius: 10px;
  margin-top: 20px;
}
@media (max-width: 500px) {
  #mc_embed_signup #email-start {
    border: 3px solid mediumpurple;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  #mc_embed_signup #email-start h5 {
    display: none;
  }
}
#mc_embed_signup_scroll_dropin {
  display: flex;
  flex-direction: row;
  align-items: end;
}
@media (max-width: 500px) {
  #mc_embed_signup_scroll_dropin {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 500px) {
  #mc_embed_signup_scroll_dropin .web-menu {
    display: none;
  }
}
#mc_embed_signup_scroll_dropin .mobile-menu {
  display: none;
}
@media (max-width: 500px) {
  #mc_embed_signup_scroll_dropin .mobile-menu {
    display: flex;
    font-size: 1.1rem;
  }
}
@media (max-width: 500px) {
  #mc_embed_signup_scroll_dropin .email {
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  #mc_embed_signup_scroll_dropin .clear input {
    margin-left: 0;
  }
}
