body {
  padding-bottom: 3rem;
  color: #5a5a5a;
}

.jumbotron {
	padding: 8rem 1rem 5rem;
    margin-bottom: 2rem;
    background-color: rgba(0,0,0,0.85);
    border-radius: 0;
    text-align: center;
    background-image: url('../images/background_tiles.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.jumbotron img {
	width: 100%;
}

.jumbotron h1 {
	margin: 2rem auto;
	font-weight: 200;
	color: rgba(255,255,255,.8);
}

.row-header {
	margin: 3rem 0 2rem 0;
}

.showdown_image {
	margin-bottom: .5rem;
	border-radius: .5rem;	
}

.cta-button {
	margin: .5rem;
}

.grey {
	color: #aeaeae;
}

.btn-danger {
	background: rgb(255,0,0);
}

footer {
	font-size: 80%;
}

.video-responsive{
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
.video-responsive iframe{
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0 1rem; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  
  	.jumbotron img {
		width: 60%;
	}

	.jumbotron h1 {
		width: 70%;
	}
  	
  	.featurette-image,
  	.video-responsive {
		margin-top: 5rem;
	}
	
  	.featurette-heading {
    	font-size: 50px;
  	}
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}