
/* Menu / Logo / Login
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menu {
  padding-top: 1rem;
  height: 4rem;
}

.one-halfsies-left {
  width: 50%;
}
.one-halfsies-right {
  width: 50%;
}

.logo a{
  color: #9f8e7d !important;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 300;
  text-decoration: none;
}

.login {
  padding-top: 7px;
  font-weight: bold;
}

/* Larger than mobile (phablet) */
@media (min-width: 550px) {
  .logo {
    font-size: 2.4rem;
  }
}

.menu .column {
    margin-left: 0%;
}

.hero.no-bg {
  background: none !important;
  padding-bottom: 1rem;
}

.welcome-name {
  color: gray;
  font-weight: normal;
}

a {
  text-decoration: none;
}


h2.tagline-line1 {
  margin-bottom: 0.5rem;
  color: #444;
  /*font-weight: bold;*/
  letter-spacing: 0.001rem;
  line-height: 3.5rem;
  font-size: 2.8rem;
  text-align: center; }


h2.tagline-line2 {
  font-size: 1.3em;
  margin-bottom: 0em;
  text-align: center;
}

.tagline-container h3 {
  color: #444;
  font-size: 2.5rem; }

.button-container {
  text-align: center;
  margin-top: 2.5rem;
}


.button {
  font-size: 1.4rem;}

.mockup-container {
  margin-top: 4rem; }

.mockup {
  max-width: 100%; }

.down-arrow-container {
  margin-top: 2rem;
  text-align: center; }

.down-arrow {
  max-width: 10%; }

.how-it-works-container {
  margin-top: 4rem; }

.how-it-works-container h2,
.our-users-container h2,
.call-to-action-container h2 {
  color: #444;
  font-weight: bold;
  text-align: center;
  font-size: 3rem; }

.steps-container {
  text-align: center; }

.steps-container h5 {
  font-size: 2.2rem;
  color: #444;
  margin-bottom: 3rem; }

.step-icon {
  height: 13rem;
  width: 13rem;
  margin-bottom: 2rem; }

.our-users-container {
  margin-top: 2rem; }

.testimonials-container {
  text-align: center;
  margin: 2rem auto; }

.testimonials-box {
  margin: 0 auto;
  width: 100%;
  background-color: rgb(248, 248, 248);
  box-shadow: 0 40px 65px -24px rgba(0,0,0,.25); }

/*.testimonials-box:hover {
  box-shadow: 0 40px 79px 0 rgba(0,0,0,.3); }*/

.testimonials-container a {
  text-decoration: none;
  color: #0E7FDE; }

.testimonials-container p {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  padding: 0 1.5rem;
  text-align: justify;
  line-height: 1.4; }

.testimonials-container h2, h3 {
  padding: 0 2rem 2rem;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: right;
  letter-spacing: 0.005rem;
  color: #0E7FDE; }

.testimonials-container h3 {
  font-size: 1.6rem;
  font-weight: normal;
  /*color: #444; */
  margin-top: -3.85rem;
  padding-bottom: 1.5rem; }

.testimonial-photo {
  border-radius: 100%;
  border: 4px solid #444;
  max-width: 50%;
  margin: 3rem 0 2rem; }

.call-to-action-container {
  margin-bottom: 4rem;
  text-align: center; }

.footer {
  background-color: #eae9e7;
  color: black;
  font-size: 1.25rem;
  padding: 1rem;
  background-color: #efefef; }


/* Mobile first queries */

@media (min-width: 550px) {
  .logo {
    max-width: 60%; }
  .tagline-container h2 {
    letter-spacing: 0.0025rem; }
  .down-arrow {
    max-width: 25%; }
  .how-it-works-container {
    margin-top: 6rem; }
  /*.testimonials-box {
    height: 73%; }*/
  .four.columns {
    margin-left: 2.6666666666666666666666666666667%; }
  .offset-by-four.column, .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
}

/* Tristan stuff below: */

.email-form {
  text-align: center;
}

input[type="email"] {
  width: 240px;
}

input[type="submit"].button-primary {
  width: 152px;
}

input[type="submit"].button-primary.thanks {
  background-color: #27ae60 !important;
  width: 140px;
}


.thanks {
  background-color: #2ecc71 !important;
  border-color: #D1D1D1 !important;
}

.testimonials-box {
  transition: box-shadow 0.3s ease-in-out;
}

.testimonials-box:hover {
  box-shadow: 0 50px 64px -16px rgba(0,0,0,.25);
}

#downArrow {
  cursor: pointer;
  padding: 20px;
  margin: -20px;
}

.tagline-container {
  text-align: center;
  margin-top: 1.5rem;
}

.logo-container-index {
  margin-top: 3rem;
  text-align: center;
}

.kadavy-bar {
    overflow: hidden;
    background-color: #3c84d8;
    position: fixed;
    top: 0;
    width: 100%; /* Full width */
    text-align: center;
    z-index: 100;
}

/* Links inside the kadavy-bar */
.kadavy-bar a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
  padding-top: 6px;
  width: 100%;
}

.kadavy-bar span.underline {
  text-decoration: underline;
}

.kadavy-bar img.kadavy-pic {
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin-right: 10px;
}

.container {
  margin-top: 6px;
}

.footer {
  padding: 28px 32px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap-reverse;
  font-size: 16px;
  color: #333;
}

.footer-area {
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 440px;
}

.footer-link-column {
  min-width: 70px;
  margin-left: 8px;
  margin-right: 8px;
}

.footer-link-column a{
  white-space: nowrap;
}

.footer-link-column h6 {
  margin-bottom: 4px;
  font-weight: bold;
  color: #666;
}

.footer-social-icon {
  height: 16px;
  fill: #666;
  padding: 4px;
  margin-bottom: -4px;
}

a.footer-social-icon:hover {
  color: #333;
}

a.twitter-link-name {
  background-color: #1e99e6;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  padding: 2px 6px;
  white-space: nowrap;
}

a.twitter-link-name:hover {
  background-color: #1ea1f2;
}

img.works-with {
  max-width: 100%;
  opacity: 0.7;
  margin-top: -2rem;
  max-height: 300px;
}

.features-cta.get-started-button {
  font-size: larger;
  font-weight: bold;
}

img.screenshot-image {
  max-width: 95%;
  box-shadow: 0px 0px 18px 3px #ddd;
  border-radius: 4px; opacity: 0.9;
  max-height: 330px;
  margin-top: 1rem;
}

@media (max-width: 781px) {
  img.works-with {
    margin-top: 2rem;
  }
  img.screenshot-image {
    margin-top: 4rem;
  }

  img.screenshot-image.tag-note-search {
    display: none;
  }
}

@media (max-width: 550px) {
  /* Swap the order of the login/signup buttons on mobile */
  .button-container {
    display: flex;
    flex-direction: column; 
    align-items: center;
  }
  .login-button {
    order: 2;
    width: 243px;
  }

  a.wide-mobile {
    width: 243px; 
  }

  img.testimonial-photo {
    max-width: 40%;
  }

  h2.tagline-line1 {
    line-height: 3rem;
    margin-bottom: 1rem;
  }
  h2.tagline-line2 {
      letter-spacing: -0.05rem;
  }

  img.works-with {
    margin-top: 4rem;
  }

  img.screenshot-image {
    display: none;
  }

  img.screenshot-image.tag-note-search {
    display: initial;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

}

.tweets-row {
  display: flex;
  margin-left: -50vw;
  left: 50%;
  overflow-x: scroll;
  width: 100vw;
  position: relative;
}

.twitter-tweet.twitter-tweet-rendered {
  max-width: 25% !important;
  margin-left: 1%;
  margin-right: 1%;
}
