html, body {
  background-color: rgb(240, 240, 240);
}
a, a:hover, a:active, a:visited {
  color: #D60006;
}
h1,h2,h3,h4,h5,h6 {
  color: #000;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.2em;
}
h6 {
  font-size: 1.0em;
}
a.js-activetab {
  display:none;
  visibility:hidden;
}
img.site-logo {
  max-width: 35px; margin-top:-7px;
}

body {
  padding-top: 70px;
  font-family: 'Open Sans', Verdana, Georgia, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

footer {
  text-align:center; 
  padding-top:20px; 
  padding-bottom:20px; 
  font-size:0.8em;
}
hr {
  border:0;
  height: 1px;
  background: rgb(220, 220, 220);
  background-image: linear-gradient(to right, rgb(240, 240, 240), rgb(210, 210, 210), rgb(210, 210, 210), rgb(210, 210, 210), rgb(240, 240, 240));
  margin-top:25px;
  margin-bottom:25px;
}
article.post-content p {
  margin: 0 0 20px;
}

header.post-header p.post-meta {
  margin: 0 0 20px;
  font-size: 0.8em;
}

.btn-xlg {
    padding: 18px 28px;
    font-size: 22px;
    line-height: normal;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}
.navbar-collapse .btn-xlg {
  text-align: left;
}

.post-title, .page-title, .post-only-title {
  font-size: 2em;
}

.post-only-title a, 
.post-only-title a:hover, 
.post-only-title a:active, 
.post-only-title a:visited {
  color: #000;
}

.post-meta {
  color: rgba(130, 130, 130, 1);
}

.landing-header {
  padding-bottom:10px;
}
p.landing-image-container {
  padding-top:20px;
}
p.landing-appstore-container {
  padding-top:30px;
  padding-bottom:20px;
  text-align:center;
}

hr.post-separator {
  margin-top:35px;
  margin-bottom:35px;
}

a.header-anchor {
  display: block;
  position: relative;
  padding-top:74px;
  margin-top:-74px;
  visibility: hidden;
}

li[id^="fn"] {
  padding-top:74px;
  margin-top:-74px;
}

.video-container {
	position:relative;
  margin:20px;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

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