@font-face {
    font-family: 'mzbun';
    src: url('8953Mzbun.woff2') format('woff2'),
        url('8953Mzbun.woff') format('woff');
      font-display: auto;
}

.mzbun{
    font-family: 'mzbun' !important;
}

        body{
            font-family: 'mzbun' !important;
        }


html, body, div, h1, h2, h3, a, ul, li, img {
    padding: 0;
    margin: 0;
    border: 0;
    list-style: none;
    text-decoration: none;
    font-weight: normal;
  }
  
  body {
      /* background:url('../images/background-color.png'); */
      background-color: white;;
      width: 100%;
      height: 100vh;
      font-family: "MzBun";
      font-size: 18px;
      text-transform: uppercase;
      color: black;
  }
  
  a {
      color: black;
      text-decoration: none;
  }
  
  a:hover{
      color: #FFAE33;
  }
  
  main {
      width: 95%;
      max-width: 950px;
      min-width: 420px;
      
      margin: 0 auto;
      /* height: 100vh; */
  }
  
  header {
    
    padding: 20px 0 0 0;
    height: 146px;
    position: relative;
  }
  
  .logo {
    float: left;
    
    display: block;
    padding: 0;
    height: 146px;
  }
  
  .logo img {
    width: 320px;
    height: auto;
    max-width: 362px;
    max-height: 220px;
  }
  
  header nav {
    float: right;
    padding-top: 126px;
  }
  
  header nav .menu {
    clear: none;
    vertical-align: bottom;
    display: block;
    
  }
  
  header nav .menu li {
    float: left;
  }
  
  header nav .menu li a {
    display: block;
    padding: 0 20px;
  }
  
  .menu.expand { max-height: 15em !important; }
  
  .ham-icon {
    padding: .5em;
    width: 40px;
    display: none;
    height: 40px;
    background-color: #FFAE33;
    cursor: pointer;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
  }
  
  .ham-icon:after,
  .ham-icon:before {
    background-color: #fff;
    border-radius: 3px;
    content: '';
    display: block;
    height: 6px;
    margin: 10px 0;
    transition: all .2s ease-in-out;
  }
  
  .ham-icon.open:before  {
    transform: translateY(8px) rotate(135deg);
  }
  
  .ham-icon.open:after {
    transform: translateY(-8px) rotate(-135deg);
  }
  
  .panel-contents {
    padding: 60px 20px 40px 20px;
    
    text-align: center;
  }
  
  .panel-contents article {
    margin: 0 auto;
  }
  
  .panel-contents .pagination {
    font-size: 50px;
    margin: 10px auto;
  }
  
  .panel-contents .pagination li {
    display: inline-block;
  }
  
  .panel-contents .pagination a {
    display: block;
    background-color: #FFAE33;
    color: black;
    border: 1px solid rgb(240, 240, 240);
    width: 50px;
    height: 50px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
  }
  
  .panel-contents .pagination a:hover {
    color: black;
  }
  
  .panel-contents img {
    width: 80%;
    height: auto;
    margin: auto;
    margin-bottom: 20px;
  }
  
  .panel-contents .about-container {
    text-align: left;
  }
  .panel-contents .about-container h1 {
    color: #FFAE33;
    font-size: 30px;
  }
  
  .panel-contents .about-container .sya_container li {
    list-style-type: circle;
    margin-left: 18px;
    line-height: 24px;
  }
  
  .panel-contents .about-container .sya_container h2{
    font-size: 25px;
    font-weight: normal;
    line-height: 30px;
  }
  
  /* footer */
  .waves-container {
    position: relative;
    min-width: 420px;
  }
  
  .waves {
    position: relative;
    margin-bottom: -7px;
    overflow: hidden;
  }
  
  footer {
    position: relative;
    height: 330px;
    background-color: #FFAE33;
    /* margin: -7px 0 0 0; */
    color: white;
    width: inherit;
    font-size: calc(12px + .2vw);
  }
  
  footer a {
    color: white;
  }
  
  footer a:hover {
    color: black;
  }
  
  footer .footer-container {
    width: 95%;
    max-width: 700px;
    padding-top: 15px;
    background-color: #FFAE33;
    margin: 0 auto;
    display: grid;
  }
  
  footer .footer-content div {
    width: 50%;
  }
  
  footer .footer-container .center {
    position: relative;
    text-align: center;
    width: 100%;
  }
  
  .footer-container .left {
    float: left;
    line-height: 22px;
    font-size: calc(16px + .2vw);
  }
  
  .footer-container .right {
    float: right;
    text-align: right;
  }
  
  .footer-container h1 {
      margin: 0 0 15px 0;
      padding: 0;
      font-size: calc(25px + .2vw);
  }
  
  .footer-container .left img {
      width: 15vw;
      max-width: 150px;
      min-width: 150px;
      max-height: 150px;
  }
  .footer-container .right img {
      width: 10vw;
      max-width: 62px;
      min-width: 45px;
      margin: 0;
  }
  
  @media screen and (max-width: 1000px) {
    .flgbooks{
      display: none;
    }
    header nav {
      padding-top: 86px;
    }
  
    header nav .menu {
        text-align: center;
        float: right;
        width: auto;
        position: absolute;
        left: 0;
        top: 166px;
        width: 100%;
        background: rgba(255,255,255, 0.8);
        display: block;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        z-index: 10;
    }
  
    header nav .menu li {
      float: none;
      display: block;
      line-height: 40px;
      /* padding: 8px 0; */
    }
  
    header nav .menu li:hover{
      background: rgba(240, 240, 240, 0.50);
      color: #FFAE33;
    }
  
    .ham-icon {
      display: block;
      float: right;
    }

    .book-container{
      flex-direction: column;
    }
    .book-cover{
      width: 100% !important;
      height: 450px !important;
      margin: auto auto 20px auto !important;
    }
    .buy-now, .buy-now select{
      width: 100% !important;
    }
  }
  

  @media only screen and (min-width: 768px) {
    .footer-logo{
      float: left;
    }
    .footer-menu{
      float: right;
    }
  }

  .book img{
      box-shadow: 0px 2px 5px rgba(255, 255, 255, 0.3); 
      border:3px solid white;
  }

  h1.flgbooks{
    font-size: 3em;
    position: absolute;
    top: 50px;
    right: 10px;
  }