    body {
      font-family: 'Open Sans', sans-serif;
      color: #333;
      scroll-behavior: smooth;
    }
    h1, h2, h3, h4, h5 {
      font-family: 'Knewave', sans-serif; color: #ea636a;
    }
    h2 {font-size: 2.6rem;}
    h3 {font-family: 'Open Sans', sans-serif; font-weight: 800;}
    p, ul, ol, li {font-size: 1.2rem;}
    .navbar {
      background-color: #ffffff;
    }
    a {color: #ea636a; text-decoration: none;}
    a:hover {color: #da565d;}
    a:active, a:focus {color: #c14046;}
    .navbar a {
      color: #333;
    }
    a.navbar-brand {height: 60px; width: 279px; background: url('../images/logo-inkingabroad-web.png');}
    .nav-item {margin-left: 2rem;}
    li.active a.nav-link {color: #ea636a; font-weight: bold;}
    a.nav-link {color: #888; text-transform: uppercase; font-size: 0.8rem;}
    a.nav-link:hover {color: #ea636a;}
    
    .pad-top {padding-top: 2rem;}
    .pad-left {padding-left: 2rem;}
    .pad-right {padding-right: 2rem;}
    .pad-bottom {padding-bottom: 2rem;}
    .pad-littleleft {padding-left: 1rem;}
    .pad-littleright {padding-right: 1rem;}
    .pad-littlebottom {padding-bottom: 1rem;}
    .pad-bigleft {padding-left: 3rem;}
    .pad-bigright {padding-right: 3rem;}
    .pad-none {padding: 0;}
    .bg-coffee {background-color: #fdf8eb;}
    .bg-sky {background-color: #e6f4f8;}
    .pic-body {border-radius: 1rem;}
    .text-bio {font-size: 1rem;}
    .text-showcase {font-size: 1.5rem;}
    .text-small {font-size: 0.8rem;}
    .text-smallcaps {font-size: 0.8rem; text-transform: uppercase; line-height: 1.8rem;}
      ul.benefits {list-style-type: none; margin: 0 0 2rem 0.2rem; padding: 0;}
      ul.benefits li {padding-left: 2rem; margin: 0 0 1rem 0; background-image: url('../images/tick-bp.png'); background-position: 0 0; background-size: 1.6rem 1.6em; background-repeat: no-repeat;}
    .text-epic {font-size: 3rem;}


    .hero-florence {
      background: url('../images/hero-florence1.jpg') center/cover no-repeat;
      color: white;
      text-align: left;
      padding: 8rem 4rem;
      min-height: 36rem; 
      position: relative;
    }
    .hero-berlin {
      background: url('../images/hero-berlin1.jpg') center/cover no-repeat;
      color: white;
      text-align: left;
      padding: 8rem 4rem;
      min-height: 36rem; 
      position: relative;
    }
    .hero-catalonia {
      background: url('../images/hero-barcelona2.jpg') center/cover no-repeat;
      color: white;
      text-align: left;
      padding: 8rem 4rem;
      min-height: 36rem; 
      position: relative;
    }
    .hero-florence h1, .hero-berlin h1, .hero-catalonia h1 {
      font-size: 3.6rem; color: #fff;
    }
    .hero-florence p, .hero-berlin p, .hero-catalonia p {
      font-size: 1.6rem;
    }
    .btn-primary {
      background-color: #ea636a; color: #fdf3f3;
      border: none; border-radius: 3rem; padding: 0.5rem 3rem;
    }
    .btn-primary:hover {
      background-color: #da565d; color: #fff;
    }
    .btn-nav {
      background-color: #ea636a; border: none; border-radius: 3rem; padding: 0.5rem 2rem; color: #fdf3f3 !important;
    }
    .btn-nav:hover {
      background-color: #da565d; color: #fff !important;
    }
    .section-title {
      margin-bottom: 40px;
      font-weight: bold;
      text-align: center;
    }
    .divider {
      background: url('../images/ink-divider.svg') center/contain no-repeat;
      height: 40px;
      margin: 40px 0;
    }
    .pricing {
      padding: 50px 20px;
    }
      section {
      padding: 60px 0;
    }
    footer {
      background-color: #333;
      color: #eee;
      padding: 20px 0;
    }
    footer p {
      font-size: 1rem;
    }
    footer a:link, footer a:visited {color: #e6f4f8;}
    footer a:hover {color: #efefef;}
    /* Fade-in animations */
    .fade-in {
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.8s ease, transform 0.8s ease;
    }
    .fade-in.show {
      opacity: 1;
      transform: translateY(0);
    }
    .divider {
  height: 80px;
  background: url('../images/ink-divider.svg') center/cover no-repeat;
  color: #d97706; /* warm ochre */
}
      /* Mailchimp form styles */
      .response {padding-bottom: 1rem; font-size: 1.2rem; font-family: 'Knewave', sans-serif;}
      
@media (max-width: 768px) {
    .hero-florence {
      background: url('../images/hero-florence1.jpg') center/cover no-repeat;
      color: white;
      text-align: left;
      padding: 6rem 2rem;
      min-height: 30rem; 
      position: relative;
    }
    .hero-berlin {
      background: url('../images/hero-berlin1.jpg') center/cover no-repeat;
      color: white;
      text-align: left;
      padding: 6rem 2rem;
      min-height: 30rem; 
      position: relative;
    }
    .hero-catalonia {
      background: url('../images/hero-barcelona2.jpg') center/cover no-repeat;
      color: white;
      text-align: left;
      padding: 6rem 2rem;
      min-height: 30rem; 
      position: relative;
    }
    .hero-florence h1, .hero-berlin h1, .hero-catalonia h1 {
      font-size: 3.2rem; color: #fff;
    }
    #photobox-left {margin-bottom: 1rem;}
    #photobox-right {margin-left: 1rem;}
}


