/*
https://github.com/gintsgints/bower-bootswatch-paper/blob/master/css/paper.css

.navbar {
	border: none;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.panel {
	border: none;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
body {
	-webkit-font-smoothing: antialiased;
	letter-spacing: .1px;
}
*/
body {
	font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
}
.alert {
	border: none;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.navbar-inverse {
  background-color: #6d9eeb;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #f0f0f0;
}
.navbar-inverse .navbar-text {
  color: #f0f0f0;
}
.navbar-inverse .navbar-nav > li > a {
  color: #f0f0f0;
}

.alert-success {
  color: #ffffff;
  background-color: #2196f3;
  border-color: transparent;
}
.carousel-indicators li {
  border-color: #aaaaaa;
  background-color: #ffffff;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color:#6d9eeb;
}
h1 {
  color: #6d9eeb;
  font-weight: bold;
  font-size: 34px;
}
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.embed-responsive-AbyB-custom0 {
  padding-bottom: 70%;
}
.media-heading {
  color:#6d9eeb;
  font-weight: bold;
}
h1, h2, h3, h4, h5 {
  color:#6d9eeb;
}
.quote-italic {
  font-style: italic;
  font-size: 1.5em;
}

/* cookie banner */
#cookie-consent {
  position: fixed;
  bottom: 0px;
  left: 0px;
  border: 1px solid #6d9eeb;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  background: orange;
  color: black;
}

#cookie-consent-buttons {
  margin: 5px;
}
