

.top-buffer { margin-top:20px; }

.left-carousel-control {
	left: 10px;
}

.right-carousel-control {
	right: 10px !important;	
}


.carousel-control {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.carousel-indicators li {
	background-color: #bbb;
}

.carousel-inner-frontpage {
	min-height: 304px;
}

.frontpage-video {
	width: 100%;
}

.hero-unit {
	padding-top: 30px;
	padding-bottom: 30px;
}

.frontpage-thumbnails {
  display: flex;
  flex-direction: column;
}

.frontpage-thumbnails>div {
  flex: 1 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  flex-direction: column;
}

.frontpage-thumbnails .alert {
  margin-left: 10px;
  margin-right: 10px;
}

.frontpage-thumbnails .btn {
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

@media all and (min-width: 768px) {
  .frontpage-thumbnails {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
  }

  .frontpage-thumbnails p {
    min-height: 180px;
  }

  .frontpage-thumbnails>div {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 5px;
    flex: 1 1 30%;
  }
}

.thumbnail > p, .thumbnail > h3 {
	padding: 8px;
}

.thumbnail > p {
  flex-grow: 1;
}

.btn-centered {
  display: block;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 90px;
  padding-bottom: 40px;
  color: #5a5a5a;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  margin-top: 20px;
}
.navbar-wrapper .navbar {

}

/* Remove border and change up box shadow for more contrast */
.navbar .navbar-inner {
  border: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
     -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
          box-shadow: 0 2px 10px rgba(0,0,0,.25);
}

/* Downsize the brand/project name a bit */
.navbar .brand {
  padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}

/* Navbar links: increase padding for taller navbar */
.navbar .nav > li > a {
  padding: 15px 20px;
}

/* Offset the responsive button for proper vertical alignment */
.navbar .btn-navbar {
  margin-top: 10px;
}

.span-center {
    display: inline-block;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

blockquote {
  padding-left: 0px;
}

#hidden-reviews {
  display: none;
}

.user-review-header {
  font-weight: bold;
}

.user-review-body {
  padding-top: 5px;
  padding-left: 12px;
  font-size: 16px;
  font-style: italic;
  font-family: "Georgia";
}

.button-more-reviews {
  margin-left: auto;
  margin-right: auto;
  display: block;
  background: none;
  border: none;
  outline: none;
  color: #888;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
