/* Default Stuff */


.logo{
	max-width: 150px;
	background-color: #fff;
}


.jumbotron{
    background-image: url(../img/themes-brygga256-assets-images-banner_startpage.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 500px;
	text-align: center;
}

.smallJumbotron{
    min-height: 150px;
}

.jumbotron h1{
	color: orange;
}

.jumbotron p{
	color: #000;
	font-weight: 400;
}

.contactAdress{
	list-style: none;
}

.jumbotron a{
	color: orange;
}

.startPageContentImg, .rightColImg{
	max-width: 100%;
}

.navbar-nav > li > a {
    line-height: 67px;
}

.navbar-nav {
    margin-left: 30px;
}