.container {
  max-width: 960px;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #fff;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #999;
  text-decoration: none;
}

.site-header img {  
  transition: ease-in-out .15s;
}
.site-header img:hover {
  
   filter: brightness(0.75);
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */



/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }

.bg-gray {
  background-color: #F5F5F5;
}

.bg-dp {
  background-color: #a1a1a1;
}

.bg-tp {
  background-color: black;
}


 /* Sticky footer styles
-------------------------------------------------- */
body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 95vh; /* Use height insted of min-height for IE 10/11. */
}
main {
  /* Prevent shrinking the main area in IE 10/11. */
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer {
  
  margin-top: auto;
  background-color: rgba(0, 0, 0, .0);
}