.navbar-brand > img {
    width: 70px;
}

.navbar {
    height: 100px;
}

#navbar .nav {

    margin-top: 20px;
}

.ve-global-color {
    color: #ff7300;
    text-shadow: 1px 1px 1px #4a4a4a;
}

.online-btn {
    background: #FF733D;
    color: whitesmoke;
    font-size: 20px;
    box-shadow: 1px 2px 5px #4a4a4a;
    border: solid 1px #ff8732;
    border-radius: 6px;
    padding: 15px 30px;
}

.navbar-default .navbar-nav > li > a {
    text-shadow: 1px 1px 1px #4a4a4a;
}

.top-title {
    z-index: 0;
}
.top-title-gallery {
    height: auto !important;
}
.hp-title {
    padding-bottom: 30px;
    text-shadow: 1px 2px 5px #4a4a4a;
}

@media (max-width: 768px) {
    .navbar-brand > img {
        width: 50px;
    }

    .navbar {
        height: 80px;
    }

    .navbar-default .navbar-toggle {
        margin-top: 25px;
    }

    .hp-title {
        padding-top: 80px;
        padding-bottom: 0;
    }
}

.gallery-container {
    z-index: 999999;
}

.gallery-box {
    width: 100%;
    padding: 1rem;
    height: auto;
}

.gallery-box .waterfall {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pin {
    width: 33%;
    height: 20rem;
    padding: 1rem;
}

.gallery-box img {
    width: 100%;
    padding: 10px;
    background: #ffffff;
}

.pin a {
    padding: 10px;
    width: 100%;
    box-shadow: 0px 1px 3px #d5d5d5;
    height: 100%;
    background: #ffffff;
    display: block;
}

.pin a span {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover !important;
    background-position: center center !important;
}

@media (max-width: 600px) {
    .gallery-box .waterfall {
        justify-content: center;
    }

    .pin {
        width: 100%;
        height: 16rem;
        padding: 1rem;
    }
}
