.navbar {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: -webkit-linear-gradient(left, #f9f8f5 , #e9f1ff);
  background: -o-linear-gradient(right, #f9f8f5, #e9f1ff);
  background: -moz-linear-gradient(right, #f9f8f5, #e9f1ff);
  border: none;
  color: #333;
  -webkit-box-shadow: 0 10px rgba(0,0,0,0.2);
  box-shadow: 0 10px rgba(0,0,0,0.2);
}

.mainNav {
  justify-content: space-between;
}

.navbar a {
  letter-spacing: 0.60px;
}

header.masthead {
    text-align: center;
    color: white;
    background-image: url("img/Sydney.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;

  }
  
  .navbar-brand {
    margin-right: 0.1rem;
  }



  header.masthead .intro-text {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  
  header.masthead .intro-text .intro-lead-in {
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
    margin-bottom: 25px;
    font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }
  
  header.masthead .intro-text .intro-heading {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 25px;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }

  .card-body {
    background-color: #daedfb;
  }
  
  @media (min-width: 768px) {
    header.masthead .intro-text {
      padding-top: 300px;
      padding-bottom: 200px;
    }
    header.masthead .intro-text .intro-lead-in {
      font-size: 40px;
      font-style: italic;
      line-height: 40px;
      margin-bottom: 25px;
      font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    }
    header.masthead .intro-text .intro-heading {
      color: cadetblue;
      background-color: white;
      border-radius: 15px;
      font-size: 65px;
      font-weight: 700;
      line-height: 75px;
      margin-bottom: 50px;
      font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    }
  }



  footer {
    background: -webkit-linear-gradient(left, #f9f8f5 , #e9f1ff);
    background: -o-linear-gradient(right, #f9f8f5, #e9f1ff);
    background: -moz-linear-gradient(right, #f9f8f5, #e9f1ff);
}

