
@import url('https://fonts.googleapis.com/css2?family=Modern+Antiqua&display=swap');


/* fonts available */

.piedra-regular {
  font-family: "Piedra", serif;
  font-weight: 400;
  font-style: normal;
}
.charm-regular {
  font-family: "Charm", cursive;
  font-weight: 400;
  font-style: normal;
}
.charm-bold {
  font-family: "Charm", cursive;
  font-weight: 700;
  font-style: normal;
}
.chicle-regular {
  font-family: "Chicle", serif;
  font-weight: 400;
  font-style: normal;
}
.macondo-regular {
  font-family: "Macondo", cursive;
  font-weight: 400;
  font-style: normal;
}


.eczar-uniquifier {
  font-family: "Eczar", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
} 
.bg-pink {background-color: rgb(255, 175, 175)}
.bg-bby {background-color: rgb(175, 208, 252)}
.bg-brown {background-color: rgb(219, 115, 115)}
.bg-tan {background-color: rgb(231, 197, 151)}
.bg-beige {background-color: rgb(255, 251, 228)}
.bg-orange {background-color: #ffb01e}
.bg-blue {background-color: rgb(133, 151, 231)}

.col-brw {color: brown;}
.col-pnk {color: pink;}
.col-blk {color: #000;}
.col-blu {color: #1c54bd;}
.col-red {color: #ff3333;}
.col-wht {color: #fff;}
.col-grn {color: #42b41f;}
.col-gold {color: #ffe9c0;}
.col-bby {color: #bfd9ff;}

.bg-red {background-color:#d2021a}
.bg-trq {background-color:#02d2ba}
.bg-yel {background-color:gold}
.bg-wht {background-color:#fff}
.bg-blk {background-color:#000}
.bg-vio {background-color:#c822ce}
.bg-blu {background-color:#295ec2}
.bg-gry {background-color: rgb(158, 158, 158);}
.bg-grn {background-color: rgb(28, 177, 40);}
.bg-drkBlu {background-color: rgb(0, 21, 59);}
.bg-ltGrn {background-color: rgb(194, 250, 198);}

.c-red {color:#d2021a}
.c-trq {color:#02d2ba}
.c-yel {color:gold}
.c-wht {color:#fff}
.c-blk {color:#000}
.c-vio {color:#c822ce}
.c-blu {color:#0925a3}
.c-grn {color:#0f880b}

/* housekeeping css */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
overflow-x: hidden;
}
body {
padding: 0;
margin: 0;
font-family: sans-serif;
font-size: 16px;
-ms-overflow-style: none; /* for Internet Explorer, Edge */
scrollbar-width: none; /* for Firefox */
overflow-y: scroll;   
background-color: #000000;
}
/* button link styled  */
.butt-wrap {
  background-color: tan;
  }
  .butt-box {
      
      display: inline-block;
      margin:10px;
      padding: 10px;
      border-radius: 5px;
      text-align: center;
      color: #fff;
  }
  .butt-box-fnt {
  background-color:rgb(185, 109, 22);
    font-size: 28px;
    padding:10px 10px;
  }
  .butt-box-fnt2 {
  background-color:rgb(135, 49, 22);
  font-size: 28px;
    padding:10px 10px;
  }
  
  .butt-box:hover {
      background-color:rgb(255, 162, 55);
      color: brown;
      outline-color: transparent;
      outline-style:solid;
      box-shadow: -1px -1px 5px 1px rgb(59, 36, 8);
      transition: 0.1s;
  }
/* top head bar */

.hdr-cont {
  position: fixed;
  width: 100%;
  background-color: #1b0b63;
  opacity: 1;
  background-image:  linear-gradient(#1c211b 2px, transparent 2px), linear-gradient(90deg, #1c211b 2px, transparent 2px), linear-gradient(#1c211b 1px, transparent 1px), linear-gradient(90deg, #1c211b 1px, #000000 1px);
  background-size: 50px 50px, 50px 50px, 10px 10px, 10px 10px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
  z-index: 60;
  border-bottom: 6px solid rgb(49, 29, 231);
  
  
}
.hdr {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 10px 10px 0px 10px;
  z-index: 20;
  font-family: "Piedra", serif;
  font-weight: 400;
  font-style: normal;
}
.logo {
  float: left;
  color: #fff;
}
.logo-link {
  color: #fff;
  float:left;
  text-decoration: none;
  margin-left: 4px;
  font-size: 2.0rem;
}
.label {
  float:left;
  color: #ffffff;
  flex: 5;
  font-size: 2.0em;
  margin-left: 4px;
}
.page-name {
  text-align: center;
  font-size: 1.6rem;
  color:gold;
  z-index: 50;
  padding: 0px 8px 8px 8px;
  font-family: "Charm", cursive;
  font-weight: 700;
  font-style: normal;
}
#menu-icon {
  display: none;
  flex: 1;
  color: #ffffff;
  
}
.logo-gcrf{
  color: #ffab0f;
  font-family: "Piedra", serif;
  font-weight: 400;
  font-style: normal;
  margin-left: 4px;
  font-size: 38px;
  text-align: center;
  text-shadow: 4px 4px 6px #000000;
}

/* hidden space for header */

#hdr-clear {
 margin-top: 109px;
}

/* back to top button */

.top1-cont {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 60px;
  height: 60px;
  background-color: #687cee;
  opacity: .6;
  border-radius: 8px;
  cursor: pointer;
}
.top1 {
  text-align: center;
  color: rgb(118, 255, 159);
  font-size: 3.2em;
}

/* ---  Pet Notice --- */
 .pet-notice-hdr { color: rgb(150, 150, 150);margin-top: 6px;font-size: 24px; text-align: center;padding: 4px;}
  .pet-notice-tx { color: rgb(150, 150, 150);margin-bottom: 6px;font-size: 16px; text-align: center;padding: 4px;}





  /* ----- Top Banner s ----- */

.butt-cont { 
    display:flex;
    justify-content:center;
    flex-wrap: wrap;
    
}
.butt-tx {
     margin: 14px;
     text-align: center;
     font-size: 32px;
     padding: 10px; 
     
     min-width: 120px;
     margin-top: 10px;
     margin-bottom: 20px;
     border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    flex: 1fr;
    cursor:pointer;
}
a {text-decoration: none; color: black;}
.butt-tx:hover {
    background-color:rgb(255, 237, 177);
}
.card7-wrap {
    display:flex;
    flex-wrap:nowrap;
    justify-content: center;
    /* align-content:space-between; */
    margin: 10px;
    gap:24px;
  
    
    
}
.card7-cont {
    /* width:80%; */
    flex: 1fr;
    text-align: center;
}
.bg-gray-icons {background-color: rgb(0, 12, 39);margin-bottom: 15px;}

.bg-red-icons {
  background-color: rgb(28, 0, 34);margin-bottom: 15px;
    /* background-color: rgb(36, 0, 0);margin-bottom: 15px; */
  }  

.ban1-hdr-tx {background-color:blueviolet; color: gold;margin: 10px; border-radius: 4px;font-size: 24px; text-align: center;}
.ban2-hdr-tx {background-color:rgb(223, 181, 44); color: rgb(143, 33, 0);margin: 10px; border-radius: 4px;font-size: 24px; text-align: center;}

.beige-bx {
  background-color: tan; 
  padding: 10px; 
  color:rgb(0, 0, 44)
}

.card8-cont-para {
  
  margin: 20px;
  padding: 14px;
  border-radius: 4px;
  flex: 1fr;
  display:flex;
  flex-direction: column;
  background-color: rgb(0, 21, 59);
}
.card8-cont-para h2{
  font-size: 28px;
  font-family: "Piedra", serif;
  font-weight: 400;
  font-style: normal;
}
.card8-cont-para p{
  font-size: 22px;
  margin-top: 20px;
  font-family: "Modern Antiqua", serif;
  font-weight: 400;
  font-style: normal;
}


.img-bx {
    text-align: center;
    margin-bottom: 18px;
}

/* test */
.test-cont {

margin: 10px;
background-color: brown;
background-repeat: repeat;
background-image: url("/images/plank.jpg");
padding: 10px;
}


.test-wrap {
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: brown;
  margin: 10px;
  background-repeat: repeat;
  background-image: url("/images/test-71.jpg");
  gap: 20px;
}
.test-img {
  text-align: center;
  flex:1;
}
.test-wrap h2 {
  color: #ffffff;
  font-family: "Piedra", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 58px;
  text-align: center;
  text-shadow: 4px 4px 6px #000000;
  /* padding: 10px; */
  flex:1;

}
.test-wrap p {
  color: #ffffff;
  font-family: "Eczar", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  text-shadow: 4px 4px 6px #000000;
  flex: 1;
}

/* Celtic Photo Gallery */

.celticgallery {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
      gap: 10px;
      padding: 10px;
    }

    .celticgallery a {
      display: block;
      overflow: hidden;
      border-radius: 12px;
      transition: transform 0.3s, box-shadow 0.3s;
    }

    .celticgallery a:hover {
      transform: scale(1.03);
      box-shadow: 0 4px 20px rgba(255, 255, 255, 0.2);
    }

    .celticgallery img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 12px;
    }

    @media (hover: none) {
      .celticgallery a:hover {
        transform: none;
        box-shadow: none;
      }
    }





/* image and banners */


.banner-holder {
  width: 100%;
  padding: 10px;
  text-align: center;
}
.ban-img-logo {
  max-width: 1200px;
}

.ban-img {
  
  border-radius: 6px;
}
.ban-h2 {
  color: #df4b4b;
  font-size: 28px;
  font-family: "Chicle", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .3rem;
}

img {
  border-radius: 6px;
}
/* tags */

a {text-decoration: none;}
.underConstr {
  font-family: "Chicle", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  padding: 20px;
  text-align:center;
  background-color:#fac108;
  color:#000000;
  margin: 10px;
  border-radius: 8px;
  letter-spacing: 3px; 
}







/* desktop nav */
#menu-top {
font-size: .6em;

}
.desk-nav {
  display: flex;
  font-family: "Chicle", serif;
  font-weight: 400;
  font-style: normal;
  flex-wrap: wrap;
  flex-direction: row;
  letter-spacing: 3px;
  gap: 4px;
}
.dk-bx1 {
  flex: 1;
  flex-basis: 200px;
  color: #fff;
  text-shadow: 4px 4px 4px #000000;
  padding: 20px 10px 20px 10px;
  font-size: 2.2rem;
  width: 100%;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  background-color: #e62214;
  border-radius:4px;
}
.dk-bx1:hover {
  background-color: #ffe606;
} 

/* --- mobile menu --- */
#mob-nav {
  display: none;
  flex-direction: column;
  width: 100%;
  padding: 10px;
  border: 1px solid black;
  font-family: "Chicle", serif;
  font-weight: 400;
  font-style: normal;
  background-color: #000;
}
.mn-bx1 {
  color: #fff;
  text-shadow: 4px 4px 4px #000000;
  margin: 4px;
  padding: 10px;
  font-size: 1.8em;
  width: 100%;
  border: 1px solid #c70607;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  background-color: #c70607;
  border-radius: 6px;
}
.mn-bx1:hover{
  background-color: #ffe606; 
}


/* main and sections */

main {
  text-align: left;
}
main h2 {
  color: #fff;
  padding: 6px;
}

section {margin: 8px 10px;background-color: #bccbe7;
padding: 20px;
border-radius: 6px;
}
section h2 {
  color:black;
}
section h3 {
  color: rgb(44, 77, 187);
  font-size: 30px;
  font-family: "Chicle", serif;
  font-weight: 400;
  font-style: normal;
}
section p {font-size: 1.6rem;
  text-indent: 10px;
  margin-top:10px;
  font-family: "Charm", cursive;
  font-weight: 700;
  font-style: normal;
  color: rgb(59, 59, 97);
}


/* DYK - did you know */

.dyk-wrap {
  display: flex;
  justify-content: center;
  border-radius: 8px;
  margin: 10px;
  background-image: linear-gradient(135deg, transparent 0%, transparent 6%,rgba(85, 145, 215,0.5) 6%, rgba(85, 145, 215,0.5) 64%,transparent 64%, transparent 76%,rgba(60, 106, 207,0.5) 76%, rgba(60, 106, 207,0.5) 100%),linear-gradient(45deg, transparent 0%, transparent 51%,rgb(85, 145, 215) 51%, rgb(85, 145, 215) 86%,rgb(36, 68, 198) 86%, rgb(36, 68, 198) 88%,transparent 88%, transparent 100%),linear-gradient(90deg, rgb(255,255,255),rgb(255,255,255));
}
.dyk-cont {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-content: space-around;
  z-index: 0;
}
.dyk-cont h4 {
  padding: 8px;
  background-color: rgb(42, 92, 167);
  color: #fff;
  border-radius: 8px;
  font-size: 18px;;
}
.dyk-cont h3 {
  padding: 8px;
  background-color:  rgb(131, 142, 241);
  border-radius: 8px;font-size: 20px;;
}
.dyk-icon {
  padding: 10px;
}
.dyk-img {width: 64px;}


.quick-cont {
background-color: rgb(104, 51, 26);
width: 100%;
}
.quick-wrap {
  display: flex;
  flex-direction: row;
  margin: 10px;
  justify-content: center;
  align-content: center;
  text-align: center;
  padding: 10px;
  background-repeat: repeat;
background-image: url("/images/seamless-brick-3.jpg"); 


}
/* .quick-icon {
  flex: 1;
  
} */
.quick-h2 {
  flex: 3;
  align-self: center;
  font-family: "Chicle", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  font-size: 2.5rem;
  letter-spacing: 3px;
  text-shadow: 4px 4px 6px #000000;


}
.quick-button {
  flex: 1;
  font-size: 32px;
  padding: 6px 8px 6px 8px;
  background-color: rgb(255, 98, 25);
  cursor: pointer;
  border-radius: 10px;
  border: 3px solid rgb(31, 16, 14);
  align-self: center;
  font-family: "Eczar", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  box-shadow: 5px 8px 4px #191c3a;
  text-align: center;

}

.apply-flex {
  display:flex;
  flex-wrap: wrap;
  background-color: rgb(104, 51, 26);
  background-repeat: repeat;
    background-image: url("/images/plank.jpg");

}

/* Merchant apply */

.apply-cont{
  margin: 10px;
  padding: 4px;
  border: 6px solid rgb(3, 5, 12);
  border-radius: 8px;;
  background-color: #000;
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  gap: 20px;
  flex:1;
  min-width: 330px;
  background-repeat: repeat;
  background-image: url("/images/seamless-brick-9.jpg");  
}
.apply-box {
  flex:1;
}
.apply-tag {
  font-family: "Chicle", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  /* opacity: .6; */
  font-size: 2.5rem;
  letter-spacing: 3px;
  text-shadow: 4px 4px 6px #000000;

}
.apply-button{
  font-size: 32px;
  padding: 6px 16px 6px 16px;
  background-color: rgb(139, 71, 15);
  cursor: pointer;
  border-radius: 10px;
  border: 3px solid rgb(31, 16, 14);
  align-self: center;
  font-family: "Eczar", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  box-shadow: 5px 8px 4px #191c3a;
  
  
}
.apply-button:hover {
  border: 3px solid rgb(255, 174, 25);
}
.apply-button a {
  text-decoration: none;
color: white;
text-shadow: 4px 4px 6px #000000;
}
.apply-button a:hover {
  /* text-decoration: underline; */
  font-size: 34px;
  color:rgb(253, 212, 164);
  
}


/* Fair Schedule */

.sched-wrap-1 {
text-align: center;
margin: 10px;
padding: 10px;
background-color: rgb(19, 53, 163);
color: #fff;
border-radius: 8px;
z-index: 0;
}
.sched-wrap-1 h2 {
color: gold;
font-size: 1.8rem;
font-family: "Piedra", serif;
  font-weight: 400;
  font-style: normal;letter-spacing: 3px;
}
.sched-wrap-1 h3 {
  color: gold;
  font-size: 1.4rem;
  font-family: "Macondo", cursive;
  font-weight: 400;
  font-style: normal;
  }
.sched-wrap-1 p {
  color: #ffffff;
  margin: 10px;
  font-size: 1.6rem;
  font-family: "Macondo", cursive;
  font-weight: 400;
  font-style: normal;
  }

  .sched-wrap-2 {
    text-align: center;
    margin: 10px;
    padding: 10px;
    background-color: rgb(163, 23, 46);
    color: #fff;
    border-radius: 8px;
    z-index: 0;
    }
    .sched-wrap-2 h2 {
    color: gold;
    font-size: 1.8rem;
    font-family: "Piedra", serif;
      font-weight: 400;
      font-style: normal;letter-spacing: 3px;
    }
    .sched-wrap-2 h3 {
      color: gold;
      font-size: 1.4rem;
      font-family: "Macondo", cursive;
      font-weight: 400;
      font-style: normal;
      }
    .sched-wrap-2 p {
      color: #ffffff;
      margin: 10px;
      font-size: 1.6rem;
      font-family: "Macondo", cursive;
      font-weight: 400;
      font-style: normal;
      }

      .sched-wrap-3 {
text-align: center;
margin: 10px;
padding: 10px;
background-color: rgb(17, 99, 14);
color: #fff;
border-radius: 8px;
z-index: 0;
}
.sched-wrap-3 h2 {
color: gold;
font-size: 1.8rem;
font-family: "Piedra", serif;
  font-weight: 400;
  font-style: normal;letter-spacing: 3px;
}
.sched-wrap-3 h3 {
  color: gold;
  font-size: 1.4rem;
  font-family: "Macondo", cursive;
  font-weight: 400;
  font-style: normal;
  }
.sched-wrap-3 p {
  color: #ffffff;
  margin: 10px;
  font-size: 1.6rem;
  font-family: "Macondo", cursive;
  font-weight: 400;
  font-style: normal;
  }
  .week-1 { 
  
    background-color: rgb(0, 21, 59) ;
    color: #fff;
    text-align: center; font-size: 28px;
    border: 4px solid #000;
    margin: 8px 20px; 
    border-radius: 5px;
    padding: 8px;}
    
    .week-2 { color: rgb(255, 252, 252); text-align: center; font-size: 28px;
      border: 4px solid #000;
      margin: 8px 20px; background-color: rgb(153, 18, 8); border-radius: 5px;
      padding: 8px;}
.week-3 { color: rgb(255, 255, 255); text-align: center; font-size: 28px;
      border: 4px solid #000;
      margin: 8px 20px; background: rgb(1, 73, 1); border-radius: 5px;
      padding: 8px;}
      .week1-bg {
        max-width: 100%;
        /* background-color: rgb(148, 204, 250); */
      }
      .week2-bg {
        max-width: 100%;
        /* background-color: rgb(255, 206, 234); */
      }
      .week3-bg {
        max-width: 100%;
        /* background-color: rgb(255, 206, 234); */
      }
      .schd-headr {
        padding: 10px;
        text-align: center;
        color: #fff;
        gap: 30px;
        
        
      }

      .sched-but-bx {
        background: rgb(221, 172, 108);
        display:flex;
        flex-wrap:wrap;
        /* height: 200px; */
        justify-content:center;
        align-items: center;
        margin: 10px 10px;
        border-radius: 10px;

      
      }
      .week-but1 {
        flex:1; 
        background: rgb(19, 53, 163);
        margin: 30px;
        align-self: center;
        padding: 10px; 
        border-radius: 10px;
        max-width: 200px; 
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        
        color: #fff;
      padding: 10px;}

      .week-but2 {
        flex: 1; 
        background: rgb(163, 23, 46);margin: 30px;
        align-self: center;
        padding: 10px;
        border-radius: 10px;
        max-width: 200px; 
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        
        color: #fff;
        padding: 10px;}
      .week-but3 {
        flex: 1; 
        background: rgb(17, 136, 33);margin: 30px;
        align-self: center;
        padding: 10px;
        border-radius: 10px;
        max-width: 200px; 
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        
        color: #fff;
        padding: 10px;}


        .act-wrap {
          /* background-color: rgb(255, 238, 216); */
          margin:10px;
          padding:10px;
          border-radius: 6px;
        }
        
        .schedule1 {
           display:flex;
           flex-direction: row;;
           
          
        }
        
        .start-time {
          font-size: 28px;
          min-width: 80px;
          font-family: "Charm", cursive;
          font-weight: 700;
          font-style: normal;
        }
        .act-grp {
          display: flex;
          flex-direction: column;
          margin-left:20px;
          
        }
        .entertainer {
          font-size: 28px; 
          font-family: "Piedra", serif;
          font-weight: 400;
          font-style: normal;
        }
        
        .act-type {
          
          font-size: 24px;
          margin-left: 10px;
        
        }     
        
  .ap-dl-wrap {
    display: block;
    margin: 10px;
    background-color: tan;
    border-radius: 8px;

  }
  .ap-dl-flx {
    display: inline-block;
    background-color:rgb(177, 177, 255);
    margin: 10px;
    padding: 10px; text-align: center;

  }
  .ap-dl-but {
    display: block;
    background-color: #0bd81c;
    padding: 10px;
    margin: 0 auto;
    border-radius: 8px;
    text-align: center;
    font-size: 24px;

  }
  
  
  
  
  
  
  
  .ticket-banner {
    margin-left: 10px;
    font-size: 2.2rem;
    font-family: "Piedra", serif;
    font-weight: 400;
    font-style: normal;
    color: #4b515c;
    background-color: #e7d8bc;
    border-radius: 8px;
    margin: 10px 10px 10px 10px;
    border: 6px solid #4b515c;
    padding: 20px 10px 20px 10px;
    z-index: 0;
    text-align: center;
    background-image: linear-gradient(135deg, transparent 0%, transparent 21%,rgba(42,52,253, 0.18) 21%, rgba(42,52,253, 0.18) 48%,transparent 48%, transparent 95%,rgba(81,106,247, 0.5) 95%, rgba(81,106,247, 0.5) 100%),linear-gradient(45deg, transparent 0%, transparent 6%,rgb(98,112,240) 6%, rgb(98,112,240) 13%,rgb(140,173,255) 13%, rgb(140,173,255) 32%,transparent 32%, transparent 100%),linear-gradient(90deg, rgb(255,255,255),rgb(255,255,255));
  }

  .stage {
    margin-left: 10px;
    font-size: 2.2rem;
    font-family: "Piedra", serif;
    font-weight: 400;
    font-style: normal;
    color: #4b515c;
    background-color: #e7d8bc;
    border-radius: 8px;
    margin: 10px 10px 10px 10px;
    border: 6px solid #4b515c;
    padding: 20px 10px 20px 10px;
    text-align: center;
    z-index: 0;
    background-image: linear-gradient(135deg, transparent 0%, transparent 21%,rgba(253, 225, 42,0.5) 21%, rgba(253, 225, 42,0.5) 48%,transparent 48%, transparent 95%,rgba(247, 141, 81,0.5) 95%, rgba(247, 141, 81,0.5) 100%),linear-gradient(45deg, transparent 0%, transparent 6%,rgb(253, 225, 42) 6%, rgb(253, 225, 42) 13%,rgb(249, 169, 68) 13%, rgb(249, 169, 68) 32%,transparent 32%, transparent 100%),linear-gradient(90deg, rgb(255,255,255),rgb(255,255,255));
  }
  .event1-cont {

    background-color: rgb(230, 234, 236);
    padding: 10px;
  }


  .etickets-cont {
    text-align: center;
  }
  .etickets {
    display: inline-block;
    font-family: "Macondo", cursive;
    font-weight: 400;
    font-style: normal;
    padding: 16px;
    text-align:center;
    background-color:#cf2f19;
    color:#ffd52b;
    margin: 10px;
    border-radius: 28px;
    cursor: pointer;
    letter-spacing: 3px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.6), 0 6px 20px 0 rgba(0,0,0,0.6);
    /* background-repeat: repeat;
  background-image: url("/images/seamless-brick-5.jpg");  */
  
  }
  .etickets:hover {
    background-color:#ff2727;
  }
  .etickets h3 {
    font-size: 24px;
  }
  .etickets p {
    display: inline-block;
    font-family: "Charm", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 18px; 
    color: #fff;
    /* background-color: #251f0c; */
    opacity: .8;
    padding: 10px;
    border-radius: 8px;
  }
  .etickets-img {
    margin-right: 4px;
  }
  



  .item-group {
    padding: 10px;
    width: 100%;
  }
  .item {
    display: flex;
    flex-wrap:nowrap; 
  }
  .item-name {
    text-align:left;
    padding-left: 10px;
    flex:2;
    font-size: 1.4rem;
    font-weight: 600;
    color: rgb(44, 77, 187);
    letter-spacing: 2px;
  }
  .item-price {
    padding-right: 10px;
    text-align:right;
    flex: 1;
    font-size: 1.4rem;
    font-family: "Chicle", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
  }
  .item-description {
    font-size: 1.2rem;
    padding: 2px 20px 2px 20px;
  }
  .item-description i{
    font-weight: 600;
    font-size: 13px;
  }

  /* Fair Dates */
  

  #fairdate-wrap {
    
    background-color: #13630b;
    /* color: gold; */
    text-align: center;
    padding: 10px;
    margin: 14px;
    border-radius: 8px;
    z-index: 0;
    background-repeat: repeat;
    background-image: url("/images/plank.jpg");
    text-shadow: 4px 4px 4px #000000;
    

  }
  /* .fairdate-cont-1 {flex: .3;}
  .fairdate-cont-2 {flex: 2;text-align: right; margin-right: 10px;}
  .fairdate-cont-3 {flex: 2;text-align: left; line-height: 1.8rem;;}
  .fairdate-cont-4 {flex: .3;} */

  #fairname-1 {
    color: rgb(255, 255, 255);
    font-size: 1.7rem;
    font-family: "Piedra", serif;
    font-weight: 400;
    font-style: normal;
  }
  #fairname-2 {
    color: gold;
    font-size: 2.6rem;
    font-family: "Piedra", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  #fairdate-name {
    /* background-color: #13630b; */

    
  }
  /* #fairname-1 {
    color: gold
  }
  #fairname-2 {
    color: gold;
  } */
  #fairdate-date {
    /* background-color: #13630b; */
    color: rgb(255, 255, 255);
    font-size: 1.8rem;
    margin-top: 10px;
  }
  #fairdate-time {
    /* background-color: #13630b; */
    color: gold;
    margin-top: 10px;
  }
  #fairdate-addr {
    /* background-color: #13630b; */
    color: rgb(255, 255, 255);
    font-family: "Macondo", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    margin-top: 10px;
  }
  #fairdate-road {
    /* background-color: #13630b; */
    color: rgb(255, 255, 255);
    font-family: "Macondo", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
  }

  #fairname-1-b {
    color: rgb(0, 247, 255);
    font-size: 2.2rem;
    font-family: "Piedra", serif;
    font-weight: 400;
    font-style: normal;
  }
  #fairname-2-b {
    color: rgb(0, 247, 255);
    font-size: 2.6rem;
    font-family: "Piedra", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  #fairdate-name-b {
    /* background-color: #13630b; */
    
  }
  #fairdate-date-b {
    /* background-color: #13630b; */
    color: rgb(255, 255, 255);
    font-size: 1.6rem;
    margin-top: 10px;
  }
  #fairdate-time-b {
    /* background-color: #13630b; */
    color: rgb(0, 247, 255);
    margin-top: 10px;
  }
  #fairdate-addr-b {
    /* background-color: #13630b; */
    color: rgb(255, 255, 255);
    font-family: "Macondo", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    margin-top: 10px;
  }
  #fairdate-road-b {
    /* background-color: #13630b; */
    color: rgb(255, 255, 255);
    font-family: "Macondo", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
  }

/* directions */

.direction-cont {
  background-repeat: repeat;
  background-image: url("/images/stone-back-4.jpg");
  padding: 20px;

}
.direction-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
  gap: 10px;
  
}
.direction-title {
  color: #ffab0f;
  font-family: "Piedra", serif;
  font-weight: 400;
  font-style: normal;
  margin-left: 4px;
  font-size: 42px;
  text-align: center;
  text-shadow: 4px 4px 6px #000000;
}
.direction-tag {
  color: #fff;
  font-size: 1.6rem;
  
}
.direction-address {
  color: #fff;
  font-size: 1.6rem;
}
.direction-button a{
  display: inline-block;
  background-color: #faa405;
  padding: 12px;
  border-radius: 8px;
  font-size: 1.6rem;
}
.direction-name {
  color: #fff;
  font-size: 1.8rem;
}

/* contact */
.contact-wrap {
  color:#fff;
  padding: 10px;
  text-align: center;
  font-size: 1.5rem;
  font-family: "Macondo", cursive;
  font-weight: 400;
  font-style: normal;
}
.contact-title {
  font-size: 38px;
  font-family: "Charm", cursive;
  font-weight: 700;
  font-style: normal;
}
.partof-act {
  background-color: #c70607;
  color: gold;
  font-size: 2.0rem;
  font-family: "Piedra", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  padding: 4px 0px 4px 0px;
  margin: 10px;
  border-radius: 8px;
}


  .test1 {

    width:100%;
    background-color: #0bd81c;
    height: 300px;
    
    
  }

  /* merchant app */

  .app-cont {
    background-color: #bccbe7;
    margin:10px;
    padding:10px;
    text-align: center;
    

  }
  .app-wrap {
    border: 4px solid #000;
    text-align: center;
    padding: 10px;
    background-color: #fff7cb;
    margin:10px;
    border-radius: 8px;
    background-image: radial-gradient(circle at top center, rgb(255, 244, 195),rgb(248, 221, 132));
  }
  .app-wrap h2 {
    font-size: 1.4rem;

  }
  .app-wrap p {
    font-size: 1.4rem;
    margin: 10px;

  }

  .app-button {
    display: inline-block;
    background-color: lightgray;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 10px;
  }

  .mobile-app-cont {
    background-color:pink;
    margin: 6px;
    padding: 6px;
    border-radius: 8px;
    margin-top:20px;

  }
  .gulf-app-cont {
    background-color:rgb(191, 237, 252);
    margin: 6px;
    padding: 6px;
    border-radius: 8px;
    margin-top:20px;
  }
 /* .app-text-left {
  text-align: center;
  margin: 10px;
  padding: 10px;
 } */

 /* image gallery */
 .gal-wrap {
  text-align: center;
  padding: 32px;
  color: #fff;
}
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}

/* Footer */

.footer-cont {

display:flex;
background-color: #000000;
opacity: 1;
background-image:  linear-gradient(#1c211b 2px, transparent 2px), linear-gradient(90deg, #1c211b 2px, transparent 2px), linear-gradient(#1c211b 1px, transparent 1px), linear-gradient(90deg, #1c211b 1px, #000000 1px);
background-size: 50px 50px, 50px 50px, 10px 10px, 10px 10px;
background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
border-top: 2px solid #0bd81c;
}
.foot-bx  {
  flex: 1;
  color: #fff;
  padding: 10px;
  margin-top: 16px;
}
.foot-bx h3{
  color:#fff;
  margin-top: 16px;
  opacity: .6;
}

.foot-bx-logo  {
  flex: .5;
  color: #fff;
  padding: 10px;
}
.footlink {
  font-size: 1.5rem;
}
.copy-bar {

  width: 100%;
  color: #e0e0e0;
  text-align: center;
  padding: 10px;
  background-color: #000c4d;
}
i {
  margin-left: 60px;
  color: pink;
}


    /* Content */
    .wrap-nw {
      display: flex;
      flex-direction: row;
      justify-content: center;
      flex-wrap:nowrap;
    
    }
    .wrap {
      display: flex;
      flex-direction: row;
      justify-content: center;
      flex-wrap: wrap;
      margin: 10px;
    
    }
    .cont-nw {
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      /* border: 2px solid green; */
      flex:1;
      
      
    
    }
    .cont {
      flex:1;
    
    }
    .box {
      margin: 10px 20px;
      text-align: center;
      justify-items:center;
      background-color:blanchedalmond;
      padding: 10px;
      border-radius: 5px;
    }
     .al-self {align-self: center;} /* align img center */

     p .button-1  {
      background-color: coral;
      display:inline-block;
      /* justify-content: center; */
      /* align-self:center; */
      margin: 10px;
      padding: 10px 20px;
      border-radius: 5px;
      font-size: 30px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      text-decoration: none;
    
    } 
    .button-1:hover {
      background-color: rgb(255, 173, 143);
      font-size: 32px;
      
    }
    .button-off  {
      background-color: rgb(148, 148, 148);
      display:inline-block;
      /* justify-content: center; */
      /* align-self:center; */
      margin: 10px;
      padding: 10px 20px;
      border-radius: 5px;
      font-size: 24px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      text-decoration: none;
    
    } 
    .m-auto {margin: 0 auto;}
    .bdr-radiu {border-radius: 10px;padding:10px 20px;margin-top:8px;}

    .w-88 {
       max-width: 88%; 
    }
    .logo-wide {display:block}
    .logo-narrow {display: none;}

    .title-banner {
      margin: 10px;
      text-align: center;
      background-color:#414141;
      background-image: linear-gradient(216deg, rgba(77, 77, 77,0.05) 0%, rgba(77, 77, 77,0.05) 25%,rgba(42, 42, 42,0.05) 25%, rgba(42, 42, 42,0.05) 38%,rgba(187, 21, 202, 0.05) 38%, rgba(223, 223, 223,0.05) 75%,rgba(36, 36, 36,0.05) 75%, rgba(36, 36, 36,0.05) 100%),linear-gradient(44deg, rgba(128, 128, 128,0.05) 0%, rgba(128, 128, 128,0.05) 34%,rgba(212, 212, 212,0.05) 34%, rgba(212, 212, 212,0.05) 57%,rgba(25, 25, 25,0.05) 57%, rgba(25, 25, 25,0.05) 89%,rgba(135, 135, 135,0.05) 89%, rgba(135, 135, 135,0.05) 100%),linear-gradient(241deg, rgba(55, 55, 55,0.05) 0%, rgba(55, 55, 55,0.05) 14%,rgba(209, 209, 209,0.05) 14%, rgba(209, 209, 209,0.05) 60%,rgba(245, 245, 245,0.05) 60%, rgba(173, 30, 216, 0.05) 69%,rgba(164, 164, 164,0.05) 69%, rgba(169, 22, 206, 0.05) 100%),linear-gradient(249deg, rgba(248, 248, 248,0.05) 0%, rgba(248, 248, 248,0.05) 32%,rgba(148, 148, 148,0.05) 32%, rgba(148, 148, 148,0.05) 35%,rgba(202, 202, 202,0.05) 35%, rgba(202, 202, 202,0.05) 51%,rgba(181, 181, 181,0.05) 51%, rgba(181, 181, 181,0.05) 100%),linear-gradient(92deg, hsl(214,0%,11%),hsl(214,0%,11%));


    }
    .title-h1 {
      padding: 20px;
      font-size: 52px;
      font-family: "Piedra", serif;
      font-weight: 400;
      font-style: normal;
      color: #fff;

    }



/* media queries */

/* gallery */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}
/* ---------- */


@media screen and (max-width: 768px) {
  #menu-icon {
  display: block;  
  text-align: right;
  font-weight:800;
  font-size: 2em;
  cursor: pointer;

}
  .desk-nav {
  display: none;
  }

  .dyk-img {width: 40px;}
  .dyk-cont h3 {
    
    font-size: 18px;
  }
  .dyk-cont h4 {
    padding: 8px;
    font-size: 16px;;
  }
  .apply-cont {

    width:100%;
    min-width: auto;
  }
  .cont-nw {flex: 100%;}
  p .button-1  {font-size: 20px;}
  .wrap-nw {flex: 100%;flex-direction: column;}

  .logo-wide {display:none}
  .logo-narrow {display: block;}
  /* gallery */
  .column {
    flex: 100%;
    max-width: 100%;
  }
  /* ----top new banners tex/link boxes--- */
   .card7-wrap {flex-wrap:wrap;}
   .card7-cont {flex: 100%;}
   .card8-cont {flex: 100%;}

}

@media screen and (min-width: 768px) {

  #mob-nav {display:none !important;}

  

}