/*!
 * 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: url('../vasteImg/bg.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  color: #FFFFFF;
}

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

h1 {
  font-size: 4rem;
}
.navbar-light .navbar-brand {
    color: #FFFFFF;
	margin-left: 10px;
}

.navbar-light .navbar-nav .nav-link {
    color: #FFFFFF;
	margin-left: 10px;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
	background-color: #E10126;
	color: rgba(255,255,255,1);

}

.container {
	background-color: #E10126;
    border-radius: 1em;
	color: #FFFFFF;
}

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

.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);
  color: White;
}

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

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

.bg-overlay {
  background-color: rgba(0, 0, 0, 1);			/* rgba(0, 0, 0, 0.1); */
}

hr.divider {
  border-color: rgba(255,255,255,.8);
  max-width: 250px;
}

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

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