@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Allura';
    src: url('./fonts/Allura-Regular.eot');
    src: url('./fonts/Allura-Regular.eot?#iefix') format('embedded-opentype'),
	    url('./fonts/Allura-Regular.ttf') format('ttf'),
        url('./fonts/Allura-Regular.woff2') format('woff2'),
        url('./fonts/Allura-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	padding-top: 60px;
	padding-bottom: 300px;
	background: #fff url(../images/rose.jpg) no-repeat left bottom;
}

.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  border: double;
  border-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

 
h3 {
  font-size: 24.5px;
   font-family: 'Allura', cursive;
}

div.klein-pic {
	
	color: #70706f;
	background-color: #f8f8f8;
	border-color: #e1e1e1;
	padding: 20px;
	display: block;
	margin-right: 1px;
	margin-bottom: 10px;
	box-shadow:0px 0px 0px 1px rgba(0, 0, 0, 0.1); /* box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2); */ 
	position: relative;
	
}

.hero-unit {
  padding: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #f8f8f8;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.header-inner h3 {
	color: #000;
	text-align: center;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 10px;
  height: 42px;
  margin-top: -20px;
  font-size: 10px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 1px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f8f8f8;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.footer-inner {
 background-color: #000;
  padding: 20px;
  background-repeat: repeat-x;
   border: double;
   
  border-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff454545', endColorstr='#ff454545', GradientType=0);
	
}

.footer-inner h3 {
	color: #fff;
}
.footer-inner p {
	color: #fff;
}

