body,h1,h2,h3,h4,h5,display-4,p{
	font-family: 'Nanum Gothic', sans-serif;
}
.shade {
    position:absolute;
    width: auto;
    height: 100%;
    top: 0;
    right:0;
    z-index:1;
}
.shade-container{
    position:relative;
}
.redorange{
    background-color:#e65100;
}
.menu-color{
    background-color:#2ccc8d;
}
.white-slight{
    background-color:#f7f7f7!important;
}
.breadcrumb {
    background-color: #f7f7f7;
}
.gallery {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-width: 33%;
  -moz-column-width: 33%;
  column-width: 33%;
}

.gallery .pics {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.gallery .animation {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media (max-width: 450px) {
  .gallery {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
  }
}

@media (max-width: 400px) {
  .btn.filter {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }
}
