/*!
 * 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('../img/bg-interior.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;
}

footer a { color: inherit; text-decoration: underline;}
footer a:hover { color: #ffc04d;}

a {
  color: inherit;
  text-decoration: none;
}
a:hover{
  color: inherit;
  /*text-decoration: none;*/
}
h1 {
    font-size: 4rem;
}
.text-muted

h5{
    color:white;
}
p{
    color:rgb(120,120,120);
}

.service-label{
  margin: 5px;
  text-align: center;
  vertical-align:middle;
  background-color:#E6ECF0;
}
.service-label:hover{
  background-color: #f2f5f7;
}
.tagline-upper {
    font-size: 5rem;
    font-weight: 700;
    
    
}

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

ul.taiji {
list-style-image: url('../img/taiji.png');
}
.taiji{
  list-style-image: url('../img/taiji.png');
}
.text-box{
  padding: 20px;
  /*padding-left: 30px;*/
  /*padding-top: 50px;*/
}

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

.bg-faded {
    background-color: rgba(252, 248, 248, .1);
}
.bg-light-gray{
  background-color: rgba(252, 248, 248, .7);
}

.bg-overlay {
    background-color: rgb(30, 35, 41);
    color: rgb(238, 229, 229);
}

 
.navbar-light .navbar-nav .nav-link{
  color: rgb(218, 16, 16);
  size: 36px;
  font-weight: bold;
}

.navbar-light .navbar-nav .active .nav-link{
  color: rgb(17, 172, 38);
  size: 36px;
  font-weight: bold;
}
.navbar-light .navbar-nav .nav-link:hover{
  color:#777;
  size: 36px;
  font-weight: bold;
}
hr.divider {
    border-color: #292b2c;
    max-width: 250px;
}

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

.map-container iframe.clicked {
    pointer-events: auto;
}
.copyright{
  color: #d8d7d7;
  size: 10px;
}
.carousel-inner > .carousel-item > img {
    max-height: 500px;
  }
div.bg-faded{
    background-color: rgba(252, 248, 248, .5);
}
div.mb-4{
    color:rgba(78, 80, 80,1);
    
}


td {
    color: rgba(78, 80, 80,1);
}