body {
background-image: url("bilder/bglogo.png");
}
.header-wrapper{
background-image: url("mfotos/testbg.png");
	background-repeat: no-repeat;
	}
header {
	
	h2
		margin: 15px 0 0 27px
		padding: 0
		display: inline-block


@media (max-width: 768px)
	header
		h2
			position: absolute
			left: 75px
			top: 5px
			margin: 0
		
		

.dummy-fill
	.container
		background: #cacaca
// removing default bootstrap styles
header
	.container-fluid
		padding-left: 0
	

}
.alt {
  background-color: #dddddd;
}




    .carousel-inner img {
      width: 100%; /* Set width to 100% */
     
      object-fit: contain;
    }
   /* put the carousel text below the image */
.carousel-caption {
			position: relative;
			top: 0;
			
			left: inherit;
			right: inherit;
    color:#fff;
  bottom:-60px;
  
}
 




.card a
{
color:#003399;
}
.address {
  font-weight: bold;
  display: block;

  color:#ffffff;

}



.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}



