@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: normal;
    }
 
body {
 font-family: 'Arimo';
 font-size: 22px;
 color: #254577;
 }

 .brand-font {
  font-family: 'Arimo';
  color: #254577;
  }

.brand-color {
  color: #d2ab0a;
  }

 .gold-font {
  font-family: 'Arimo';
  color: #d2ab0a;
  }

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

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

.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://dyoung-maintenance.services/logo.png");
  background-size: 75px 55px;
  background-position: 30px 30px;
  background-repeat: no-repeat;
  opacity: 0.3;
  clear: both;
  }




