body {
    background-color: #fff;
    min-height: 82vh;
    font-family: 'Lato', sans-serif;
    font-size:14px;
    padding-top: 20px;
}

.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 78vh;

}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Cinzel', serif;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.gallery {
    display: none;
    padding-left: 60px;
    padding-right: 60px;
}

/* Override bootstrap column paddings */
.gallery .row > div {
    padding: 2px;
}

.gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 1;
    color: #fff;
    font-size: 26px;
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}

.gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.28);
    content: '';
    transition: 0.4s;
}

.gallery .lightbox:hover:after,
.gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

.object-fit-cover {
    object-fit: cover;
}

.logo {
    height: 20px;
    width:100px;
}

.cat {
    height:700px;
}

.self {
    overflow: hidden;
    border-radius: 50%;
}

.brand {
    font-family: 'Rouge Script', cursive;
    font-size: 38px;
}

.brand:hover {

    transform: scale(1.02);
}

#moreWider {
    width: 100% !important;
}

.social {
    margin: 0;
    padding: 0;
}

.social ul {
    margin: 0;
    padding: 5px;
    padding-top: 20px;
}

.social ul li {
    margin: 5px;
    list-style: none outside none;
    display: inline-block;
}

.social i {
    width: 40px;
    height: 40px;
    color: #FFF;
    background-color: #777;
    font-size: 22px;
    text-align:center;
    padding-top: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social i:hover {
    color: #FFF;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social .fa-facebook:hover {
    background: #4060A5;
}

.social .fa-twitter:hover {
    background: #00ABE3;
}

.social .fa-google-plus:hover {
    background: #e64522;
}

.social .fa-github:hover {
    background: #343434;
}

.social .fa-pinterest:hover {
    background: #cb2027;
}

.social .fa-linkedin:hover {
    background: #0094BC;
}

.social .fa-flickr:hover {
    background: #FF57AE;
}

.social .fa-instagram:hover {
    background: #7a4b89;
}

.social .fa-vimeo-square:hover {
    background: #83DAEB;
}

.social .fa-stack-overflow:hover {
    background: #FEA501;
}

.social .fa-dropbox:hover {
    background: #017FE5;
}

.social .fa-tumblr:hover {
    background: #3a5876;
}

.social .fa-dribbble:hover {
    background: #F46899;
}

.social .fa-skype:hover {
    background: #00C6FF;
}

.social .fa-stack-exchange:hover {
    background: #4D86C9;
}

.social .fa-youtube:hover {
    background: #FF1F25;
}

.social .fa-xing:hover {
    background: #005C5E;
}

.social .fa-rss:hover {
    background: #e88845;
}

.social .fa-foursquare:hover {
    background: #09B9E0;
}

.social .fa-youtube-play:hover {
    background: #DF192A;
}

.ppoc {
    margin-top: 5px;
    max-height: 40px;
}

.fixed-width {
    height: 355px;
    width: 800px !important;
}

.thumb {
    position: relative;
    height: 263.5px;
    overflow: hidden;
}

.thumbFill {
    position: relative;
    height: 263.5px;
    overflow: hidden;
}

.bigthumb {
    position: relative;
    height: 530px;
    overflow: hidden;
}

.contactInfo {
    text-align: center;
    margin-top: 20px;
    font-family: 'Cinzel', serif;
    font-size: 25px;
}

.footerRights {
    font-size: 10px;
    margin: 0px;
}

.thumb img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto !important;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.thumbFill img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    object-fit: cover;

    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.bigthumb img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto !important;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.bigthin {
    height: 525px !important;
}

.centerLabel {
    top: 39% !important;
}

.movedown {
    -webkit-transform: translate(-50%,-40%) !important;
    -ms-transform: translate(-50%,-40%) !important;
    transform: translate(-50%,-40%) !important;
}

.moveup {
    -webkit-transform: translate(-50%,-65%) !important;
    -ms-transform: translate(-50%,-65%) !important;
    transform: translate(-50%,-65%) !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
    
    .navbar-default .navbar-brand {
        color: #777;
        font-size: 27px;
    }
    
    .bigthumb {
        position: relative;
        height: 263.5px;
        overflow: hidden;
    }
    
    .fixed-width {
        height: 355px;
    }

    .gallery {
        display: none;
        padding-left: 30px;
        padding-right: 30px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
        font-family: 'Cinzel', serif;
        font-size: 20px;
        cursor:pointer;
    }
}