body {
  background-color: #fff;
}

/** Blue background */

.blue-bg {
  background: linear-gradient(to bottom, #fff, #e6f3ff 200px, #e6f3ff calc(100% - 200px), #fff);
  padding: 200px 0 !important;
}

.shorter-blue-bg {
  background: linear-gradient(to bottom, #fff, #e6f3ff 100px, #e6f3ff calc(100% - 200px), #fff);
  padding: 100px 0 200px !important;
}

.bottom-blue-bg {
  background: linear-gradient(to bottom, #fff, #e6f3ff 200px);
  padding: 50px 0 80px !important;
}

#next .list-group {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

/** Jumbotron */

#comparison-jumbotron {
  background: radial-gradient(at top left, rgba(38, 56, 70, 0.62), rgba(38, 56, 70, 1));
  min-height: 300px;
  padding: 100px 0 20px;
  margin-bottom: 70px;
  text-align: center;
}

#comparison-jumbotron h1 {
  color: #fff;
  font-size: 2.4rem;
}

#comparison-jumbotron h2 {
  color: #fff;
  font-size: 2rem;
}

#comparison-jumbotron img {
  max-height: 300px;
  max-width: 100%;
  margin: -20px 0 -70px;
}

/** Body */

.container h3 {
  font-size: 1.6rem;
  padding: 1rem 0;
  margin-top: 1rem;
  text-align: left;
}

.container p, .container li {
  font-size: 1rem;
}

.comparison-cards {
  margin-top: 2rem;
}

.comparison-cards h3 {
  text-align: center;
}

.comparison-cards .card-header {
  min-height: 6rem;
  line-height: 6rem;
  text-align: center;
}

.comparison-cards .card-header a {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-decoration: none;
  vertical-align: middle;
}

  .comparison-cards .card-header a:hover {
    text-decoration: underline;
  }

.comparison-cards h5 {
  font-size: 1.2rem;
  font-weight: bold;
}

.comparison-cards p {
  font-size: 1rem;
}

.comparison-cards .alert, .comparison-cards .alert li {
  font-size: .9rem;
  line-height: 1rem;
}

.comparison-cards .alert ol {
  padding-left: 8px;
  padding-bottom: 0;
  margin-bottom: 0;
}

#spoiler {
  margin-bottom: -120px;
}

#spoiler svg {
  margin-top: -5px;
}

#spoiler h2 {
  font-size: 1.8rem;
  padding-bottom: 0;
  text-align: center;
}

#spoiler h3 {
  font-size: 1.4rem;
  text-align: left;
}

@media only screen and (min-width: 576px) {
  .comparison-cards .card-footer {
    min-height: 7rem;
  }
}

@media only screen and (min-width: 768px) {
  /*.card-group>.card {
      width: auto;
  }*/
}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {

}

@media only screen and (min-width: 1400px) {

}

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