body {
	font-family: 'Open Sans', 'Calibri', 'Arial', 'Helvetica', sans-serif; 
}

.site-title {
  padding: 150px 0;
  text-align: center;
  vertical-align: middle;
  font-family: 'Arvo', 'Calibri', sans-serif;
  font-size: 24pt;
  font-weight: bolder;
  color: white;
}	

.site-title h1 { 
  font-size: 8rem;
}



hr.small {
    max-width: 100px;
    margin: 15px auto;
    border-width: 4px;
    border-color: white;
}

.site-title h2 {
    font-size: 24px;
    line-height: 1.1;
    display: block;
    font-family: 'Arvo', 'Calibri', sans-serif;
    font-weight: 300;
    margin: 10px 0 0;
    color: white;
}

.topbar {
  padding: 0;
}

h2 {
	font-size: 1.4rem;
	line-height: 2rem;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

.intro-header {
  background-color: #808080;
  background: no-repeat center center;
  background-attachment: scroll;
  background-size: cover;
  margin-bottom: 50px;
}

.single .image {
  background-color: #808080;
  background: no-repeat center center;
  background-attachment: scroll;
  background-size: cover;  
}

.posts > div {
  margin-bottom: 4rem;
}

article.li {
  background-color: #fff;
}

article.li .detail {
  padding: 1rem;
}

article.li a {
  position: relative;
  text-decoration: none;
  display: block;
}

article.li .image {
  max-height: 24em;
  max-width: 18em;
}

article.li time {
  position: absolute;
  top: -1.4em;
  display: block;
  font-style: italic;
  font-size: 1rem;
  color: #999;
}

article.li .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: 'Arvo', 'Calibri', sans-serif;
  font-size: 1.5rem;
  padding-bottom: 1rem;
}

article.li .scores li {
  /*text-align: right;*/
  list-style-type: none;
  display: inline-block;
  margin-right: 1rem;
  min-width: 10rem;
}

aside article.li .scores li {
    min-width: 8rem;
}

article.li .content {
  margin-left: 1rem;
}

article.li .quickcontent {
  min-height: 15rem;
  padding-bottom: 1rem;
}

article.li .summary {
  display: inline;
  font-size: 1.5rem;
  color: #999;
  overflow: hidden;
  line-height: 2.2rem;
}

article.li .totalscore {
  display: inline;
  text-align: right;
  font-weight: bold;
  font-size: 2rem;
  color: #ff7e00;
}

article.tag time {
  display: inline;
  font-style: italic;
}

article.tag .title {
  display: inline;
  font-family: 'Arvo', 'Calibri', sans-serif;
  font-weight: bolder;
}

article.tag .summary {
  display: inline;
  font-size: 1.5rem;
  color: #999;
  overflow: hidden;
  line-height: 2.2rem;
}

article.tag .totalscore {
  display: inline;
  font-size: 1.8rem;
  font-weight: bold;
}

article.tag .totalscore .totalpart {
  font-size: 1rem;
}

.totalscore {
  color: #ff7e00;
}

.totalpart {
  font-size: 0.7rem;
}

.totalscore .totalpart {
  font-size: 1.4rem;
  font-weight: normal;
}

.caveat {
  font-style: italic;
  font-size: 1.2rem;
  color: #999;
}

.tradscore {
  font-size: 1rem;
}

.article-title {
   font-family: 'Arvo', 'Calibri', sans-serif; 
}

/* From old page */
.navbar-custom {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  font-family: 'Arvo', 'Calibri', sans-serif;
}

.navbar-custom .navbar-brand {
  font-weight: 800;
}
.navbar-custom .nav li a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
}

@media only screen and (max-width: 1170px) {
  aside .image {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .navbar-custom {
    background: transparent;
    border-bottom: 1px solid transparent;
  }
  .navbar-custom .navbar-brand {
    color: white;
    padding: 20px;
  }
  .navbar-custom .navbar-brand:hover,
  .navbar-custom .navbar-brand:focus {
    color: rgba(255, 255, 255, 0.8);
  }
  .navbar-custom .nav li a {
    color: white;
    padding: 20px;
  }
  .navbar-custom .nav li a:hover,
  .navbar-custom .nav li a:focus {
    color: rgba(255, 255, 255, 0.8);
  }
}
@media only screen and (min-width: 1170px) {
  .navbar-custom {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .navbar-custom.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -61px;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #f2f2f2;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .navbar-custom.is-fixed .navbar-brand {
    color: #404040;
  }
  .navbar-custom.is-fixed .navbar-brand:hover,
  .navbar-custom.is-fixed .navbar-brand:focus {
    color: #0085a1;
  }
  .navbar-custom.is-fixed .nav li a {
    color: #404040;
  }
  .navbar-custom.is-fixed .nav li a:hover,
  .navbar-custom.is-fixed .nav li a:focus {
    color: #0085a1;
  }
  .navbar-custom.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}