body {
  padding-top: 54px;
}

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

.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.navbar-brand img {
	max-width:150px;
}

header.bg-image-full h1 {
	color:#FFFFFF;
	margin-top:190px;
	text-shadow: 1px 1px 1px #000000;
}
header {
	height:300px;
}
