/*!
 * Based on Start Bootstrap - Business Casual (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 *
 * Background image is derived from https: //commons.wikimedia.org/wiki/File:Y_Space-Needle-at-Night.jpg
 * under CC BY-SA 3.0:  https: //creativecommons.org/licenses/by-sa/3.0.
 */

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: rgb(20,20,40);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Josefin Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

h4 {
  font-style: italic;
}

p {
  /*font-size: 1.25em;*/
  line-height: 1.6;
  color: #000;
}

hr {
  border-color: #999999;
}

.little-address {
  margin-top: -5px;
  margin-bottom: 10px;
}

iframe {
  border: 0;
  width: 100%;
  height: 100vw;
  max-height: 80vh;
}

.brand,
.address-bar {
  display: none;
}

.navbar-brand {
  font-family: "Josefin Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
}

.navbar-nav {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
}

.img-full {
  min-width: 100%;
}

.brand-before,
.brand-name {
  text-transform: capitalize;
}

.brand-before {
  margin: 15px 0;
}

.brand-name {
  margin: 0;
  font-size: 4em;
}

.tagline-divider {
  margin: 15px auto 3px;
  max-width: 250px;
  border-color: #999999;
}

.box {
  margin-bottom: 20px;
  padding: 20px 4em;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}

.banner-box {
  width: 80%;
  border: 2px solid yellow;
  border-radius: 4px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;  margin-left: auto;
  color: yellow;
  text-align: center;
}

.top-box {
  margin-bottom: 20px;
  padding: 10px 15px 30px 15px;
  position: relative;
  color: #fff;
}

.top-box a:link {
  color: yellow;
}

.top-box a:visited, a:hover {
  color: orange;
}

.seattle-bg {
  background-image: linear-gradient(
    rgba(0,0,0, 0.75),
    rgba(0,0,0, 0.75)
  ), url('../img/ysn-smoothed-sky-600-cropped.jpg');
  background-size: auto 100%;
  background-color: red;
  background-position: center, center;
}

.slide-box {
  font-size: 1.8rem;
  padding: 0 0 1em 0;
}

.slide-box ul {
  margin: 0;
  list-style: none;
}

.event_future, .event_result {
  padding-left: 2em;
}

.slide-box table {
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.slide-box td ~ td {
  text-align: right;
}

.intro-text {
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 400;
  letter-spacing: 1px;
}

footer p {
  color: white;
}

@media screen and (min-width: 768px) {
  .brand {
    display: inherit;
    margin: 0;
    padding: 30px 0 10px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    font-family: "Josefin Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 5em;
    font-weight: 700;
    line-height: normal;
    color: #fff;
  }

  .top-divider {
    margin-top: 0;
  }

  .img-left {
    float: left;
    margin-right: 25px;
  }

  .address-bar {
    display: inherit;
    margin: 0;
    padding: 0 0 40px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 3px;
    color: #fff;
  }

  .navbar {
    border-radius: 0;
  }

  .navbar-header {
    display: none;
  }

  .navbar {
    min-height: 0;
  }

  .navbar-default {
    border: none;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
  }

  .nav > li > a {
    padding: 35px;
  }

  .navbar-nav > li > a {
    line-height: normal;
  }

  .navbar-nav {
    display: table;
    float: none;
    margin: 0 auto;
    table-layout: fixed;
    font-size: 1.25em;
  }

  .little-address {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .box:after {
    content: '';
    display: table;
    clear: both;
  }
}
