/* Font Options
font-family:'DIN Next LT W01 Light';
font-family:'DIN Next LT W01 Regular';
font-family:'DIN Next LT W01 Medium';
font-family:'DIN Next LT W01 Bold';
font-family:'DIN Next LT W01 Black';*/
@font-face {
    font-family: 'tommybiglowhandwritingmedium';
    src: url('/fonts/tommybiglowhandwriting-webfont.woff2') format('woff2'),
         url('/fonts/tommybiglowhandwriting-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
  font-family: "tommybiglowhandwritingmedium";
  text-transform: uppercase;
}

/*h1 {
  font-family:'DIN Next LT W01 Bold';
}*/
.container {
  max-width: 960px;
}

.banner {
    /*background: url(/img/banners/sky3.jpg) no-repeat 0 -60px / cover;*/
    /*margin: 0 !important;*/
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}




/*
 * Extra utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.flex-equal > * {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }
