/*!
 * 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)
 */

@font-face {
    font-family:"KTF-Roadstar";
    src: url("../fonts/KTF-Roadstar.ttf") /* TTF file for CSS3 browsers */
}

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background: url('../img/bg.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.text-heading {
  font-family: "KTF-Roadstar";
}

h1 {
  font-size: 4rem;
}

.tagline-upper {
  font-size: 4rem;
  font-weight: 500;
  line-height: 2.3;
}

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


.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; overflow: hidden;
    max-width: 100%;
 }

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 }

 .sponsor-section   {
    margin-bottom: 2em;
 }

.sponsor-section-description    {
    font-size: 1.2em;
    margin-bottom: 1em;
}

table.responsive-table  {
    border-collapse: collapse;
    width: 100%;
}

table.responsive-table, .responsive-table td, .responsive-table th {
    border: 1px solid #ddd;
    text-align: left;
}

.responsive-table th, .responsive-table td {
    padding: 15px;
}
