html body {
  background-color: rgba(186, 186, 186, 0.852);
}

.heading img { display: block; }

.nowrap {
    white-space: nowrap;
}

.offscreen {
    position:absolute;
    left: -10000px;
}

h1 {
  color: white;
  text-align: center;
  text-shadow: 2px 2px 5px #000;
}

h2 {
    font-size: 20px;
}

p {
  font-family: verdana;
  font-size: 15px;
}
.heading{
    border-bottom: 2px solid black;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;

    background-color: lightblue;
}

.h1{
    font-size: 45px;
    text-shadow: 2px 2px 5px #000;
    margin-left: 50px;
    margin-right: 50px;
    float: left;
}

.logo-pic-figure{
    width: 35%;
}

.logo-pic-figure img {
    width: 100%;
    height: auto;
    min-width: 100px;
    border: 5px double gray;
    border-radius: 20px 0px;
}

.move{
    float: right;
}

.move1{
    float: left;
}

ul li {
    font-size: 20px;
}

.heading{
    margin-top: 1rem;
    padding-left: 20px;
}

.example img{
    width: 25%;
    height: auto;
}

ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: hsla(0, 21%, 93%, 0.932);
}

ul.topnav li {
    float: left;
    border-right: 1px solid #b2b0b0e1;
}

ul.topnav li a {
    display: block;
    color: rgb(9, 8, 8);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

ul.topnav li a:hover:not(.active) {
    background-color: #aba2a2;
}

ul.topnav li a.active {
    background-color: #aba2a2;
}

@media screen and (max-width: 600px) {
    ul.topnav li {float: none;}
}

ul.a {
    list-style-position: outside;
}

.design{
    padding-left: 230px;
    padding-right: 40px;
}

.design3{
    padding-left: 330px;
    padding-right: 40px;
}

.position{
    padding-top: 0px;
    display: block;
}

div.gallery {
    margin: 10px;
    border: 1px solid #ccc;
    float: left;
    width: 500px;
    height:400px;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery video {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

.frontImages{
    width:180px;height:200px;
   }



