body {
  background-color: #fff;
}

h3 {
  font-size: 1.4rem;
}

#tagline h1 {
  font-size: 2rem;
  padding-bottom: 1rem;
  text-align: center;
  z-index: 2;
}

#calls-to-action .card {
  box-shadow: 0 4px 4px 0 rgba(25, 81, 114, .6);
  border: none;
  width: 100%;
  z-index: 2;
}

#calls-to-action .card-title {
  color: #195172;
  text-shadow: none;
  font-size: 14pt;
  font-family: Tahoma, sans-serif;
  padding-bottom: 10px;
  padding-left: 0;
  text-align: center;
}

#calls-to-action .btn:hover {
  cursor: pointer;
}

#calls-to-action .card-body {
  color: #195172;
  font-size: 12pt;
  padding: 20px 10px 10px;
  text-align: left;
}

#calls-to-action .card-footer {
  background: none;
  border: none;
  padding: 8px 4px 20px;
}

#career-test-for-any-device img {
  height: auto;
  margin-top: 5rem;
  width: 100%;
}

#what-we-measure .card {
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, .2);
}

#any-device,
#any-device img,
#career-guidance-platform,
#career-guidance-platform img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

#pricing p {
  font-size: 1.2rem;
}

#pricing h3 {
  padding-bottom: 1rem;
}

#why-choose-us .list-group-item-info{
  background: #e6f3ff;
  padding: 20px 10px;
}

#info-we-provide-on-every-career ol {
  max-width: 650px;
  margin: 0 auto;
}

#why-choose-us ol {
  max-width: 800px;
  margin: 0 auto;
}

#what-we-measure .card-text {
  font-size: 1.1rem;
}

#what-we-measure .card-title {
  font-weight: bold;
}

#info-we-provide-on-every-career {
  padding: 5rem 0;
}

#info-we-provide-on-every-career li, #why-choose-us li, #why-choose-us p {
  font-size: 1.1rem;
}

#what-we-measure .card {
  background: linear-gradient(
    to bottom,
    rgb(30, 72, 100) 10%,
    rgb(15, 50, 71) 100%
  );
  border-radius: 15px;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
  color: white;
  min-width: 150px;
  position: relative;
}

#what-we-measure h2 {
  padding-bottom: 0;
}

#what-we-measure h4.card-title {
  color: rgb(194, 223, 255);
  font-size: 1.3rem;
  padding-bottom: .5rem;
}

@media only screen and (min-width: 768px) {
  .jumbotron {
    background-color: #0d2026;
    background-size: contain;
    background-position-y: bottom;
  }
}

@media print {
  .navbar {
    position: absolute !important;
    top: 0 !important;
    width: 100% !important;
  }
}