section p {
  color: #676a6c;
}

.navbar-brand > img {
  width: 128px;
}

.carousel-caption h1 {
  text-shadow: none;
}

.pricing-plan {
  background: #f8f8f8;
}

.pricing-plan.selected {
  transform: scale(1.1);
  background: #f4f4f4 ;
}

.contact {
  margin-top: 60px;
}

.btn-primary {
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 600;
}

#indie-student #pricing-row {
  margin-top: 10px;
}

section.timeline {
  padding-bottom: 30px;
}


#content img {
  max-width: 100%;
  box-shadow: 0px 0px 15px #888888;
  margin: 15px;
}

#content img.no-border {
  box-shadow: none;
  margin: 15px;
}

.nav-tabs > li > a {
  padding: 10px 10px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #555;
  transition: 250ms;
}

.nav-tabs > li > a:hover {
  padding: 20px 10px 10px;
  background-color: #f5f5f5;
  border-color:  #ccc #ccc #ddd;
}

.nav-tabs > li.active > a {
  padding: 20px 10px 10px;
  font-weight: 600;
  border-color: #ccc
}

a.page-title {
  color: white;
  text-decoration: none;
}

/* Fixes the issue with anchor and fixed header - clicked anchor was not visible on jump */
/* https://stackoverflow.com/a/9618795 */
h2[id]::before {
  content:"";
  display:block;
  height:90px; /* fixed header height*/
  margin:-90px 0 0;
}

#content table, th, td {
  border-style: solid;
  border-width: 1px;
  border-color: #CCC;
}

#content th, td {
  padding: 5px;
}

.carousel-caption,
.carousel-caption.blank {
    top: 40px;
    right: 0;
    left: 0;
    text-align: center;
}

@media (max-width: 859px) {
  .carousel-caption,
  .carousel-caption.blank {
    top: 70px;
  }

  .nav-tabs > li > a {
    padding: 10px 10px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    color: #555;
    transition: 250ms;
    margin:0 10px !important;
    border-radius: 0 !important;
  }

  .nav-tabs > li > a:hover {
    padding: 10px 10px;
    font-weight: 600;
    border-color: #ccc;
    background-color: #fff;
  }

  .nav-tabs > li.active > a {
    padding: 10px 10px;
    font-weight: 600;
    border-color: #ccc
  }

  .nav-tabs > li:last-child > a {
    border-radius: 0 0 4px 4px !important;
  }
  .nav-tabs > li:first-child > a {
    border-radius: 4px 4px 0 0 !important;
  }

}

.free-for-all {
  color: #1ab394;
  font-weight: bold;
  font-style: italic;
  position: relative;
  float: right;
  top: 39px;
}
