
body {
 font-family: 'Neo Sans Std Regular';
 font-size: 22px;
 color: #32acdd;
 }

.brand-font {
    font-family: 'Neo Sans Std Regular';
  }

.brand-color {
  color: #32acdd;
  }

.navbar {
 color: white;
 position: fixed;
 top: 0;
 width: 100%;
 }

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

 @media only screen and (max-width: 600px) {
  .responsive {
   width: 49.99999%;
   margin: 6px 0;
   }
  }

 @media only screen and (max-width: 400px) {
   .responsive {
     width: 100%;
     }
  }

 .text-on-panel {
  background: #fff none repeat scroll 0 0;
  height: auto;
  margin-left: 20px;
  padding: 3px 5px;
  position: static;
  margin-top: -47px;
  border: 2px solid grey;
  border-radius: 8px;
  z-index: 0;
  }

.panel {
      /* for text on pannel */
 margin-top: 27px !important;
 }

.panel-body {
  padding-top: 30px !important;
  }

.clearfix:after {
  content: "";
  display: table;
  clear: both;
} 

img {
     pointer-events: none;
    }

.watermarked {
  position: relative;
  }

.watermarked:after {
  content: "";
  display: table;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 35%;
  left: 35%;
  background-image: url("https://dd-driveways.uk/cdn-cgi/image/format=auto,compression=fast/https://dd-driveways.uk/DD_Watermark.png");
  background-size: 75px 25px;
  background-position: 30px 30px;
  background-repeat: no-repeat;
  opacity: 0.2;
  clear: both;
  }
          

