/*
|--------------------------------------------------------------------------
| Main Css By RooT ♥ 
|--------------------------------------------------------------------------
| Custom css for the website
|*/

/*
|--------------------------------------------------------------------------
| Base elements & overrides
|--------------------------------------------------------------------------
| Body, h1,h2,h3,h4 etc
|*/
@import url(http://fonts.googleapis.com/css?family=Domine:400,700);

body{
	font-family: 'Domine', serif !important;
	background:#f2f0ee;
}
.navbar-inverse .navbar-inner{
	background:#ffa50a !important;
	border:0px !important;
	height:50px;
	padding:15px !important;
	
}
.brand{
	color:#ffffff !important;
	font-size:48px;
	display: inline-block;
	width:100%;
}
#footer{
	background:#ffa50a;
	color:#ffffff;
}
.sammarbete{
	margin:0 auto;
	max-width:800px;
	margin-top:10px;
	margin-bottom:10px;
}
.sammarbete img{
	border-radius:10px;

}
.carousel-control{
	background: none !important;
	border: 0px !important;
}
.carousel-control:hover, .carousel-control:focus, .carousel-control{
	color:#000000 !important;
}
.carousel-indicators li{
	background-color:rgba(23, 23, 23, 0.25) !important;
}
.carousel-indicators .active{
	background-color:rgba(23,23,23,1) !important;
}

/*
|--------------------------------------------------------------------------
| Frontpage
|--------------------------------------------------------------------------
| 
|*/
#offertpa{
	
}

#myCarousel{
	max-width: 870px;
	margin: 0 auto;
}
.content{
	background-color:#ffffff;
	height:100%;
	_height:100%;
	min-height:100%;
}

.mid-block{
	display:block;
	margin:0 auto;
}
#contactform{
	display:block;
	position:relative;
	max-width:800px;
	margin: 0 auto;
}
#contactform form{

	

}