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

body {
	margin-top: 50px;
	margin-bottom: 50px;
	background: none;
	font-family: 'Montserrat', sans-serif;
}

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

h1
{
	color:white;
	font-family: 'Montserrat', sans-serif;

}
.navbar-inverse{
	background-color:rgba(34, 34, 34, 0.67)	;
	border-color:transparent;
}
.navbar-inverse .navbar-brand
{
	color:white;
}
