.intro {
  font-size: 0.95rem; }

.trip {
  background-color: rgba(255, 255, 255, 0.3); }
  .trip .trip-title {
    font-size: 1.1rem;
    font-family: "Segoe UI", "Open Sans", sans-serif;
    color: #006bb5; }
  .trip .trip-title-photo {
    max-width: 200px; }
  .trip .trip-description {
    font-size: 0.95rem; }
  .trip .trip-link {
    font-size: 1rem; }
  .trip img {
    border: 1px solid whitesmoke;
    max-width: 100%;
    height: auto; }
    @media (min-width: 992px) {
      .trip img {
        max-width: 35%; } }
