@import url('https://fonts.googleapis.com/css?family=Fira+Sans:700|Open+Sans:400,600');
/* need separate request to use the text= charset constraint */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400&text=PDFDATA.io');
body {
    font-family:"Open Sans", sans-serif;
    font-size:18px;
    padding-top:70px;
    
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

bg {
    background:#fff;
    color:#614d4d
}
html, .invert {
    color: #fff;
    background: #e75854;
}

p { margin:1em 0px 1em 0px }

#content {
    flex:1;
}

.container-fluid {
    margin-right:inherit; margin-left:inherit
}

img#background {
    opacity:.55;
}

h1, h2, h3, h4, h5 {
    font-family:"Fira Sans", sans-serif;
    font-weight:bold
}

a {
    text-decoration:underline
}
a.btn {
    text-decoration:none
}
.invert a {
    color: #50569A;
}

.brand {
   font-family: Montserrat;
   font-weight:normal
}

.mktng-label {
color: rgba(42, 64, 86, 0.5);
font-weight:600;
text-transform:uppercase
}

.feature{
    color:#614d4d;
    padding-top:1em
}

.red {
    color: #e75854
}

.pricing-insert .plan {
    padding:18px;
    text-align:center;
    border:1px solid #e75854;
    border-radius: 5px;
    display:flex;
    flex-direction:column
}

.pricing-insert p {
    margin:.5em 0 .5em 0
}

.pricing-insert .plan .spacer {
    flex:1
}

@media (min-width: 768px) {
    .pricing-insert {
	display:flex;
    justify-content: space-around;
    margin-bottom:1em
    }

    .pricing-insert .plan {
	flex-basis:25%
    }
}

.pricebox { font-size: 36px }
.pricebox .per {
    font-size:12px
}

#footer a {
    color: #fff;
    text-decoration:none
}
#footer a:hover {
    opacity:.7
}

p.divider {
    text-align:center;
    font-weight:bold;
    font-size:1.2em
}

#apikeys .glyphicon-ok {
    color:green
}
#apikeys .glyphicon-remove {
    color:red
}
#apikeys input {
    border:none;
    font-family:monospace;
    margin-right:10px
}

/* bootstrap overrides that should get baked into our own build TODO */
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #5f4545;
}

.has-error .form-control {
    border-color: #5f4545;
}

.navbar-nav>li a {
    line-height: inherit;
    text-decoration:none
}

.navbar {
    background-color: #e75854;
    border-radius: 0;
    margin-bottom: 0;
    border: 0;
    font-size: 80%;
}
.navbar a {
    color:#fff !important;
    vertical-align:middle
}
.navbar a.btn {
    color:#333 !important;
    text-decoration:none
}
.navbar-right a:hover {
    opacity:.8
}
.navbar-brand > img {
    display: inline;
    height: 50px;
}
.navbar-brand {
    font-size: 26px;
 
    padding:0px;
    text-decoration:none
}
.navbar-collapse {
    border:0px;
    box-shadow:none
}
.navbar-toggle:focus {
    background-color:transparent !important
}
.icon-bar {
    background-color:#fff !important
}

code {
    color:inherit;
    background-color:inherit
}

#buildinfo {
    font-size: x-small;
    color: transparent;
}

.register-cta {
    text-align:center;
    margin:2em 0px
}
.presentation-cta {
   text-align:center;
}
.presentation-nav {
    display:inline-block
}
.presentation-nav a {
    text-decoration:none;
}
.presentation-nav a .glyphicon-play, .presentation-nav a:hover .glyphicon-repr {
    display:none
}
.presentation-nav a:hover .glyphicon-play {
    display:inline
}
@media (max-width:992px) {
    .presentation-cta {
        margin-bottom:1em
    }
    .register-cta {
        margin:1em 0px
    }
}
.row.spacer {
    margin-top:1em;
    margin-bottom:2em;
}
video {
    width:100%
}

@media (min-width:992px) {
    #asciicast {
        padding:0px;
    }
}
.overlay {
    position: absolute;
    width: 100%;
    background-color:#fff;
    visibility:hidden;
    overflow:hidden;
    z-index:50
}
.flex-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.overlay div.end {
    padding:1em
}

.blog .postmeta {
font-size:small;
text-align:right
}
.blog .sidebar h2, .blog .sidebar h3, .blog .sidebar h4, .blog .sidebar h5, .blog .sidebar h6 {
color:#aaa
}
.blog .sidebar p, .blog .summary {
font-size:smaller
}
.blog .sidebar a, .blog h1 a, .blog h2 a, a.plain {
  text-decoration:none
}
.well > *:first-child {
margin-top:0px
}
.well > *:last-child {
margin-bottom:0px
}
.terminology {
  cursor: help;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}
/* account for fixed header */
a[name] {
display: block;
position: relative;
top: -100px;
visibility: hidden;
}