/*!
 * 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('../images/1.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: 6rem;
  font-family: times;
  color: rgba(256,0,0,20);
  font-weight: bold;
}
h2 {
  font-size: 2rem;
  font-family: times;
  color: rgba(256,0,0,20);
  font-weight: bold;
}
p
{
  font-size: 2rem;
  font-family: times;
  color: rgba(256,0,0,20);
  font-weight: bold;
}

.container1 {
/*  max-width:400px;
  width:100%;
  margin:0 auto;
  position:relative;



  top: 5px;
  
  background: rgb(247, 247, 247);
*/  
position: relative;
  top: -42px;
  max-width:200px;
  width: 50%;  
  padding: 0px 1% 0px 1%;
  margin: 0 auto;
  background: rgb(247, 247, 247);
border-top: 0px solid rgb(219, 229, 232);
  border-radius: 6px;
/*  -webkit-box-shadow: 0pt 5px 5px rgba(105, 100, 109,  0.7),  0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
     -moz-box-shadow: 0pt 5px 5px rgba(105, 100, 109,  0.7),  0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
          box-shadow: 0pt 5px 5px rgba(105, 100, 109,  0.7),  0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
  -webkit-box-shadow: 0px;
  -moz-border-radius: 0px;
     border-radius: 0px;
     */
  }


.ghost-button {
display: inline-block;
background-color:#0CF;
width: 180px;
padding: 6px;
color: black;
border: red;
text-align: center;
outline: none;
cursor: pointer;
font-family:courier;
font-size:18;
}


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