/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px; }

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
  max-width: 280px; }

/* Carousel */
.carousel-caption p {
  font-size: 20px;
  line-height: 1.4; }

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
  width: 100%; }

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
  /* Hide captions */
  .carousel-caption {
    display: none; } }

.block-main {
  padding: 42px 20px;
  font-size: 19px;
  font-weight: 300;
  text-align: center; }
  .block-main > p {
    margin-top: 21px; }

footer {
  text-align: center; }
  footer p, footer address {
    padding: 0;
    margin: 0; }

.navbar-logo {
  float: left;
  padding: 12px 0;
  height: 90px; }
  .navbar-logo:hover, .navbar-logo:focus {
    text-decoration: none; }
  .navbar-logo > img {
    display: block;
    height: 66px;
    shape-rendering: optimizeQuality; }

div.navbar {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  div.navbar .navbar-logo {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    div.navbar .navbar-logo > img {
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }

div.navbar.shrink {
  min-height: 60.0px; }
  div.navbar.shrink .navbar-logo {
    height: 60.0px;
    padding: 6px 0; }
    div.navbar.shrink .navbar-logo > img {
      height: 48.0px; }
