div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 33%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

body{
    margin:0px;
    background:white;
}

h1 {
    background-color: red; color: white; font-family: "Arial"; 
    text-align: ; padding-left: 5px;
font-size: 50px;
  border-radius: 0px;
}
h2 {color: black; font-family: "Arial"; border-left-style: solid; border-color:navy;  border-width: 5px;

    text-align: left; padding-left: 5px;}
h3 {color: black; font-family: "Arial";

    text-align: left;}

p {font-family: "Arial"; text-align: left; font-size: 16px;}

table {
   font-family: "Arial";
font-size: 14px;
width: 100%;
border-collapse: collapse;

}

tr td {
   font-family: "Arial";
font-size: 15px;
padding: 5px;
border-collapse: collapse;
border-style:solid;
  border-width: 0.5px;
border-color: black;}

thead {font-weight: bold; background: red; color: white;}
tr:nth-child(even) {
    background-color: grey;
}
tr:nth-child(odd) {
    background-color: ;
}

.header-cont {
    width:100%;
    position:fixed;
    background:red;
    top:0px;
}

.header-cont2 {
    width:100%;
    position:fixed;
    background:;
    top:100px;
}

.footer {
    width:100%;
    position:fixed;
    background-color:red;
    bottom:0px;
    padding-right: 0px;
    color: white;
    border-left-style: solid;
    border-color:navy;
    border-width: 10px;
}

.icon-bar {
  width: 300px%; /* Full-width */
  background-color: #555; /* Dark-grey background */
  overflow: auto; /* Overflow due to float */
}

.icon-bar a {
  float: left; /* Float links side by side */
  text-align: center; /* Center-align text */
  width: ; /* Equal width (5 icons with 20% width each = 100%) */
  padding: 12px 0; /* Some top and bottom padding */
  transition: all 0.3s ease; /* Add transition for hover effects */
  color: white; /* White text color */
  font-size: 36px; /* Increased font size */
}

.icon-bar a:hover {
  background-color: #000; /* Add a hover color */
}

.active {
  background-color: navy; /* Add an active/current color */
}

.button {
  font-size: 14px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
}

#button:hover {
  background-color: navy;
  color: white;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 120px;
  z-index: 99;
  font-size: 14px;
  border: none;
  outline: none;
  background-color: navy;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: red;
  color: white;
}

.more-button {
  background-color: navy;
  border: none;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 1px 1px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.more-button {
  background-color: navy; 
  color: white; 
}

.more-button:hover {
  background-color: red;
  color: white;
}