@font-face {
  font-family: 'TeXGyreHeros';
  src: url('fonts/texgyreheros-regular.otf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'TeXGyreHeros';
  src: url('fonts/texgyreheros-bold.otf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'TeXGyreHeros-Condensed';
  src: url('fonts/texgyreheroscn-regular.otf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'TeXGyreHeros-Condensed';
  src: url('fonts/texgyreheroscn-bold.otf');
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: 'TeXGyreHeros';
  font-size: 16px;
/*
  background-image: url(/images/scribble-bar.jpg);
  background-repeat: repeat-y;
*/
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "TeXGyreHeros", "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    line-height: 1.1;
    color: inherit;
}

.navbar-brand {
  font-family: 'TeXGyreHeros-Condensed';
  font-weight: bold;
}
.navbar {
    font-size: 17px;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #ddd;
}

#banner {
  background-position-y: center;
  padding: 30px 0;
}
#banner .copy {
  background-color: rgba(0,0,0,0);
  border-radius: 20px;
}
#banner h1 {
  font-family: 'TeXGyreHeros-Condensed';
  font-weight: bold;
  text-transform: none;
  font-size: 100px;
  text-shadow: 0 0 10px #000;
}
@media (max-width: 650px) {
    #banner h1{
      font-size: 50px; /* !important;*/
    }
    #banner {
      margin: 0;
    }
}
/*
div.row {
  background-color:rgba(255,255,255,0.75);
}
div.summary,
div.entry-content {
  font-weight: 300;
}
*/

.list-group {
    font-size: 19px;
}

