html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.logo15k, .logo5k {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.container {
  max-width: 960px;
  margin-top: 2rem;
}

.pricing-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 320px;
}

/* Mobile Styles */
@media only screen and (max-width: 600px) {
  .logo15k {
    min-width: 100%;
    text-align: center;
    display: inline-block
  }
  
  .logo5k {
    min-width: 100%;
    text-align: center;
    display: none;
  }
  
}

/* Tablet Styles */
@media only screen and (min-width: 600px) and (max-width: 960px) {
  .logo15k {
    min-width: 50%;
    text-align: center;
    display: inline-block;
  }
  
  .logo5k {
    min-width: 49%;
    text-align: center;
    display: inline-block;
  }
  
}

/* Desktop Styles */
@media only screen and (min-width: 961px) {
  .logo15k {
    min-width: 50%;
    text-align: center;
    display: inline-block;
  }
  
  .logo5k {
    min-width: 49%;
    text-align: center;
    display: inline-block;
  }
  
}


.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
}