header.masthead {
    padding-top: 10.5rem;
    padding-bottom: 6rem;
    text-align: center;
    color: #fff;
    background-image: url("../assets/img/header-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
  }
  header.masthead .masthead-subheading {
    font-size: 1.5rem;
    font-style: italic;
    line-height: 1.5rem;
    margin-bottom: 25px;
    font-family: "Roboto Slab", -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 .masthead-heading {
    font-size: 3.25rem;
    font-weight: 700;
    line-height: 3.25rem;
    margin-bottom: 2rem;
    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";
  }

  @media (min-width: 768px) {
    header.masthead {
      padding-top: 13rem;
      padding-bottom: 9rem;
    }
    header.masthead .masthead-subheading {
      font-size: 2.25rem;
      font-style: italic;
      line-height: 2.25rem;
      margin-bottom: 2rem;
    }
    header.masthead .masthead-heading {
      font-size: 4.5rem;
      font-weight: 700;
      line-height: 4.5rem;
      margin-bottom: 4rem;
    }
  }


  .img-shadow {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        padding:5px
    }
    header.masthead{
        font-family: "Nunito", Bahij-Janna-Bold !important;
        filter: brightness(75%);
        /* background-image: url({{ asset("public_layout/assets/img/library-cover.png") }}); */

    }
    .fontkr, select, input, td, th, h6, p {
        font-family: "Nunito", Bahij-Janna-Bold !important;
    }

    .width50 {
        width:50%;
    }

    .width20 {
        width:20%
    }
    header.masthead .masthead-heading{
            font-family: "Nunito", Bahij-Janna-Bold !important;
            font-size: 40px !important;

        }

    @media (min-width: 768px)
    {
        .width50, .width20 {
            width: 100%
        }
        header.masthead .masthead-heading {
            font-family: "Nunito", Bahij-Janna-Bold !important;

        }

    }
