/* MAIN JUMBOTRON IMAGE */
    #mp_MainBannerImg { background: #fff url("https://mountain-paths.com/wp-content/uploads/2020/07/cropped-20200509_181001-scaled-2.jpg") no-repeat 50% 42%; }
    #mp_SecondBannerImg { background: #fff url("https://i0.wp.com/mountain-paths.com/wp-content/uploads/2021/03/DSC_0199.jpg?resize=1620%2C1080&ssl=1") no-repeat 50% 60%; }

    /* .jumbotron { height : 100vh; } */
    .jumbotron { height : calc(100vh - 6rem);  }

    .jumbotron { margin-bottom: 8px; }
    .jumbotron .container  { position: relative; top: 40%; }
    .jumbotron .container h2 { font-family: 'Fredericka the Great'; font-weight: normal; text-shadow: 2px 2px 2px #000; font-size: calc(2.25rem + .4vw); }
    .jumbotron .container p { color: #fff;  text-shadow: 1px 1px 2px #000; font-size: calc(1.5rem + .3vw); }

/*  Jumbotron screen adjustments */
    /*  @media (max-width: 1024px) { #mp_MainBannerImg { background: #fff url("/img/onkilimanjaro-768.jpg") no-repeat 50% 0%; } }
        @media (max-width: 767px) { #mp_MainBannerImg { background: #fff url("/img/onkilimanjaro-320.jpg") no-repeat  50% 25%; } } */
        @media (max-width: 1024px) { .jumbotron { max-height: 512px; } }
        @media (max-width: 767px) { .jumbotron { max-height: 468px; } .jumbotron .container h2, .jumbotron .container p { font-family: Roboto, sans-serif; font-weight: bold; text-shadow: 1px 1px 2px #000; }
        } 
/*  END Small screen adjustments */

