/*!
 * Start Bootstrap - Business Casual (https://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: "agencyb", "agencyr",  Helvetica, sans-serif;
/*  background: url('../img/bg.jpg') no-repeat center center fixed;*/
    background-color: #c5cfd4;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@font-face {
    font-family: "agencyb";
    src:url(../fonts/agencyb.ttf);
}
@font-face {
    font-family: "agencyr";
    src:url(../fonts/agencyr.ttf);
}
h1, h2, h3, h4, h5, h6, .text-heading {
  font-family:  "agencyb", "agencyr",  "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
p
{
    font-size: 13px;
}

h1 {
  font-size: 50px;
    color: darkblue;
}

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

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