body{
	background-color: rgb(230,230,230);
}

ul#horiznav, #horiznav ul{
margin:0;
padding:0;
list-style-type:none;
height:40px;
}

#horiznav li{
float:left;
width:200px;
position: relative;
}

#horiznav li a{
display:block;
width:200px;
line-height:40px;
text-align:center;
vertical-align: middle;
color:white;
text-decoration:none;
font-variant: small-caps;
font-weight: bold;
background-color:rgb(110,110,110);
border:1px solid white;
}

#horiznav li a:hover{
	background-color: orange;
}

#horiznav li ul{
display:none;
position:absolute;
left:0;
top:32px;
}

#horiznav li:hover ul {
display:block;
}

#horiznav li ul a{
background-color:rgb(140,140,140);
}

hr#hrgray{
	display: block;
	width: 95%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 2px;
  color: rgb(100,100,100);
}

hr#hrorange{
	display: block;
	width: 90%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 2px;
  color: orange;
}

.headerstyleintegra {
	font-family: sans-serif;
	font-size: 20px;
	font-weight: bolder;
	text-align: center;
}

.dot{
	height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.redirect-button {
            position: relative;
            padding: 22px 50px;
            padding-top: 20px;
            padding-bottom: 20px;
            font-size: 1.5rem;
            font-weight: 700;
            color: white;
            background: linear-gradient(to right, #54EA79, #FF4B2B);
            border: none;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.4s ease;
            box-shadow: 0 10px 20px rgba(255, 75, 43, 0.3);
            overflow: hidden;
            z-index: 1;
            display: inline-block;
        }

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: 24.99999%;
}

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