body {
    font-family: claimcheck;
    /*font-family: "Georgia",Georgia,Georgia,sans-serif;*/
    /*font-family: "Barlow",Helvetica,Arial,sans-serif;*/
    font-size: 18px;
    line-height: 1.4;
 }

p {
    text-align: justify;
    text-justify: inter-word;
}

h1 {
    display: block;
    font-size: 2rem;
    margin: 0;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.25rem;
}

h4 {
    font-size: 1rem;
}

.responsive-ads { display: block; margin-bottom:10px;}
@media(max-width: 993px) { .responsive-ads { display: none; } }

header {
    border: 1px solid rgba(0, 180, 180, 0.5);
    border-radius: .25rem;
}

header.fixed {
    position: fixed;
    z-index: 100;
    width: 100%;
}

.dropdown-item {
    padding: .25rem 1.5rem .25rem .5rem !important;
}

.dropdown-menu {
    max-height: 540px;
    overflow-y: auto;
}

.logo:hover {
    color:red;
}

.zoom:hover {
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
  padding: 2px;
  transition: transform .2s;
  border-style: solid;
  border-color: rgba(255, 0, 0, 0.5);
}

.head-text {
    text-shadow: 1px 1px 1px #000;
}

xmp {
    white-space:pre-wrap;
    word-wrap:break-word;
}

/*start sidebar list menus*/
.list-group-item {
    padding: 0.50rem 0.5rem !important;
}

.left-bar-menu {
    padding: 0px 0px 0px 0px;
}

.right-bar-menu {
    padding: 0px 0px 0px 0px;
}

.main-content {
    padding: 0px 0px;
}
/*end sidebar list menus*/

/*start top trip*/
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    background-color: rgba(0, 235, 255, 0.28);
}

.back-to-top:hover {
    background-color: rgba(0, 235, 255, 1);
}
/*end top trip*/

/*start home page card images*/

.gallery-block-text{
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.gallery-block{
  padding-bottom: 60px;
  padding-top: 60px;
}

.gallery-block .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.cards-gallery h6 {
  font-size: 17px;
  font-weight: bold;
}

.gallery-block.cards-gallery .card{
  transition: 0.4s ease;
}

.gallery-block.cards-gallery .card img {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}

.gallery-block.cards-gallery .card-body {
  text-align: center;
}

.gallery-block.cards-gallery .card-body p {
  font-size: 15px;
}

.gallery-block.cards-gallery a {
  color: #212529;
}

.gallery-block.cards-gallery a:hover {
  text-decoration: none;
}

.gallery-block.cards-gallery .card {
  margin-bottom: 30px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}

@media (min-width: 576px) {
  .gallery-block .transform-on-hover:hover {
      transform: translateY(-10px) scale(1.02);
      box-shadow: 0px 10px 10px rgba(255, 0, 0, 0.5) !important;
  }
}

.transform-on-hover-menu:hover {
  transform: translateY(-5px) scale(1);
  box-shadow: 2px 2px 2px 2px rgba(255, 0, 0, 0.5) !important;
}

/*end home page card images*/


/*start search bar*/
#result {
    position: absolute;
    /*width: 100%;*/
    /*max-width:870px;*/
    cursor: pointer;
    overflow-y: auto;
    max-height: 400px;
    box-sizing: border-box;
    z-index: 1001;
}
.link-class:hover{
    background-color:#f1f1f1;
}
/*end search bar*/


/*start small table*/

.small-table {
    padding: 2px;
    font-family: 'Times New Roman', Times, serif;
    background-color: rgba(5, 255, 5, 0.05);
}
.small-table th {
    padding: 2px 10px 2px 40px;
    color: green;
    text-align: right;
}
.small-table td {
    padding: 2px 10px 2px 40px;
    color: rgb(3, 3, 119);
    text-align: right;
}

@media screen and (max-width: 400px){
    .small-table {
        font-size: 3vw;
    }
    .small-table th{
        padding: 2px 10px 2px 15px;
        color: green;
    }
    .small-table td{
        padding: 2px 10px 2px 15px;
        color: rgb(3, 3, 119);
    }
}

/*end small table*/

/*tooltrip*/
.tooltip1 {
    display:inline-block;
    position:relative;
}

.tooltip1 .left1 {
    top:50%;
    right:100%;
    margin-right:10px;
    transform:translate(0, -50%);
    padding:5px;
    /*color:#666666;*/
    /*background-color:#FFFFE0;*/
    /*font-weight:normal;*/
    /*font-size:13px;*/
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    display:none;
    border:1px solid #DCA;
}

.tooltip1:hover .left1 {
    display:block;
}

.ansTooltip .ans {
    display:none;
    margin-top: -47px;
    margin-left: -13px;
    transform:translate(0, -50%);
    border-radius:5px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    background-color: #dbfeff;
    border:1px solid #17a2b8;
}

.ansTooltip:hover .ans {
    display:block;
}



/*color*/
.text-spark {
    color: rgb(255, 100, 0);
}
.text-spark:hover{
    color: rgb(255, 50, 0);
}

.text-scala {
    color: rgb(220, 0, 0);
}
.text-scala:hover{
    color: rgb(250, 0, 0);
}

.text-hive {
    text-shadow: 0 0 3px #ffe600, 0 0 0px #060606;
}
.text-hive:hover{
    color: black;
}

.text-pig {
    color: rgb(89, 1, 148);
}
.head-text-pig {
    text-shadow: 1px 1px 1px #e87606;
}
.text-pig:hover{
    color: rgba(2, 2, 200, 1);
}

.text-sqoop {
    color: rgba(0, 200, 100, 1);
}
.head-text-sqoop {
    text-shadow: 1px 1px 1px black;
}
.text-sqoop:hover{
    color: rgba(0, 220, 100, 1);
}

.text-flume {
    color: rgba(0, 165, 255, 1);
}
.head-text-flume {
    text-shadow: 1px 1px 1px rgb(100, 70, 0);
}
.text-flume:hover{
    color: rgba(0, 200, 255, 1);
}

.text-hbase {
    color: rgba(220, 0, 0, 1);
}
.head-text-hbase {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.70);
}
.text-hbase:hover{
    color: rgba(255, 0, 0, 1);
}

.text-derby {
    color: #e3137b;
}
.head-text-derby {
    text-shadow: 1px 1px 1px #000645;
}
.text-derby:hover{
    color: #b3135a;
}


.text-kafka {
    color: #0d069c;
}
.head-text-kafka {
    text-shadow: 1px 1px 1px black;
}
.text-kafka:hover{
    color: black;
}


.text-oozie {
    color: #1096e0;
}
.head-text-oozie {
    text-shadow: 1px 1px 1px rgb(130, 130, 2);
}
.text-oozie:hover{
    color: #beb706;
}


.text-storm {
    color: #06339c;
}
.head-text-storm {
    text-shadow: 1px 1px 1px rgb(18, 184, 244);
}
.text-storm:hover{
    color: #0544d7;
}


.text-flink {
    color: #33009e;
}
.head-text-flink {
    text-shadow: 1px 1px 1px rgb(233, 45, 45);
}
.text-flink:hover{
    color: #9e0085;
}


.text-solr {
    color: #a33503;
}
.head-text-solr {
    text-shadow: 1px 1px 1px rgb(244, 102, 18);
}
.text-solr:hover{
    color: #d50000;
}


.text-drill {
    color: #033160;
}
.head-text-drill {
    text-shadow: 1px 1px 1px rgb(244, 102, 18);
}
.text-drill:hover{
    color: #0a1ec1;
}


.text-mongodb {
    color: darkgreen;
}
.head-text-mongodb {
    text-shadow: 1px 1px 1px rgb(0, 222, 0);
}
.text-mongodb:hover{
    color: darkblue;
}


.text-tableau {
    color: rgb(190, 0, 0);
}
.head-text-tableau {
    text-shadow: 1px 1px 1px rgba(255, 159, 0, 0.33);
}
.text-tableau:hover{
    color: rgb(255, 0, 0);
}

.text-cassandra {
    color: rgb(3, 76, 205);
}
.head-text-cassandra {
    text-shadow: 1px 1px 1px rgb(18, 170, 244);
}
.text-cassandra:hover{
    color: rgb(0, 17, 201);
}
.h2-cassandra {
    color: rgb(180, 0, 0);
    background-color: rgba(255, 180, 0, 0.1);
}


.text-postgresql {
    color: rgb(61, 46, 9);
}
.head-text-postgresql {
    text-shadow: 1px 1px 1px rgb(7, 5, 150);
}
.text-postgresql:hover{
    color: rgb(238, 194, 0);
}
.h2-postgresql {
    color: rgb(180, 0, 0);
    background-color: rgba(255, 180, 0, 0.1);
}



.text-aws {
    color: rgb(0, 105, 156);
}
.head-text-aws {
    text-shadow: 1px 1px 1px rgb(2, 13, 19);
}
.text-aws:hover{
    color: rgb(2, 136, 201);
}
.h2-aws {
    color: rgb(0, 105, 156);
    background-color: rgba(255, 180, 0, 0.1);
}
.h2-aws-que {
    background-color: rgba(230, 250, 250, 0.5);
}
.h2-aws-ans {
    background-color: rgba(190, 250, 190, 0.5);
}


.text-azure {
    color: rgb(0, 105, 156);
}
.head-text-azure {
    text-shadow: 1px 1px 1px rgb(2, 13, 19);
}
.text-azure:hover{
    color: rgb(2, 136, 201);
}
.h2-azure {
    color: rgb(0, 105, 156);
    background-color: rgba(255, 180, 0, 0.1);
}
.h2-azure-que {
    background-color: rgba(230, 250, 250, 0.5);
}
.h2-azure-ans {
    background-color: rgba(190, 250, 190, 0.5);
}
/*
     FILE ARCHIVED ON 01:42:07 Oct 16, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:31:19 Jun 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.946
  exclusion.robots: 0.121
  exclusion.robots.policy: 0.101
  esindex: 0.014
  cdx.remote: 89.523
  LoadShardBlock: 1405.05 (3)
  PetaboxLoader3.datanode: 1534.096 (5)
  load_resource: 513.603
  PetaboxLoader3.resolve: 201.272
  loaddict: 68.96
*/