/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

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

/* COLUMN MARGINS
-------------------------------------------------- */

.col-12 {
  margin-bottom: 30px;
}

.col-margin {
  margin-bottom: 30px;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */

.navbar-wrapper {
  position: relative;
  z-index: 10;
}

/* REMEMBER CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.remember {
  padding-left: 15px;
  padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */
.remember .col-lg-4 {
  text-align: center;
  margin-bottom: 20px;
}
.remember h2 {
  font-weight: normal;
}
.remember .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}


/* Loved One
------------------------- */

.lovedone {
  padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
  overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.lovedone-image {
  margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.lovedone-image.pull-left {
  margin-right: 40px;
}
.lovedone-image.pull-right {
  margin-left: 40px;
}

/* Thin out the headings */
.lovedone-heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Remve the edge padding needed for mobile */
  .remember {
    padding-left: 0;
    padding-right: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

}
