body {
    font-family: "Georgia",Georgia,Georgia,sans-serif;
    /*font-family: "Barlow",Helvetica,Arial,sans-serif;*/
    /*font-size: 15px;*/
    line-height: 1.42857;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

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

pre {
    text-align: justify;
    white-space: pre-line;
}

.header, .footer {
    background-image: url("/home/img/header.jpeg");
}

.header img, .footer img {
    -moz-background-size:100% 100%;
    -webkit-background-size:100% 100%;
    background-size:100% 100%;
    opacity: 0.5;
}

.logo img {
    opacity: 1;
}

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

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

.dropdown-menu {
    max-width: 30rem;
}

.logo {
    text-decoration: none;
    color:green;
}
.logo:hover {
    text-decoration: none;
    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: 2px 2px 2px #000;
}

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

.text-style-1 {
    font-family: 'siddhanta';
    text-shadow: 1px 2px 3px rgb(0 0 0 / 20%);
}

.text-style-2 {
    font-family: 'siddhanta';
    font-size: 1.5rem;
    font-weight: 500;
    color: red;
    line-height: 2.5rem !important;
    text-shadow: 1px 2px 3px rgb(0 0 0 / 20%);
}

/*start sidebar list menus*/
.list-group-item {
    padding: 0.50rem 0.9rem !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: 5px;
    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);
}

.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;
}

/* collapse */
.collapse-head .collapse-text:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}
.collapse-head.collapsed .collapse-text:after {
    content: "\f067";
}
/* collapse */


/* color */
.bg-red {
    background-color: rgba(255, 0, 0, 0.05);
}
.bg-red:hover {
    background-color: rgba(255, 0, 0, 0.10);
    font-weight: bold;
}

.bg-green {
    background-color: rgba(0, 255, 0, 0.05);
}
.bg-green:hover {
    background-color: rgba(0, 255, 0, 0.10);
    font-weight: bold;
}

.bg-blue {
    background-color: rgba(0, 0, 255, 0.05);
}
.bg-blue:hover {
    background-color: rgba(0, 0, 255, 0.10);
    font-weight: bold;
}

.bg-yellow {
    background-color: rgba(255, 255, 0, 0.05);
}
.bg-yellow:hover {
    background-color: rgba(255, 255, 0, 0.10);
    font-weight: bold;
}

.bg-magenta {
    background-color: rgba(255, 0, 255, 0.05);
}
.bg-magenta:hover {
    background-color: rgba(255, 0, 255, 0.10);
    font-weight: bold;
}

.bg-aqua {
    background-color: rgba(0, 255, 255, 0.05);
}
.bg-aqua:hover {
    background-color: rgba(0, 255, 255, 0.10);
    font-weight: bold;
}
