/*!
 * Start Bootstrap - Full HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    margin-top: 50px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */


.full {
	background-color: black;
    /*background-image: url('../images/backgroundbulb.png') ;*/
}

/*
.full {
    background: url('../images/backgroundbulb.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
*/

.jumbotron {
	height: 400px;
	background-image: url('../images/backgroundbulb_sm3.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-color: black;
	/*
	background-size: cover;
	*/
}


.jumbotron .container {
  position: relative;
  top: 100px;
  width: 100%;
  margin-left: 20px;
}


.jumbotron h1 {
  color: #fff;
  font-size: 48px;  
  font-family: 'Shift', sans-serif;
  font-weight: bold;
}

.jumbotron p {
  font-size: 20px;
  color: #fff;
}