/* GLOBAL */
* {
  margin: 0;
}
body,
html {
  font-family: "Trebuchet MS", "Helvetica", sans-serif;
  color: #444;
  font-size: 14px;
  height: 100%;
}
div.body {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -160px;
  /* the bottom margin is the negative value of the footer's height */
  padding-top: 250px;
}
.box {
  border-radius: 14px;
  box-shadow: 0px 0px 10px 1px #aaaaaa;
}
h1,
h2,
h3,
h4 {
  margin: 0;
}
h2 {
  color: #BE1E2D;
  font-size: 21px;
}
h3 {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 4px;
}
strong {
  color: #BE1E2D;
}
div.body a {
  color: #b4a89d;
  text-decoration: underline;
}
div.body a:hover {
  color: #444;
}
div.body .more {
  text-align: right;
}
div.body .more a {
  color: #BE1E2D;
}
div.body .more a {
  text-decoration: underline;
}
div.body .more a:hover {
  text-decoration: none;
}
img.full-width {
  max-width: 100%;
}
.wide {
  letter-spacing: 4px;
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/* HEADER */
header .band {
  position: relative;
  background-color: #b4a89d;
}
header .band .col {
  height: 139px;
  font-size: 10px;
  padding-right: 0;
}
header .band .logo {
  position: absolute;
  bottom: -2px;
  left: 10px;
}
header .navbar {
  border: none;
  background: #fff;
  box-shadow: none;
}
header .navbar-toggle {
  margin-right: 0;
}
.navbar-default .navbar-nav > li > a {
  color: #b4a89d;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a.active {
  color: #444;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none;
}
/* HOME */
body.home .sections {
  margin-top: 10px;
}
body.home .section {
  padding: 0 5%;
  text-align: center;
}
body.home .section p {
  text-align: left;
}
body.home .section .image {
  height: 120px;
  margin: 20px 0;
}
body.home .carousel {
  height: 350px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
body.home .carousel-caption {
  z-index: 10;
}
/* Declare heights because of positioning of img element */
body.home .carousel .item {
  width: 100%;
  height: 350px;
  background-color: #fff;
}
body.home .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 350px;
}
/* HOWTO */
body.howto .article .image {
  margin-bottom: 20px;
  text-align: left;
}
body.howto .article img {
  max-width: 100%;
}
body.howto .toc ul {
  padding-left: 15px;
  margin-top: 24px;
}
body.howto .toc ul li {
  padding: 5px;
}
/* FOOTER */
footer {
  background-color: #b4a89d;
  padding: 25px 0;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
}
footer .address a {
  color: #fff;
}
footer {
  height: 160px;
}
.push {
  margin-top: 30px;
  height: 160px;
  /* .push must be the same height as .footer */
}
/* MEDIA QUERIES */
@media (max-width: 992px) {
  body.home .carousel {
    height: 300px;
  }
  body.home .carousel .item {
    height: 300px;
  }
  body.home .carousel-inner > .item > img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  body.home .section .image {
    height: 160px;
  }
  div.body {
    padding-top: 200px;
  }
  body.home .carousel {
    height: 200px;
  }
  body.home .carousel .item {
    height: 200px;
  }
  body.home .carousel-inner > .item > img {
    height: 200px;
  }
  footer,
  .push {
    height: 250px;
  }
  div.body {
    margin: 0 auto -250px;
    /* the bottom margin is the negative value of the footer's height */
  }
}
@media (max-width: 520px) {
  body.home .section .image {
    height: 120px;
  }
  body.home .carousel {
    height: 120px;
  }
  body.home .carousel .item {
    height: 120px;
  }
  body.home .carousel-inner > .item > img {
    height: 120px;
  }
}
