/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

html {
  scroll-behavior: smooth;
}
body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 2em;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
.collapse-navbar-collapse {
  font-size: 30px;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
  top: 300px;
  left: 200px;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
.col-md-5 > img {
  width: 1000px;
  height: 750px;
}
.col-md-5 > p {
  text-align: center;
}
.team-title {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
}
.card {
  background-color: #303030;
  color: white;
  box-shadow: 0.5em;
  margin: 0;
}
.card img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
}

.card > .card-body > .card-title {
  background-color: #303030;
  text-align: center;
  font-size: 30px;
}
.card > .card-body > .card-text {
  background-color: #303030;
  text-align: center;
  font-family: Lato;
  font-style: normal;
  font-size: 20px;
  opacity: 0.7;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.05rem;
  top: 60%;
  right: 50%;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
@media (min-width: 10em) {
  #tractive {
    position: absolute;
    width: 30%;
    height: auto;
    left: 300px;
    top: 254px;
  }
}
@media (min-width: 10em) {
  #appstore {
    position: absolute;
    width: 10%;
    height: auto;
    left: 26%;
    top: 75%;
  }
}
