/*!
 * Start Bootstrap - Small Business (https://startbootstrap.com/template-overviews/small-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-small-business/blob/master/LICENSE)
 */

body {
  padding-top: 45px;
  font-family: 'Source Sans Pro', sans-serif;
}

footer.py-5 {
  padding-top: 2rem !important;
}

.jumbotron {
  /*background: url(/images/travel.jpg);
  background: #007bff;*/
  background: linear-gradient(-45deg, #007bff 0, #093AC9 100%);
  background-size: cover;
  background-position: center;
  max-height: 75%;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4);
  color: white;
  margin-bottom: 4%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.power-alert {
  margin-top: -25px;
  margin-bottom: -10px;
}

.recommended {
  margin-bottom: 20px;
  margin-top: -1%;
}

.rec-card-text {
  margin-top: 5%;
  margin-bottom: 5%;
}

.list {
  margin-bottom: 20px;
  margin-top: -10px;
}

/* Anchor link offset to compensate for fixed header */

:target:before {
  content: "";
  display: block;
  height: 70px;
  margin: -70px 0 0;
}

h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}

@media (min-width: 992px) {
  body {
    padding-top: 50px;
  }

  @media (min-width: 992px) {
    body {
      padding-top: 56px;
    }
  }

  .card {
    height: 100%;
  }
}