/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #5a5a5a;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 400px;
  margin-bottom: 40px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption{
  z-index: 10;
  margin-bottom: 40px
}
.carousel-caption h1{
  font-size: 22pt;
  font-weight: bold;
}
.carousel-caption p{
}
.carousel-caption .no1 p{
  margin-top: 24px;
}
.carousel-caption .no1 .btn-primary{
  opacity: 0.8;
  font-weight: bold;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 400px;
}
.carousel-inner > .item > img.background {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
  position: fixed;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-xs-12{
  margin-bottom: 10px;
  text-align: center;
}
.marketing .col-xs-12 .subtitle{
  font-weight: bold;
}
/*.marketing .col-xs-12 p {
  margin-right: 10px;
  margin-left: 10px;
}*/
.nav-tabs > li{
  float:none;
  display: inline-block;
  font-size: 14pt;
}
.nav-tabs{
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* Custom
-------------------------------------------------- */

.slide3 {
  color: black;
}

.btn-register {
  font-size: 1.5em;
  padding-left: 25px;
  padding-right: 25px;
}

.prize-line {
  margin-top: 5px;
  margin-bottom: 5px;
}

.prize-section {
  margin-top: 15px;
  margin-bottom: 15px;
}

.section-header .panel-title {
  font-weight: bold;
}

.place-label {
  font-family: consolas;
  font-size: .9em;
  width: 100px;
  float: left;
  margin-right: 1em;
  background-color: darkgoldenrod;
}

.nav-tabs li {
  font-size: 1.2em;
}

table td,
table th {
  text-align: center;
}

/* Footer
------------------------- */
.footer {
  margin: 80px 40px 5px 40px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
