
/*
    Liquo - Filterable and Responsive Image Gallery
    Version 1.0.0
    Ryan Fitzgerald
    https://RyanFitzgerald.ca/
    ---
    Repo: http://github.com/ryanfitzgerald/liquo
    Issues: http://github.com/ryanfitzgerald/liquo/issues
    Licensed under MIT Open Source
 */

.liquo-gallery {
  
 
  padding: 0;
  width:100%;
  margin-left:40px;
}

.liquo-gallery li {
  list-style-type: none;
  display: inline-block;
  margin-right:10px;
  
   
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #329ad6;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom:20px;
}
 
 
 
 .btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #329ad6;
   margin-left:40px;
   margin-bottom:20px;
  }

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
     margin-bottom:20px;
}