@font-face {
    font-family: "fountain";
    src: url(/mhFonts/fountain.ttf);
    font-style: normal;
  }
  
  @font-face {
    font-family: "constantine";
    src: url(/mhFonts/Constantine.ttf);
    font-style: normal;
  }  
  
  @font-face {
    font-family: "tangerine";
    src: url(/mhFonts/Tangerine_Regular.ttf);
    font-style: normal;
  }
  
  @font-face {
    font-family: "century";
    src: url(/mhFonts/CenturyNormal.ttf);
    font-style: normal;
  }

  .topNav{
    z-index: 100;
  }

  .sideNav{
    z-index: 100;
  }
    

  .overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
  }
  
  .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }
  
  @media screen and (max-height: 450px) {
    .overlay {overflow-y: auto;}
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
  }

/*-----------End Overlay, Start Media Queries------------*/

@media screen and (max-width:480px) {
  .sideNav{
      display: none;
  }

  .topNav{
  background-color: #65023C;
  opacity: .9;
  width: 100%;
  height: 40px;
  box-shadow: 0px 5px  10px black;
  position: sticky;
  top: 0;
  }

  .topLinks{
      padding: 10px;
  }


  
  .menuIcon{
      float: right;
      color: darkgoldenrod;
      padding: 4px;
      font-size:30px;cursor:pointer;
  }

  .BannerSmall{
    text-decoration: none;
      color: darkgoldenrod;
      font-family: serif;
      font-weight: bold;
      font-size: 35px;
      margin: 10px;
      vertical-align: middle;
  }

  .lg-view{
    display: none;
  }


topNav{
    background-color: #65023C;
    opacity: .9;
    width: 100%;
    box-shadow: 0px 5px  10px black;
    position: sticky;
    top: 0;
}
}

@media screen and (min-width:480px) {
    .sideNav{
        display: none;
    }

    .topNav{
    background-color: #65023C;
    opacity: .9;
    width: 100%;
    height: 40px;
    box-shadow: 0px 5px  10px black;
    position: sticky;
    top: 0;
    }

    .topLinks{
        padding: 10px;
    }

    .sm-view{
      display: none;
    }



    .menuIcon{
        float: right;
        color: darkgoldenrod;
        padding: 4px 7px;
        font-size:30px;cursor:pointer;
    }

  

    .BannerLarge{
        text-decoration: none;
        color: darkgoldenrod;
        font-family: serif;
        font-weight: bold;
        font-size: 35px;
        margin: 10px;
        vertical-align: middle;
    }


  topNav{
      background-color: #65023C;
      opacity: .9;
      width: 100%;
      box-shadow: 0px 5px  10px black;
      position: sticky;
      top: 0;
  }
}

  @media screen and (min-width: 1024px) {
    .topNav{
        display: none;
    }
    
    .sideNav{
        display: inline;
        background-color: #65023C;
        width: 20%;
        height: 100%;
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        float: left;
        overflow-x: hidden;
        padding-top: 20px;
        box-shadow: 10px 2px 20px;
    }

    #navSeal{
        width: 85%;
        margin-top: 10px;
        margin-bottom: 20px;
        margin-left: 7%;
    }

    .sideLinks ul li a{
        color: darkgoldenrod;
        text-decoration: none;
        padding: 15px 15px;
        font-weight: bold;
        line-height: 75px;
        width: 100%;
    }

    .sideLinks ul li a:hover{
        color: goldenrod;
        background-color: rgb(56, 10, 56, 0.8);
        border-radius: 7px;
        border-style: inset;
        border-color: #000000;
        text-wrap: nowrap;
    }

    .siteBody{
        margin-left: 20%;
        clear: left;
    }
}

    *{
        margin: 0;
        padding: 0;
    }

    body {
        min-width: 300px;
            background-image: linear-gradient(90deg, #550030, #1A0D19, #000000);
      
        }

    h1, h2, h3, h4, h5, h6, p, ul, li{
    font-family: century;
    color: darkgoldenrod;
    font: inherit;
    }

    .siteBody{
        color: darkgoldenrod;
        text-align: center;
        margin-top: 30px;
        align-items: center;
    }
    
      .contentBlocks{
        width: 85%;
        background-color: rgba(166,81,126, 0.09);
        margin: 80px auto;
        border-radius: 13px;
        padding: 20px;
        text-align: center;
        align-items: center;
      }
    
      .map{
        margin-top: 20px;
        margin-bottom: 60px;
        width: 88%;
        border-radius: 13px;
    }
    
    footer{
        margin-top: 50px;
        background-color: black;
        height: px;
    }
    
    .footerContent{
        border: 4px solid darkgoldenrod;
        border-style: double;
        color: darkgoldenrod;
        text-align: center;
    }

    .socialsHome{
        margin: 20px auto;
      }
      
      .socialsHome ul li img a{
        width: 20%;
        max-width: 90px;  
        margin: auto;
        display: block;
      }
      
      
      
      .intro-social {
          display: block;
          width: 100%;
          left: 0;
          bottom: 7.2rem;
          font-size: 3.3rem;
          margin: 0;
          padding: 0;
      }
      .intro-social img {
          display: inline-block;
          margin: 0 20px;
          padding: 0;
        width: 60px;
      }
      .intro-social img a, .intro-social a:visited {
          color: #FFFFFF;
      }
      .intro-social a:hover, .intro-social a:focus {
          color: #cc005f;
      }
      
      /*Booking page styles*/
      
      .pdfAccordion{
        width: 100%;
        margin: 60px auto;
        border: 4px solid darkgoldenrod;
        border-style: outset;
      }
      
      .collapsible:after {
        content: '\02795'; /* Unicode character for "plus" sign (+) */
        font-size: 13px;
        color: rgb(65, 64, 64);
        float: right;
        margin-left: 5px;
      }
      
      .active:after {
        
        content: "\2796"; /* Unicode character for "minus" sign (-) */
      }.collapsible {
        background-color: #550030;
        color: darkgoldenrod;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
      }
      
      .active, .collapsible:hover {
        background-color: darkgoldenrod;
        color: black;
      }
      
      .collapsible:after {
        content: '\002B';
        color: darkgoldenrod;
        font-weight: bold;
        float: right;
        margin-left: 5px;
      }
      
      .active:after {
        content: "\2212";
      }
      
      .content {
        padding: 0 5px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        background-color: #f1f1f1;
      }
      
      .formDownload{
        margin: 10px auto;
        font-style: italic;
        font-family: century;
        font-weight: bold;
        color: blueviolet;
        text-decoration: none;
        font-size: large;
      }
      
      .formDownload:hover{
        color: rgb(178, 102, 250);
        font-weight: bolder;
        text-decoration: underline;
      }
      
      /*End PDF Accordion*/
      .bookingDescript{
        margin: 40px 40px;
        text-justify: inter-word;
        line-height: 1.5em;
      }
      
      .bookingLink{
        margin: 60px auto;
      }
      
      /*Portfolio Page Styles*/
      
      .gallery{
        display: inline-flex;
      }
      
    div.scroll-container {
      overflow: auto;
      white-space: nowrap;
      padding: 10px;
      margin-top: 75px;
      margin-bottom: 100px;
    }
      

      
      div.scroll-container img {
        padding: 10px;
        height: 450px;
      }
      
      
      
      .rateslist, ul, li{
        list-style-type: none;
        line-height: 2em;
        font-family: century;
      }
      
      .rateslist{
        margin: 70px auto;
      }

/*------HomePage Intro banner-----*/      

    .introImg{
        width: 100%;
        min-height: 400px;
        object-fit: cover;
        overflow: hidden;
    }

    .introBlock{
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-top: -30px;
  }
  
  .introBlock img{
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
    object-fit: cover;
    z-index: -5;
  }
  
  .card{
    z-index: -2;
    position: absolute;
    margin-top: 0px;
    max-height: 600px;

  
  
    .cardContent {
        width: 70%;
        max-width: 350px;
        min-width: 200px;
        background: rgba(0, 0, 0, 0.6);
        border-radius: 15px;
        padding: 5px 20px;
        margin:  -70% auto;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 
          0 8px 8px rgba(0, 0, 0, 0.1),
          0 16px 16px rgba(0, 0, 0, 0.1), 
          0 32px 32px rgba(0, 0, 0, 0.15),
          0 64px 64px rgba(0, 0, 0, 0.15);
        ;
    }
  
    .cardH1 {
        font-weight: normal;
        font-family: tangerine;
        font-size: 250%;
    }
  
    .note::after {
        content: '';
        width: 100%;
        height: 2px;
        border-radius: 999px;
        background-color: #AFAFAF;
        background: darkgoldenrod;
        opacity: 50%;
        position: absolute;
        top: -1.8em;
        left: 0;
      }
      .note {
        font-size: 90%;
        color: #8A8A8A;
        position: relative;
        margin-top: 4em;
      }
      
      /* Scroller styling */
      .scroller {
        height: 1em;
        line-height: 1em;
        position: relative;
        overflow: hidden;
        width: 10em;
      
    
    }
      .scroller > span {
        position: absolute;
        top: 0;
        animation: slide 5s infinite;
        font-weight: bold;
        display: flex;
        flex-wrap: wrap;
        
      }
  
      .cardH3{
        font-family: constantine;
        font-size: 50%;
        text-wrap: wrap;
        display: flex;
        flex-wrap: wrap;
      }
    
      .cardLink {
        text-decoration: none;
        font-weight: bold;
        color: goldenrod;
      }
  
  }
  
  @keyframes slide {
    0% {
      top: 0;
    }
    25% {
      top: -1em;
    }
    50% {
      top: -2em;
    }
    75% {
        top: -3em;
    }
  }
  /*-------End Intro Card---------*/  
    