body {
    min-height: 2000px;
    padding-top: 70px;
}

.gallery {
    background: #EEE;
}

.gallery-cell {
    width: 100%;
    /*height: auto;*/
    padding-right: 0;
    background: #03618D;
}

.caption  {
    color: #FFF;
    font-family: "Lato";
    font-weight: 700;
    font-size: 60px;
    line-height: 1.1em;
    padding-top: 8%;
}

.caption-highlight  {
    color: #50E3C2;
}

.image  {
    padding-right: 0;
}

#actions {
    margin: 2em 0;
}
#actions .start , #actions .cancel { display: none; }
div.table {
    display: table;
}
div.table .file-row {
    display: table-row;
}
div.table .file-row > div {
    display: table-cell;
    vertical-align: top;
    border-top: 1px solid #3c3c3c;
    padding: 8px;
}
div.table .file-row:nth-child(odd) {
    background: #3c3c3c;
}
#total-progress {
    opacity: 0;
    transition: opacity 0.3s linear;
}
#previews .file-row.dz-success .progress {
    opacity: 0;
    transition: opacity 0.3s linear;
}
#previews .file-row .delete {
    display: none;
}
#previews .file-row.dz-success .start,
#previews .file-row.dz-success .cancel {
    display: none;
}
#previews .file-row.dz-success .delete {
    display: block;
}

.modal-footer {
    display: none !important;
}

#portfolio {  
    margin: 1rem 0;
    -webkit-column-count: 3; 
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: .5rem;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}
.tile { 
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;

}

.scale-anm {
  transform: scale(1);
}

.tile img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: .5rem;
  
}

.btn {
    font-family: Lato;
    font-size: 1rem;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    padding: .5rem 1rem;
    margin: 0;
    height: auto;
    border: 1px solid;
    vertical-align: middle;
    -webkit-appearance: none;
    color: #555;
    background-color: rgba(0, 0, 0, 0);
}

.btn:hover {
  text-decoration: none;
}

.btn:focus {
  outline: none;
  border-color: var(--darken-2);
  box-shadow: 0 0 0 3px var(--darken-3);
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}