/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
  background-image: url('../NASA_Background.jpg');
  background-attachment: fixed;
  background-repeat: repeat;
}

h1 {
	color:white;
}

h2	{
	color:white;
}

.features	{
	color:white;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

.banner{
	background: rgba(52, 58, 64, 0.5);
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	margin-top: 14px;
	border-bottom: 3px solid black;
}

.banner img{
	width: 100%;
}

.splash{
	margin: auto;
}

.splash img{
	border: 3px solid white;
	border-radius: 0.25rem;
}

.video-card {
	color: black;
}

.video-card a{
	font-size: 38px;
	margin-left: 10px;
	margin-right: 10px;
}

.video-card-footer {
	text-align: center;
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.video-card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.blurb {
	color:white;
}

.blackText {
	color:black;
}

.break {
	border: 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.centerCard {
	margin:auto;
	margin-top:18px;
}

.indexCard {
	margin:auto;
}

.attendMap {
	width: 100%;
	height: 100%;
	border:none;
}