
header
{
text-align: center;
margin: 0%;
}

.Navigation
{
 float: left;
 margin-top: -.5%;
 background-color: grey;
 width: 100%;
 height: 100%;
}

a{text-decoration: none;}


ul
{
 display: inline;
 padding:  1px;
 margin: 0%;
 list-style: none;
  
}

li
{
 font-size: large;
 display: inline-block;
 padding-right: 20px;
 padding-left: 20px;
}



body
{
background-image:linear-gradient(to left, magenta, skyblue);
background-repeat: no-repeat;
background-size: contain;
width: 100%;


} .li1{background-image: linear-gradient(to left, skyblue, blue);}
  .li2{background-image: linear-gradient(to right, yellow, red);}
  .li3{background-image: linear-gradient(to left, orange, green);}
  .li4{background-image: linear-gradient(to top, pink, white );}
  .li5{background-image: linear-gradient(to right,yellowgreen, beige);}


.BDesign2
{
position: relative;
background-image: url(../DESIGN/tree.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: 100% 100%;
min-height: 100vh;
width: 100%; 

}

.Category
{

 position: relative;
 z-index: -0;


}

.SubCategory
{
 position: fixed;
 top: 20px;

 
}


div.gallery {
  border: 1px solid #ccc;
  margin-top: 50px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
  color: blue;
  font-size: larger;
  padding: 10px;
}

* {
  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;
}


.img2
{
width: 600px; height: 400px;
}

.video
{
 width: 365px; height: 280px;
 display: flex;
 object-fit: cover;
 
}

.img1
{
width: 40px; height: 600px;
}

