/*!
 * Start Bootstrap - Business Casual (http://startbootstrap.com/template-overviews/business-casual)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-casual/blob/master/LICENSE)
 */

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background: #ececec;
/*   background:#ECECEC url('../img/crossword.png') top left repeat; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  font-weight: 300;
  color: #222;
}

body:before {
    content:"";
    display:block;
    position:fixed;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:-1;
    background-color: rgba(255, 255, 255, 0.3);
}

h1, h2, h3, h4, h5, h6, .text-heading {
   font-family: "Open Sans", Helvetica, Arial, sans-serif; */
}

.nav-link {
	border-bottom: 1px solid transparent;
}

.nav-link:hover {
	border-bottom: 1px solid #ccc;
}

h1 {
  font-size: 4rem;
}

.h3 {
	font-size: 1.75rem;
	font-weight: 700;
	
}

.tagline-upper {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  color: #999;
}

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

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

nav, .bg-faded  {
	border-bottom: 2px solid rgba(0,0,0,0.1)
}

/*
.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);
  border-radius: 5px;
}

.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;
}

.text-big {
	font-size: 1.4em;
font-weight: 300;
line-height: 1.8em;
color: #111
}

.heading-center::after, .heading-left::after {
    content: '';
    width: 100px;
    height: 2px;
    background: #FFF;
    display: block;
    margin: 20px auto 40px
}

.intro h2 {
	font-family: "Open Sans", sans-serif;
font-weight: 700;
line-height: 1.2;
}


.components {
	background: #ccc;
}

.item {
	border-bottom: 1px solid #ccc;
}

.logo {
	fill: #fff;
	color: #fff;
}