.filter-buttons {
  display: flex;
  gap: 2rem;
  margin-bottom: 4rem;
}

.filter-btn {
  margin-left: 1%;
  padding: 1rem 2rem;
  border: 1px solid rgba(0, 0, 0, 0.85);
  background-color: transparent;
  color: rgba(0, 0, 0, 0.85)!important;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
    
}

.filter-btn:hover {
  border-color: rgba(0, 0, 0, 0.85);
  background-color: rgba(0, 0, 0, 0.85);
    color: white !important;
}

.filter-btn.active {
  background-color: rgba(0, 0, 0, 0.85);
  color: white !important;
  border-color: rgba(0, 0, 0, 0.85);
}

.filter-buttons a {
  text-decoration: none !important;
  color: inherit;
}

.my_grid1 {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.my_grid1 img {
	width: 100% !important;
    height: calc(100% + 2px)!important;
    object-fit: cover;
}
.my_grid1 a {
	position: relative;
    height: 36vw;
}

/* another grid style for home page */

.my_grid2 {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.my_grid2 img {
	width: 100% !important;
    height: calc(100% + 2px)!important;
    object-fit: cover;
}
.my_grid2 a {
	position: relative;
    height: 36vw;
}





.my_grid2 .blocky1 {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.blocky1:hover {
  opacity: 1;
}

/* Overlay color modifiers */
.overlay-red {
  background-color: rgba(170, 79, 79, 1);
}

.overlay-blue {
  background-color: rgba(80, 108, 140, 1);
}

.overlay-green {
  background-color: rgba(66, 113, 66, 1);
}

.overlay-black {
  background-color: rgba(49, 49, 49, 1);
}

.overlay-pink {
  background-color: rgba(175, 46, 165, 1);
}

.overlay-purple {
  background-color: rgba(106, 75, 175, 1);
}

.overlay-orange {
  background-color: rgba(198, 90, 53, 1);
}

.overlay-lightgreen {
  background-color: rgba(132, 154, 45, 1);
}

.overlay-turq {
  background-color: rgba(75, 162, 156, 1);
}




.my_grid2 .text {
  display: flex;
  flex-direction: column;
  align-items: center;
    text-align: center; 
}

.my_grid2 .text h2 {
  font-size: 30px !important;
  margin: 0;
    align-items: center;
}

.my_grid2 .text p {
  font-size:16px !important;
  margin: 5px 0 0;
    align-items: center!important;
}






.my_grid2 .blocky3 h2{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(186, 71, 23, 1); /* semi-transparent black */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}



.blocky3:hover {
  opacity: 1;
}


.my_grid2 .blocky4 h2{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 22, 22, 1); /* semi-transparent black */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.my_grid2 .blocky5 h2{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(165, 133, 31, 1); /* semi-transparent black */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.my_grid2 .blocky6 h2{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(57, 100, 161, 1); /* semi-transparent black */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.my_grid2 .blocky7 h2{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(169, 31, 43, 1); /* semi-transparent black */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.my_grid2 .blocky8 h2{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(216, 82, 37, 1); /* semi-transparent black */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.my_grid2 .blocky9 h2{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(74, 137, 136, 1); /* semi-transparent black */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.my_grid2 .blocky10 h2{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(161, 31, 165, 1); /* semi-transparent black */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.my_grid2 .blocky11 h2{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(165, 31, 55, 1); /* semi-transparent black */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.my_grid2 .blocky12 h2{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 30, 26, 1); /* semi-transparent black */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}




.my_grid2 .blocky13 h2{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(103, 160, 87, 1); /* semi-transparent black */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.my_grid2 .blocky14 h2{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(151, 77, 69, 1); /* semi-transparent black */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.my_grid2 .blocky15 h2{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 24, 24, 1); /* semi-transparent black */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.my_grid2 .blocky16 h2{
	position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    background: rgba(64, 64, 64, 1);
    width: 100%;
    height: 100%;
    display: none !important;
    justify-content: center;
    align-items: center;
}
.my_grid2 .blocky17 h2{
	position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    background: rgba(64, 64, 64, 1);
    width: 100%;
    height: 100%;
    display: none !important;
    justify-content: center;
    align-items: center;
}
.my_grid2 .blocky18 h2{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(222, 57, 22, 1); /* semi-transparent black */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.my_grid2 .blocky19 h2{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(165, 133, 31, 1); /* semi-transparent black */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.my_grid2 .blocky20 h2{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 41, 41, 1); /* semi-transparent black */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.my_grid2 .blocky21 h2{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(126, 151, 96, 1); /* semi-transparent black */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.my_grid2 .blocky22 h2{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(165, 31, 50, 1); /* semi-transparent black */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.my_grid2 .blocky22 h2{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(165, 31, 50, 1); /* semi-transparent black */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.my_grid2 small {
	position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.33);
    width: 100%;
    height: 100%;
    display: none !important;
    justify-content: center;
    align-items: center;
}
.my_grid2 a:hover > h2 {
    display: flex !important;
}
.my_grid2 a:hover > .blocky1 h2 {
    display: flex !important;
}
.my_grid2 a:hover > .blocky2 h2 {
    display: flex !important;
}
.my_grid2 a:hover > .blocky3 h2{
    display: flex !important;
}
.my_grid2 a:hover > .blocky4 h2 {
    display: flex !important;
}
.my_grid2 a:hover > .blocky5 h2 {
    display: flex !important;
}
.my_grid2 a:hover > .blocky6a h2 {
    display: flex !important;
}

.my_grid2 a:hover > .blocky6 h2 {
    display: flex !important;
}

.my_grid2 a:hover > .blocky7 h2 {
    display: flex !important;
}
.my_grid2 a:hover > .blocky8 h2 {
    display: flex !important;
}
.my_grid2 a:hover > .blocky7b h2 {
    display: flex !important;
}


.my_grid2 a:hover > .blocky7a h2 {
    display: flex !important;
}


.my_grid2 a:hover > .blocky9 h2 {
    display: flex !important;
}
.my_grid2 a:hover > .blocky10 h2 {
    display: flex !important;
}
.my_grid2 a:hover > .blocky11 h2 {
    display: flex !important;
}
.my_grid2 a:hover > .blocky12 h2 {
    display: flex !important;
}
.my_grid2 a:hover > .blocky13 h2 {
    display: flex !important;
}

.my_grid2 a:hover > .blocky14 h2 {
    display: flex !important;
}

.my_grid2 a:hover > .blocky15 h2 {
    display: flex !important;
}

.my_grid2 a:hover > .blocky16 h2 {
    display: flex !important;
}

.my_grid2 a:hover > .blocky17 h2 {
    display: flex !important;
}

.my_grid2 a:hover > .blocky18 h2 {
    display: flex !important;
}

.my_grid2 a:hover > .blocky8a h2 {
    display: flex !important;
}


/* another grid style for home page */


.my_grid1 .blocky1 h2{
	position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    background: rgba(54, 126, 70, 1);
    width: 100%;
    height: 100%;
    display: none !important;
    justify-content: center;
    align-items: center;
}

.my_grid1 .blocky2 h2{
	position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    background: rgba(119, 117, 169, 1);
    width: 100%;
    height: 100%;
    display: none !important;
    justify-content: center;
    align-items: center;
}
.my_grid1 .blocky3 h2{
	position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    background: rgba(202, 94, 63, 1);
    width: 100%;
    height: 100%;
    display: none !important;
    justify-content: center;
    align-items: center;
}

.my_grid1 .blocky4 h2{
	position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    background: rgba(140, 150, 84, 1);
    width: 100%;
    height: 100%;
    display: none !important;
    justify-content: center;
    align-items: center;
}
.my_grid1 .blocky5 h2{
	position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    background: rgba(73, 103, 152, 1);
    width: 100%;
    height: 100%;
    display: none !important;
    justify-content: center;
    align-items: center;
}

.my_grid1 .blocky6 h2{
	position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    background: rgba(193, 43, 44, 1);
    width: 100%;
    height: 100%;
    display: none !important;
    justify-content: center;
    align-items: center;
}

.my_grid1 .blocky6a h2{
	position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    background: rgba(255, 137, 29, 1);
    width: 100%;
    height: 100%;
    display: none !important;
    justify-content: center;
    align-items: center;
}
.my_grid1 .blocky7 h2{
	position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    background: rgba(193, 43, 179, 1);
    width: 100%;
    height: 100%;
    display: none !important;
    justify-content: center;
    align-items: center;
}

.my_grid1 .blocky7b h2{
	position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    background: rgba(68, 126, 214, 1);
    width: 100%;
    height: 100%;
    display: none !important;
    justify-content: center;
    align-items: center;
}
.my_grid1 .blocky8 h2{
	position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    background: rgba(255, 164, 0, 1);
    width: 100%;
    height: 100%;
    display: none !important;
    justify-content: center;
    align-items: center;
}

.my_grid1 .blocky7a h2{
	position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    background: rgba(146, 209, 128, 1);
    width: 100%;
    height: 100%;
    display: none !important;
    justify-content: center;
    align-items: center;
}

.my_grid1 .blocky8a h2{
	position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    background: rgba(187, 133, 80, 1);
    width: 100%;
    height: 100%;
    display: none !important;
    justify-content: center;
    align-items: center;
}




.my_grid1 .blocky9 h2{
	position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    background: rgba(83, 109, 120, 1);
    width: 100%;
    height: 100%;
    display: none !important;
    justify-content: center;
    align-items: center;
}

.my_grid1 .blocky10 h2{
	position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    background: rgba(40, 40, 40, 1);
    width: 100%;
    height: 100%;
    display: none !important;
    justify-content: center;
    align-items: center;
}

.my_grid1 .blocky11 h2{
	position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    background: rgba(193, 43, 44, 1);
    width: 100%;
    height: 100%;
    display: none !important;
    justify-content: center;
    align-items: center;
}
.my_grid1 .blocky12 h2{
	position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    background: rgba(64, 64, 64, 1);
    width: 100%;
    height: 100%;
    display: none !important;
    justify-content: center;
    align-items: center;
}
.my_grid1 .blocky13 h2{
	position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    background: rgba(64, 64, 64, 1);
    width: 100%;
    height: 100%;
    display: none !important;
    justify-content: center;
    align-items: center;
}
.my_grid1 .blocky14 h2{
	position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    background: rgba(104, 134, 205, 1);
    width: 100%;
    height: 100%;
    display: none !important;
    justify-content: center;
    align-items: center;
}
.my_grid1 .blocky15 h2{
	position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    background: rgba(202, 114, 32, 1);
    width: 100%;
    height: 100%;
    display: none !important;
    justify-content: center;
    align-items: center;
}

.my_grid1 .blocky16 h2{
	position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    background: rgba(39, 39, 39, 1);
    width: 100%;
    height: 100%;
    display: none !important;
    justify-content: center;
    align-items: center;
}
.my_grid1 .blocky17 h2{
	position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    background: rgba(69, 171, 161, 1);
    width: 100%;
    height: 100%;
    display: none !important;
    justify-content: center;
    align-items: center;
}

.my_grid1 .blocky18 h2{
	position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    background: rgba(157, 69, 47, 1);
    width: 100%;
    height: 100%;
    display: none !important;
    justify-content: center;
    align-items: center;
}

.my_grid1 small {
	position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.33);
    width: 100%;
    height: 100%;
    display: none !important;
    justify-content: center;
    align-items: center;
}
.my_grid1 a:hover > h2 {
    display: flex !important;
}
.my_grid1 a:hover > .blocky1 h2 {
    display: flex !important;
}
.my_grid1 a:hover > .blocky2 h2 {
    display: flex !important;
}
.my_grid1 a:hover > .blocky3 h2{
    display: flex !important;
}
.my_grid1 a:hover > .blocky4 h2 {
    display: flex !important;
}
.my_grid1 a:hover > .blocky5 h2 {
    display: flex !important;
}
.my_grid1 a:hover > .blocky6a h2 {
    display: flex !important;
}

.my_grid1 a:hover > .blocky6 h2 {
    display: flex !important;
}

.my_grid1 a:hover > .blocky7 h2 {
    display: flex !important;
}
.my_grid1 a:hover > .blocky8 h2 {
    display: flex !important;
}
.my_grid1 a:hover > .blocky7b h2 {
    display: flex !important;
}


.my_grid1 a:hover > .blocky7a h2 {
    display: flex !important;
}


.my_grid1 a:hover > .blocky9 h2 {
    display: flex !important;
}
.my_grid1 a:hover > .blocky10 h2 {
    display: flex !important;
}
.my_grid1 a:hover > .blocky11 h2 {
    display: flex !important;
}
.my_grid1 a:hover > .blocky12 h2 {
    display: flex !important;
}
.my_grid1 a:hover > .blocky13 h2 {
    display: flex !important;
}

.my_grid1 a:hover > .blocky14 h2 {
    display: flex !important;
}

.my_grid1 a:hover > .blocky15 h2 {
    display: flex !important;
}

.my_grid1 a:hover > .blocky16 h2 {
    display: flex !important;
}

.my_grid1 a:hover > .blocky17 h2 {
    display: flex !important;
}

.my_grid1 a:hover > .blocky18 h2 {
    display: flex !important;
}

.my_grid1 a:hover > .blocky8a h2 {
    display: flex !important;
}





@media screen and (max-width: 770px) {
.my_grid1 {
    grid-template-columns: 1fr;
    gap: 11px;
}
.my_grid1 a {
    height: 62vw;
}
.my_grid1 a:hover > small {
    display: none !important;
}
    
    .my_grid2 {
    grid-template-columns: 1fr;
    gap: 11px;
}
.my_grid2 a {
    height: 62vw;
}
.my_grid2 a:hover > small {
    display: none !important;
}
    
    
    
    .filter-buttons {
  display: flex;
  gap: 1rem;
  margin-bottom: 4rem;
}

.filter-btn {
    margin-left: 1%;
  padding: 1rem 2rem;
  border: 1px solid #373737;
  background-color: transparent;
  color: #333;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
}
   
    .filter-buttons a {
  text-decoration: none;
  color: inherit;
}
   
}













.full-bleed{
    padding: 0;
    width: 100%;
      height: auto;
      display: block;
    margin: 0;
}




hr{
	 border-top: 0.5px solid #252525 !important;
}


hr.new1 {
  border-top: 0.5px solid #252525;
}


.my_grid {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
}
.my_grid img {
	width: 100% !important;
    height: 100%!important;
    object-fit: cover;
}
.my_grid a {
	position: relative;
    height: 22vw;
}
.my_grid .blocky1 small {
	position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    background: rgba(61, 93, 68, 1);
    width: 100%;
    height: 100%;
    display: none !important;
    justify-content: center;
    align-items: center;
}
.my_grid small {
	position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.62);
    width: 100%;
    height: 100%;
    display: none !important;
    justify-content: center;
    align-items: center;
}
.my_grid a:hover > small {
    display: flex !important;
}
.my_grid1 a:hover > .blocky1 small {
    display: flex !important;
}

@media screen and (max-width: 770px) {
.my_grid {
    grid-template-columns: 1fr;
    gap: 11px;
}
.my_grid a {
    height: 62vw;
}
.my_grid a:hover > small {
    display: none !important;
}
   
}





.sec-image{
	position: relative;
}

.text-overlay {
      position: absolute;
      top: 0;
      left: 0;
      padding: 7%;
      width: 100%;
    }







  .play{
	z-index: -100;
}
.img-pack{
	border-radius: 20px !important;
}

.two{
	display: none;
    
    
}
.img-pack:hover > .two{
	display: block;
 
     box-shadow: 1px 3px 3px rgba(38, 38, 38, 0.44);
    -webkit-transition:  box-shadow .9s ease-in;
	

}



.img-pack:hover > .one{
	display: none;
    transition: .5s ease;
     
}


@media screen and (max-width: 600px) {

.sec-image{
	display: none;
}

    .img-pack{
	border-radius: 10px !important;
}

.two{
	display: none;
    
    
}
.img-pack:hover > .two{
	display: block;
 
     box-shadow: 1px 3px 3px rgba(38, 38, 38, 0.44);
    -webkit-transition:  box-shadow .9s ease-in;
	

}



.img-pack:hover > .one{
	display: none;
    transition: .5s ease;
     
}
    
    
    
}


hr{
	border:0.1px solid #f9f8ee;
   
}

.image-box img{
	border-radius: 20px;
    box-shadow: 0px 0px 0px grey;
  -webkit-transition:  box-shadow .6s ease-out;
     box-shadow: .8px .9px 3px grey;
}

.image-box img:hover{
	box-shadow: 1px 8px 20px rgba(0, 0, 0, 0.42);
    -webkit-transition:  box-shadow .6s ease-in;
}


.body-hover{
	color: rgba(10, 10, 10, 0.48);
}

.body-hover:hover{
	color: rgba(0, 0, 0, 1);
}

.nav-hover{
	color: rgba(0, 0, 0, 0.57);
        letter-spacing: 0px;
    transition: letter-spacing 0.8s ease-in-out;
}

.nav-hover:hover {
	color: rgba(114, 114, 114, 0.8);
    letter-spacing: 8px; 
    
}



.image-gallery{
	padding-left: 0 !important;
    padding-right:0 !important;
   
}



.color
{
    
    padding: 20px;
    color: green;
}

.my_grid {
	display: grid;
}
.my_grid img {
	width: 100% !important;
    height: auto;
}
.my_grid a {
	position: relative;
    height: auto;
}
.my_grid small {
	position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.53);
    width: 100%;
    height: 100%;
    display: none !important;
    justify-content: center;
    align-items: center;
    color:white;
    transition: .5s ease;
     
}
.my_grid a:hover > small {
    display: flex !important;
    transition: .5s ease;
}
@media screen and (max-width: 770px) {
.my_grid {
    grid-template-columns: 1fr;
    gap: 11px;
}
.my_grid a {
    height: 62vw;
}
.my_grid a:hover > small {
    display: none !important;
    
    
}
    
    [image-gallery="slideshow"] .gallery_card {
    padding: 20px 20px 20px 20px;
}
   
}














.ex4:hover, .ex4:active {color:rgba(255, 255, 255, 1);}

h1 span {
  transition: color 3s;
  transition-delay: 1s;
  letter-spacing: -0.2vw;
    color: #272727;
}

h1 span:hover {
  transition: color 0s;
}

h1 span:nth-child(1n):hover {
 
    font-weight: 500;
    font-style: italic;
      -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f9f8ee;
    
    
}

h1 span:nth-child(2n):hover {
 	color: rgba(249, 248, 238, 0.53);
     font-weight: 700;
    font-style: italic;
     -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #001dff;
}

h1 span:nth-child(3n):hover {
 	color: #001dff;
    font-weight: bolder;
    -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f9f8ee;
    font-weight: 900;
}





small span {
  transition: color 3s;
  transition-delay: 1s;
  
    color: rgba(255, 255, 255, 0.52);
}

small span:hover {
  transition: color 0s;
}

small span:nth-child(1n):hover {
 
    font-weight: 500;
    font-style: italic;
     
    letter-spacing:5px;
    
}

small span:nth-child(2n):hover {
 	color: rgba(252, 0, 255, 1);
     font-weight: 700;
    font-style: italic;
   letter-spacing:8px;
     
}

small span:nth-child(3n):hover {
 	color: #001dff;
    font-weight: bolder;
 letter-spacing:3px;
    font-weight: 900;
}





h2 span {
  transition: color 3s;
  transition-delay: 1s;
  
    color: rgba(26, 26, 26, 0.52);
}

h2 span:hover {
  transition: color 0s;
}

h2 span:nth-child(1n):hover {
 
    font-weight: 500;
    font-style: italic;
     color: #fff;
    letter-spacing:5px;
    
}

h2 span:nth-child(2n):hover {
 	color: rgba(252, 0, 255, 1);
     font-weight: 700;
    font-style: italic;
   letter-spacing:8px;
     
}

h2 span:nth-child(3n):hover {
 	color: #0027ff;
    font-weight: bolder;
 letter-spacing:3px;
    font-weight: 900;
}










#toolset {
	display: none;
}

/* body {
	background: white;
     animation: myanimation 15s infinite;
}
@keyframes myanimation {
  0% {background-color: #eeebe0;}
  35%{background-color:#75a274;}
  50%{background-color:#748dcc;}
  75%{background-color:#db6f4b;}
  100% {background-color: #eee8e0;}
}

*/
.hover-title {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
}
.im-wrapper{
	position: relative;
}

.hover-im {
    position: absolute;
    top: 10px;
    left: 400px;
    z-index: -100;
    display: none;
}

.im-wrapper:hover > .hover-im{
	display:block;
}








.image-wrapper{
	position: relative;
}

.hover-imgg {
    position: absolute;
    top: 10px;
    left: 400px;
    z-index: -100;
    display: none;
}

.image-wrapper:hover > .hover-imgg{
	display:block;
}








	


body:not(.mobile) .hover-title:hover + .hover-image {
    visibility: visible;
    pointer-events: none;
}

.hover-image {
    display: flex;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

/* Change width and height to scale images */
    width: 20vw;
    height: 20vh;
}

.hover-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
}

a:active {
	opacity: 0.7;
}

.page a.active {
	opacity: 1;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 4.5rem;
}

ol > li {
    padding-left: 0.75rem;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}






[image-gallery="slideshow"] .gallery_card {
    padding: 25px 35px 35px 35px;
}

.gallery_image_caption {
    margin-top: 1.0em;
    margin-bottom: 0.5rem;
    font-size: 1rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	font-family: Diatype, Icons;
	font-style: normal;
	line-height: 1.3;
    text-align: left;
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}



/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.8rem;
	font-weight: 300;
	color: rgba(0, 0, 0, 1);
	font-family: "Authentic Sans", Icons;
	font-style: normal;
	line-height: 1.2;
    z-index: 100;
}

[data-predefined-style="true"] bodycopy a{

	padding-bottom: 0em;
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {
    color: rgba(56, 56, 56, 0.39);
    text-decoration: none;
    
}



bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: "EB Garamond", Icons;
	padding: 0;
	margin: 0;
	font-size: 3.4rem;
	line-height: 1.3;
	color: rgb(64, 64, 64);
	font-style: normal;
	font-weight: 500;
}

[data-predefined-style="true"] h1 a {
	color: rgba(38, 38, 38, 1);
   
}
[data-predefined-style="true"] h1 a:hover {
    color: rgba(15, 206, 131, 1);
}

[data-predefined-style="true"] h2 {
	font-family: "Arizona Text Variable", Icons;
	font-style: normal;
	font-weight: 300;
	padding: 0;
	margin: 0;
	color: rgba(255, 255, 255, 0.48);
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: 0.01em;
	font-variation-settings: 'slnt' 0, 'SRFF' 0.75;
}

[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.6;
	font-family: "IBM Plex Sans", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] small a {
	color: rgba(0, 29, 255, 1);
	border-bottom-width: 0em;
}

[data-predefined-style="true"] bodycopy a:hover {
    color: rgba(0, 29, 255, 1);
}

/**
 * Breakpoints
 */

[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: auto /*!content_right*/;
	margin-right: 0 /*!content_right*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: rgb(242, 242, 235)/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100%/*!content_right*/;
}

[data-css-preset] .content_padding {
	padding-top: 0rem /*!main_margin*/;
	padding-bottom: 0rem /*!main_margin*/;
	padding-left: 0rem /*!main_margin*/;
	padding-right: 0rem /*!main_margin*/;
}

[data-css-preset] .backdrop {
	width: 100% /*!background_cover*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: transparent/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 0.4rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -0.8rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.55rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1.1rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: .8rem;
    margin-bottom: 0rem;
    font-size: 1.2rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	font-family: Diatype, Icons;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags {
    margin-top: 0.8rem;
    margin-bottom: 1.5rem;
    font-size: 1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Monument Grotesk Mono", Icons;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.85);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
	color: rgba(0, 0, 0, 0.85);
	line-height: 1;
	font-size: 28px /*!site_menu_button*/;
	padding: 6px;
	line-height: 1;
	background: rgba(33, 32, 46, 0);
	position: fixed;
	top: 3rem /*!site_menu_button*/;
	left: 3rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -6px;
	font-size: 30px;
}

#site_menu_button.custom_icon {
	width: 40px;
	height: auto;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/**
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	bottom: 3rem /*!shop_button*/;
	right: 3rem /*!shop_button*/;
}

#shop_button.text {
	font-family: Diatype, Icons;
	font-size: 1.2rem;
    padding: 0;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	font-style: normal;
    line-height: 1.3;
    letter-spacing: .07em;
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 36px;
}

/**
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: Diatype, Icons;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 1rem;
	font-size: 1.2rem;
	line-height: 1.1;
	color: rgba(0, 0, 0, 0.85);
}

.shop_product .dropdown {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-size: 1.2rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10rem;
    background:  white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right .25rem top 0px;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 2.5rem .8rem 1.25rem;
	font-style: normal;
	font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
}

.shop_product .button {
	font-family: Diatype, Icons;
	font-size: 1.2rem;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 10rem;
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1.0;
    padding: 0.9rem 1.25rem;
	font-style: normal;
	font-weight: 500;
    text-decoration: none;
}

/**
 * Image Zoom
 */

.content img.image-zoom:active {
    opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(255, 255, 255, 1) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
	font-family: Diatype, Icons;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1rem;
	font-style: normal;
	font-weight: 500;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.5);
    color: white;
}

/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 0px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 2px;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 0px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 2px;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: rgba(255, 255, 255, 1);
    stroke-width: 2px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 3px;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
   stroke-width: 2px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 3px;
}

/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}

/**
 * Audio Player
 */

.audio-player {
    max-width: 26rem;
    height: 3.3rem;
    outline: 1px solid rgba(0, 0, 0, 0.26);
    color: rgba(0, 0, 0, 0.85);
    background: transparent;
    font-size: 1.3rem;
    line-height: 1.7;
	font-family: Diatype, Icons;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0, 0, 0, 0.26);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.9);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.9);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0, 0, 0, 0.1);
}

.audio-player .progress {
    background: rgba(0, 0, 0, 0.2);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.75);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}


.dot {
  height: 20px;
  width: 20px;
  background-color: none;
  border-radius: 50%;
  display: inline-block;
  border:1px solid #404040; 
}

.dot:hover {
 
  background-color:  #404040; 
  
}





.flier {
	pointer-events: none;
}

.flier > * {
/* Adjust animation duration to change the element’s speed */
        animation: fly 50s linear infinite;
        pointer-events: none !important;
	top: 0;
	left: 0;
	transform: translateX(-120%) translateY(-120%) rotateZ(0);
	position: fixed;
	animation-delay: 1s;
	z-index: 999999;
}

 /* Keyframe values control where the element will begin
    and end its trajectory across the screen. Each rule
    represents a path the element follows across the screen. */





