
.home-apps-cards{
    /*margin-top: 50px;*/
    /*border: 1px solid black;*/
    min-height: 500px;
    padding: 20px 5px;
    background-color: white;
}

.home-apps-card-headind{
    text-align: center;
    height: 50px;
    font-family: var(--text-font-my-famaly);
    color: var(--home-app-text-color);
	font-size: var(--headings-font-sizes);
}

.home-apps-card-headind hr{
    width: 70%;
    margin: 20px auto;
}

.home-apps-cards-tabs{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    /*flex-wrap: wrap;*/
     /*border: 1px solid black;*/
}

.home-apps-cards-tabs-heading{
    margin: 10px;
}

.home-apps-cards-tabs-heading{
    font-family: var(--text-font-my-famaly);
    font-size: 15px;
    color: red;
    border-left: 5px solid rgb(210, 0, 0);
    padding-left: 5px;
}

.home-apps-cards-cell{
    border: 1px solid lightgrey; 
    height: auto;
    min-width: 200px;
    max-width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    padding: 10px;
    background-color: white;
}

.home-apps-cards-images{
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
    padding: 5px;
}

.home-apps-cards-images-cell img{
    width: 100%;
    height: 170px;
    border: 1px solid rgb(104, 102, 102);
    object-fit: contain;
    border-radius: 10px;
}

.home-apps-cards-images-cell img:hover{
    border-color: rgb(5, 201, 255);
}

.home-apps-cards-view-links a{
    text-decoration: none;
    color: green;
}

.home-apps-cards-view-links a:hover{
    text-decoration: underline;
    color: blue;
}

@media only screen and (max-width: 600px) 
{
    .home-apps-cards-tabs{
        display: block;
    }

}
/*
     FILE ARCHIVED ON 01:59:37 Apr 20, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:58:09 Sep 25, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.623
  exclusion.robots: 0.075
  exclusion.robots.policy: 0.06
  esindex: 0.01
  cdx.remote: 14.533
  LoadShardBlock: 118.288 (3)
  PetaboxLoader3.datanode: 195.997 (5)
  load_resource: 373.1
  PetaboxLoader3.resolve: 265.622
  loaddict: 56.564
*/