﻿header {
    height: 90px;
    width: 100%;
    background: #fcf5eb;
    text-align: center;
    position: fixed;
    top: 0;
    margin: 0 auto;
    z-index: 9;
}

a#update {
    position: absolute;
    left: 0;
    top: 0;
    background: #bd945a;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border-bottom-right-radius: 20px;
    width: 41.2px;
    height: 41.2px;
    line-height: 42px;
    padding-right: 4px;
}

div#count {
    position: absolute;
    right: 0;
    top: 0;
    background: #9d709b;
    color: #fff;
    font-weight: bold;
    padding: 5px 14px 9px 20px;
    font-size: 12px;
    border-bottom-left-radius: 20px;
}

#fotos-page {
    padding-top: 150px;
    width: 100%;
}

.no-items {
    text-align: center;
    padding: 50px 20px 10px;
    color: #888;
}

#gallery {
    padding-bottom: 80px;
}
    #gallery h2 span {
        font-family: 'Alex Brush', cursive;
        font-size: 120%;
        color: #BD945A;
    }

.masonry {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    column-count: 1;
    column-gap: 16px;
}

@media (min-width: 576px) {
    .masonry {
        column-count: 2;
    }
}

@media (min-width: 992px) {
    .masonry {
        column-count: 3;
    }
}

.no-photos {
    padding: 30px;
    text-align: center;
}

.masonry-item {
    break-inside: avoid;
    margin-bottom: 16px;
    width: 100%;
}

.masonry-item img {
    width: 100%;
    height: auto;
    display: block;
}

.footer2 {
    padding: 30px 30px 115px 30px;
}

#footer-bar {
    position: fixed;
    bottom: 0;
    height: 80px;
    width: 100%;
    background-color: #9d709b;
    text-align: center;
    margin: 0 auto;
}

    #footer-bar .add-button {
        border-radius: 50%;
        width: 85px;
        height: 85px;
        padding: 0;
        margin-top: -85px;
        color: #fff !important;
    }

        #footer-bar .add-button:hover {
            background-color: #694867;
        }

body.mfp-zoom-out-cur {
    overflow: hidden;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}