body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background: url('../img/bg.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

h1, h2, h3, h4, h5, h6, .text-heading {
  font-family: "Josefin Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 4rem;
}

.tagline-upper {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
}

.tagline-middle {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
 /* font-style: italic;*/
}

.tagline-lower {
  font-size: 1.2rem;
  line-height: 1;
}

.text-expanded {
  letter-spacing: 2px;
}

.text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.text-lg {
  font-size: 1.25rem;
}

.bg-faded {
  background-color: rgba(255, 255, 255, 0.9);
}

.bg-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

hr.divider {

  border-color: #292b2c;
  max-width: 250px;
}

.map-container iframe {
  pointer-events: none;
}

.map-container iframe.clicked {
  pointer-events: auto;
}

.logo {
  width: 30px;
  padding-right: 10px;
}

.dropdown-item {
  padding-left: 10px;
}

.navbar-nav {
  font-size: 0.8rem;
}

.navbar-nav>li>a:hover,  .navbar-nav>.active>a {
	color: #8cc63f;
	background: lightblue;
}

.pic-signed {
max-width: 270px;
}

.pic-signed p{
text-align: center;
font-size: 9pt;
font-style: italic;
}

.nav-link {
	padding-right: 0rem!important;
	padding-left: 0rem!important;
}

.contact {
	width:70%;
  float:none;
  margin:0 auto;
}


