/** Default colors */
/* line 7, ../sass/hugo-bootswatch.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 12, ../sass/hugo-bootswatch.scss */
body {
  position: relative;
  /* For scrollyspy */
  color: #222;
  line-height: 22px;
  letter-spacing: .1;
  font-size: 12px;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-color: #F9F9F9;
  padding-top: 75px;
  padding-bottom: 20px;
}
/* line 26, ../sass/hugo-bootswatch.scss */
body > .navbar-brand:hover {
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.4);
}

/* line 32, ../sass/hugo-bootswatch.scss */
#logo a {
  font-family: 'Racing Sans One', cursive;
  text-indent: 35px;
  font-size: 25px;
  background: transparent url(../images/logo.png) no-repeat 15px 15px;
  display: block;
  color: #000;
  outline: none;
}

/* line 42, ../sass/hugo-bootswatch.scss */
.bs-docs-section + .bs-docs-section {
  padding-top: 0px;
}

/* line 46, ../sass/hugo-bootswatch.scss */
.smssync {
  font-family: 'Racing Sans One', cursive;
}

/* line 50, ../sass/hugo-bootswatch.scss */
strong, em {
  color: #00796B;
}

/* line 54, ../sass/hugo-bootswatch.scss */
.navbar-brand {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}

/* line 61, ../sass/hugo-bootswatch.scss */
.pull-right {
  float: right;
  font-size: 70%;
  font-weight: bold;
  margin: 0 20px 0 0;
}

/* line 68, ../sass/hugo-bootswatch.scss */
.bs-highlight {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #eee;
}

/* line 74, ../sass/hugo-bootswatch.scss */
.bs-highlight-info {
  background-color: #f4f8fa;
  border-color: #bce8f1;
}

/* line 79, ../sass/hugo-bootswatch.scss */
label.error {
  float: right;
  font-size: 10px;
  padding: 5px 9px 6px 25px;
  margin-left: 5px;
  border: 1px solid #cbcba2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 90, ../sass/hugo-bootswatch.scss */
.container .footer {
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
}

/* line 96, ../sass/hugo-bootswatch.scss */
.carousel-indicators li {
  border: 1px solid #00796B;
  background-color: #00796B;
  background-color: #007200;
}
/* line 101, ../sass/hugo-bootswatch.scss */
.carousel-indicators .active {
  background-color: #00796B;
}

/* line 106, ../sass/hugo-bootswatch.scss */
li {
  padding: 5px;
}

/*
 * Side navigation
 *
 * Scrollspy and affixed enhanced navigation to highlight sections and secondary
 * sections of docs content.
 */
/* By default it's not affixed in mobile views, so undo that */
/* line 119, ../sass/hugo-bootswatch.scss */
.bs-sidebar.affix {
  position: static;
}

/* First level of nav */
/* line 125, ../sass/hugo-bootswatch.scss */
.bs-sidenav {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-shadow: 0 1px 0 #fff;
  background-color: #eeeeee;
  border-radius: 5px;
}

/* All levels of nav */
/* line 139, ../sass/hugo-bootswatch.scss */
.bs-sidebar .nav > li > a {
  display: block;
  color: #716b7a;
  padding: 5px 20px;
}
/* line 143, ../sass/hugo-bootswatch.scss */
.bs-sidebar .nav > li > a:hover, .bs-sidebar .nav > li > a:focus {
  text-decoration: none;
  background-color: #e5e3e9;
  border-right: 1px solid #dbd8e0;
}
/* line 150, ../sass/hugo-bootswatch.scss */
.bs-sidebar .nav > .active > a, .bs-sidebar .nav > .active:hover > a, .bs-sidebar .nav > .active:focus > a {
  font-weight: bold;
  color: #00796B;
  background-color: transparent;
  border-right: 1px solid #00796B;
}
/* line 158, ../sass/hugo-bootswatch.scss */
.bs-sidebar .nav .nav {
  display: none;
  /* Hide by default, but at >768px, show it */
  margin-bottom: 8px;
}
/* line 162, ../sass/hugo-bootswatch.scss */
.bs-sidebar .nav .nav > li > a {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 30px;
  font-size: 90%;
}

/* line 171, ../sass/hugo-bootswatch.scss */
#forkme-badge {
  position: fixed;
  top: 0px;
  right: 0px;
  border: 0px;
}

@media (max-width: 980px) {
  /* line 179, ../sass/hugo-bootswatch.scss */
  #forkme-badge {
    display: none;
  }
}
/* Nav: second level (shown on .active) */
/* Show and affix the side nav when space allows it */
@media (min-width: 992px) {
  /* line 187, ../sass/hugo-bootswatch.scss */
  .bs-sidebar .nav > .active > ul {
    display: block;
  }
  /* line 190, ../sass/hugo-bootswatch.scss */
  .bs-sidebar.affix, .bs-sidebar.affix-bottom {
    width: 213px;
  }
  /* line 193, ../sass/hugo-bootswatch.scss */
  .bs-sidebar.affix {
    position: fixed;
    /* Undo the static from mobile first approach */
    top: 80px;
  }
  /* line 198, ../sass/hugo-bootswatch.scss */
  .bs-sidebar.affix-bottom {
    position: absolute;
    /* Undo the static from mobile first approach */
  }
  /* line 201, ../sass/hugo-bootswatch.scss */
  .bs-sidebar.affix-bottom .bs-sidenav {
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 206, ../sass/hugo-bootswatch.scss */
  .bs-sidebar.affix .bs-sidenav {
    margin-top: 0;
    margin-bottom: 0;
  }

  /* Widen the fixed sidebar */
}
@media (min-width: 1200px) {
  /* Widen the fixed sidebar again */
  /* line 217, ../sass/hugo-bootswatch.scss */
  .bs-sidebar.affix-bottom, .bs-sidebar.affix {
    width: 263px;
  }
}
