﻿body
{
	padding-top: 0px;
}

.splash {
  height: 30em;
  padding-top: 6em;
  margin-bottom: 2em;
  background-image: url("/Images/splash.jpg");
  background-size: cover;
  text-align: center;
}

.splash div.jumbotron {
	opacity: 0.75;
	margin-left: auto;
	margin-right: auto;
	/* Add a nice, subtle gradient fill */
	background-image: -webkit-linear-gradient(top, #232323 0%, #000000 100%);
	background-image:      -o-linear-gradient(top, #232323 0%, #000000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#232323), to(#000000));
	background-image:         linear-gradient(to bottom, #232323 0%, #000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff232323', endColorstr='#000000', GradientType=0);
	background-repeat: repeat-x;
    color: #ffffff;
}

/* Adjust the width for the "medium" size display. */
@media (min-width: 992px) {
	.splash div.jumbotron {
		width: 70%;
	}
}

/* Adjust the width for the "large" size display. */
@media (min-width: 1200px) {
	.splash div.jumbotron {
		width: 60%;
	}
}


.splash.splash-home
{
    background-image: url("/Images/splash2.jpg");
}