html{
  height: 100% !important;
  user-select: none;

}
body{
  background-color: #f4f6f9;
  overflow-x: hidden;
  /* height: 100%; */
  height: fit-content;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  position: relative;
  padding-bottom: 4rem;
}

.container{
  padding: 15px;
  /* height: 50vh; */
}

/* #titleImg{
  display:block;
}

[type=search] {
  outline-offset: unset;
} */


.search-container input[type=text] {
  padding: 6px;
  padding-right: 0;
  margin-top: 8px;
  font-size: 17px;
  border: none;
  }
.search-container button {
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border: none;
  cursor: pointer;
}
.search-container button:hover {
  background: #ccc;
}


input:focus
{
  outline: none !important;
  border:1px solid #007bff;
  box-shadow: 0 0 10px #719ECE;
}
.noPadding{
  padding: 0;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}
.column > div {
  line-height: 75px;
  font-size: 30px;
  /* box-shadow: 1px 2px 8px black; */
  background-color: white;
  border: 1px solid black;
}
.column img {
  margin-top: 8px;
  vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  width: auto;
  height:25vh;
}

.column video
{
  height:25vh
}
.fa{
  margin-right: initial;
}

.downloadBtn:hover
{
  color:white!important;
  text-decoration: none;
}

/* footer{
  background-color: #fff;
  position: fixed!important;
  bottom: 0;
  padding: 11px;
  color: darkgreen;
} */

footer {
  background-color: #fff;
  position: absolute !important;
  bottom: 0;
  padding: 5px!important;
  color: darkgreen;
}
tr{
text-align: center;
}

/*back to top*/
.back-to-top 
{
  position: fixed;
  bottom: 0;
  right: 5px;
  display: none;
}
  /*font icon*/
.fa{

  font-size: 30px;
}
.spans{

  display: none;
}

.imgThumbnail{
  
  object-fit: contain;
}
  

.chip {
  display: inline-block;
  color: #007bff;
  font-weight: bold;
  padding: 0 20px;
  height: 40px;
  font-size: 17px;
  line-height: 40px;
  border-radius: 25px;
  background-color: #f1f1f1;
}

.closebtn {
  padding-left: 10px;
  color: #888;
  font-weight: bold;
  float: right;
  font-size: 20px;
  cursor: pointer;
}