/* Style for all bodies. */
body {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	background-color: #FFF;
	margin-top: 0;
}

.banner {
  display: block;
  padding: 5px;
  margin-left: auto;
  margin-right: auto
}

a { color: #CB7215 }

.wohnung {
	background-color: #FF8000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #666;
}

h2 {
  font-size: 15px;
}

/* NAVBAR */
.navbar-header {
	text-align: center;
}

#logo {
	width: 50%;
  margin: 0 auto;
}

a.logo, a.logo:hover {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 32px;
		letter-spacing: 0.1em;
		font-style: italic;
    color: #D66B00;
		text-decoration: none; /* no underline */
	}

/* Style for landing page and navbar */
  .jumbotron {
    background-color: rgba(240,203,78,1);
    color: white;
    background-size: cover;
    background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4) ), url("heidelberg.jpg");
  }

  a.btn-go, a.btn-go:hover {
    background-color: rgba(214, 107, 0, 0.8);
    color: white;
    border: none;
  }

  a.btn-go:hover {
    background-color: rgba(214, 107, 0, 1);
  }

  p.lead {
    padding-right: 50%;
    color: white;
  }

  .header {
    padding-bottom: 10px;
  }


/* Style for all ads */

.card {
	background-color: white;
  position: relative;
  margin-bottom: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.24);
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}

.card-title {
	background-color: #F5C95B;
}

.card-contact {
	background-color: #F6F6F6;
}

.card-details {
	background-color: #DDDDDD;
}

.card-specials {
	background-color: #F6F6F6;
}

.card-comments {
	margin-bottom: 10px;
}


div.pull-right {
	float: right !important;
}

/* FOOTER */
footer {
	background-color: rgb(231, 231, 231);
	padding: 15px;
	margin: 10px 0;
}

/* Spinner by http://tobiasahlin.com/spinkit/ */
.spinner {
  margin: 10px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}