.bg-primary, .btn-primary {
  background-color: #8751f5 !important;
}

.bg-secondary, .btn-secondary {
  background-color: #15D4FF !important;
}

.bg-primary-light {
  background-color: #15D4FF22 !important;
}

.bg-secondary-light {
  background-color: #8751f511 !important;
}

.jumbotron-h1 {
  font-size: 2rem;
  color: #ffffffbb;
}

.navbar {
  box-shadow: none;
}

.navbar img {
  height: 50px;
}

header {
  height: 500px;

  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: url('media/header.png'), linear-gradient(135deg, #15d4ff, #8751f5);
}

.ipad-outer {
  background-image: url('media/ipad.png');
  background-size: 100% 100%;
  height: 0;
  padding-top: 150%;
}

.ipad-inner {
  width: 88%;
  height: 85%;
  left: 6%;
  top: 7.6%;
  overflow: hidden;
}

.overflow-center {
  margin-left: 50%;
  transform: translateX(-50%);
}

.card-fixed {
  height: 400px;
  width: 280px;

  margin-left: auto;
  margin-right: auto;
}

.card-fixed .card-img-top {
  height: 200px;

  background-position: center;
}

.card-fixed .card-icon {
  position: absolute;

  width: 140px;
  height: 140px;
  margin-left: -70px;
  margin-top: -70px;
  left: 50%;
  top: 50%;

  border-radius: 10px;
}

.background-fill-h {
  background-size: auto 100%;
}

.background-fill-w {
  background-size: 100% auto;
}

.number-block {
  width: 50px;
  height: 50px;
  padding-top: 8px;
}

.iconify-2x {
  width: 2em;
  height: 2em;
}

.iconify-3x {
  width: 3em;
  height: 3em;
}

.iconify-4x {
  width: 4em;
  height: 4em;
}

.iconify-5x {
  width: 5em;
  height: 5em;
}

.iconify-6x {
  width: 6em;
  height: 6em;
}

.iconify-7x {
  width: 7em;
  height: 7em;
}

@media (max-width: 768px) {
  .sticky-top {
    font-size: 0.8em !important;
  }

  .sticky-top .lead {
    font-size: 1em !important;
  }
}

#banner h1{
  font-family: 'Arvo', serif;
  text-shadow: 3px -1px 0 #00ffff, 1px 1px 0 #ff00ff;
}

#banner img {
  height:auto;
  width: 32px;
}

#banner p.lead{
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.75);
}

#banner .alert{
  background-image: url(media/banner-gradient.png), linear-gradient(135deg, #7BEDEE, #7DD9F6);
  background-repeat: no-repeat;
  background-size: cover;
}

#banner .alert-link {
  color : #5E17EB;
}
