/*
 * Start Bootstrap - Heroic Features (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	
	background-color: black;
    background: url('/images/21697715-2000x2000.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero-spacer {
    margin-top: 50px;
}

.hero-feature {
    margin-bottom: 30px;
}

footer {
    margin: 50px 0;
}

form #request {height:6em;}

.jumbotron {
	background: transparent;	
	}
	
.help-block {
	color:white !important;
	font-style:italic;
	}

@media (max-width: 767px) {
}
.jumbotron {
/*  background-color: none;
  background-image:url(../images/grass-546794_v2.jpg);
  background-repeat:no-repeat;
  background-position:top;
*/}
@media screen and (min-width: 768px) {
.jumbotron {
/*  background-color: none;
  background-image:url(../images/grass-546794_v2.jpg);
  background-repeat:no-repeat;
  background-position:top;
*/}
}
