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

/* .reveal:hover, .reveal_faq:hover { */
/*     text-shadow: 1px 1px 1px #777; */
/* } */
/* .reveal, .reveal_faq { */
/*     color:#06c; */
/*     cursor: pointer; */
/* } */
/* .answer { */
/*     background-color: transparent; */
/* } */

.logo {
   max-height:75px;
   max-width:100%;
   padding-top:5px;
   padding-bottom:5px;
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.img-padding {
   padding-top:20px;
   padding-bottom:20px;
}
.bs-sidebar .nav > li > a:hover, .bs-sidebar .nav > li > a:focus {
   text-decoration: none;
   /* background-color: #eee; */
   background-color: #eee;
   border-right: 3px solid #06c;
   border-left: 3px solid #06c;
}
.bs-sidebar .nav > .active > a, .bs-sidebar .nav > .active:hover > a, .bs-sidebar .nav > .active:focus > a {
   font-weight: bold;
   color: #06c;
   background-color: #ddd;
   border-right: 4px solid #06c;
   border-left: 4px solid #06c; 
}
/* color for the header */
.bs-docs-home, .bs-header {
   color: #fff;
   background-color: #06c;
}

/* red textcolor */
.warning {
    color:#d00;
}

/* scroll up a bit to compensate for the header */
/*.targetpadding {
    padding-top:80px;
    margin-top:-70px;
}*/
.input-group-addon {
    min-width:100px;
    text-align:left;
}
body {
    position: relative;
    /* For scrollyspy */
}
body > .container {
    box-shadow: 0 10px 30px #777;
}

.bs-docs-container{
    padding-bottom: 40px;
    padding-bottom: 4px;
}
/* Keep code small in tables on account of limited space */
.table code {
    font-size: 13px;
    font-weight: normal;
}

/* text of navbar brand/title */
.bs-docs-nav .navbar-brand {
    color: #fff;
    padding-right:80px;
}

/* smaller right margin to fit on one line with toggle button */
@media (max-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-right: -70px;
  }
}
/* text of navbar elements */
.bs-docs-nav .navbar-nav > li > a {
    color: #fff;
}
/* style for mouse over in navbar */
.bs-docs-nav .navbar-nav > li > a:hover {
    background-color: black;
    text-shadow: 0px 0px 2px white;
}
.bs-docs-nav .navbar-toggle {
    border-color: #ddd;
}
.bs-footer {
    padding-top: 40px;
    padding-bottom: 30px;
    margin-top: 50px;
    color: #777;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}
.footer-links {
    margin: 10px 0;
    padding-left: 0;
}
.footer-links li {
    display: inline;
    padding: 0 2px;
}
.footer-links li:first-child {
    padding-left: 0;
}
@media (min-width: 768px) {
    .bs-footer {
        text-align: left;
    }
    .bs-footer p {
        margin-bottom: 0;
    }
}
/* Masthead (headings and download button) */
 .bs-masthead {
    position: relative;
    padding: 30px 15px;
    text-align: center;
}
.bs-masthead h1 {
    font-size: 50px;
    line-height: 1;
    color: #fff;
}
.bs-masthead .btn-outline {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 18px 24px;
    font-size: 21px;
}
/* Links to project-level content like the repo, Expo, etc */
 .bs-masthead-links {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 15px;
    list-style: none;
    text-align: center;
}
.bs-masthead-links li {
    display: inline;
}
.bs-masthead-links li + li {
    margin-left: 20px;
}
.bs-masthead-links a {
    color: #fff;
}
@media screen and (min-width: 768px) {
    .bs-masthead {
        text-align: left;
        padding-top: 140px;
        padding-bottom: 140px;
    }
    .bs-masthead h1 {
        font-size: 100px;
    }
    .bs-masthead .lead {
        margin-right: 25%;
        font-size: 30px;
    }
    .bs-masthead-links {
        padding: 0;
        text-align: left;
    }
}
/* Page headers */
.bs-header {
    padding: 10px 1px 10px;
    /* side padding builds on .container 15px, so 30px */
    font-size: 16px;
    text-align: center;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
}
.bs-header h1 {
    color: #fff;
    font-size: 32px;
    font-family: 'Josefin Slab', serif;
}
.bs-header p {
    font-weight: 300;
    line-height: 1.5;
}
.bs-header .container {
    position: relative;
}
@media screen and (min-width: 768px) {
    .bs-header {
        padding: 10px 10px 10px;
        font-size: 21px;
        text-align: left;
    }
    .bs-header h1 {
        font-size: 60px;
        line-height: 1;
    }
}
@media screen and (min-width: 992px) {
    .bs-header h1, .bs-header p {
        margin-right: 380px;
    }
}
.bs-sidebar.affix {
    position: static;
}
/* First level of nav */
.bs-sidenav {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    /* text-shadow: 0 1px 0 #fff; */ 
    background-color: #f5f5f5;
    /* background-color: #000000; */
    border-radius: 5px;
}
/* Nav: second level (shown on .active) */
.bs-sidebar .nav .nav {
    display: none;
    /* Hide by default, but at >768px, show it */
    margin-bottom: 8px;
}
.bs-sidebar .nav .nav > li > a {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 30px;
    font-size: 90%;
}
/* Show and affix the side nav when space allows it */
@media screen and (min-width: 992px) {
    .bs-sidebar .nav > .active > ul {
        display: block;
    }
    /* Widen the fixed sidebar */
    .bs-sidebar.affix, .bs-sidebar.affix-bottom {
        width: 213px;
    }
    .bs-sidebar.affix {
        position: fixed;
        /* Undo the static from mobile first approach */
        top: 30px;
    }
    .bs-sidebar.affix-bottom {
        position: absolute;
        /* Undo the static from mobile first approach */
    }
    .bs-sidebar.affix-bottom .bs-sidenav, .bs-sidebar.affix .bs-sidenav {
        margin-top: 0;
        margin-bottom: 0;
    }
}
@media screen and (min-width: 1200px) {
    /* Widen the fixed sidebar again */
    .bs-sidebar.affix-bottom, .bs-sidebar.affix {
        width: 263px;
    }
}
/* Space things out */
 .bs-docs-section + .bs-docs-section {
/*     padding-top: 40px; */
}
/* Janky fix for preventing navbar from overlapping */
 h1[id] {
    padding-top: 35px;
/*     margin-top: -45px; */
}
