html, body {
    font-family: 'Playfair Display', serif;
  }
  
  h1, h2, h3, h4, h5 {
    font-family: 'Noto Serif JP', serif;
  }
  
  @media only screen and (max-width: 768px) {
   
  
  #home {
      background-image: url('img/MBO_bluesky_mobile.jpg');
      min-height: 100%;
      background-size: cover;
      background-position: center;
    }
    

    .wow{
        visibility: visible !important;
        -webkit-animation-name: none !important;
        -o-animation-name: none !important;
        animation-name: none !important;}
    
    }
  
  @media screen and (min-width: 768px) {
  
  
    #home {
      background-image: url('img/MBO_fullbody_2019_color_bluesky.jpg');
      min-height: 100%;
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size: cover;
    }
  
  }
  
  
  html,
          body,
          header,
          .jarallax {
            height: 700px;
          }
  
          @media (max-width: 740px) {
            html,
            body,
            header,
            .jarallax {
              height: 100vh;
            }
          }
  
          @media (min-width: 800px) and (max-width: 850px) {
            html,
            body,
            header,
            .jarallax {
              height: 100vh;
            }
          }
  
     