* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
}

.logo {
    z-index: 150;
    height: 50px;
    left: 50px;
    position: absolute;
    top: 10px;
}

.footer-img {
    left: 20px;
}

.home {
    background-color: #333;
}

nav {
    background: #eb5757;
    height: 70px;
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 100;
}

nav ul {
    float: right;
    margin-right: 20px;
}

nav ul li {
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}

nav ul li a {
    text-decoration: none;
    position: relative;
    top: 0px;
    color: white;
    font-size: 17px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
    font-style: normal;
}

.lightbox:hover {
    background: transparent;
    border-radius: 5px;
    transition: .5s;
}

.gallery-block .container000 {
    padding: 30px 30px 0px 30px;
    width: 100%;
    height: auto;
}

.gallery-block {
    padding-bottom: 60px;
    padding-top: 60px;
}

.heading h2 {
    z-index: 80;
    position: relative;
    margin-left: 0;
    left: 35%;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 30px;
    top: 80px;
}


/*
.gallery-block .heading {
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block .heading h2 {
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}
*/

.footer-img {
    height: 50px;
}

.gallery-block.compact-gallery .item {
    overflow: hidden;
    margin-bottom: 0;
    background: #fff;
    opacity: 1;
    padding: 8px 8px 8px 8px;
}

.gallery-block.compact-gallery .item .image {
    transition: 0.8s ease;
    border-radius: 5%;
    padding: 5px;
    width: 100%;
    border: 3px solid #333;
    height: 100%;
}

.gallery-block.compact-gallery .item:hover {
    border: 2px solid#000;
    border-radius: 10px;
}

.gallery-block.compact-gallery .item .info {
    position: relative;
    display: inline-block;
}

.gallery-block.compact-gallery .item .description {
    display: grid;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #333;
    padding: 10px;
    font-size: 20px;
    line-height: 18px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 15px;
    opacity: 2;
    transition: 0.8s ease;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, transparent, #bfbfbf);
}

.gallery-block.compact-gallery .item .description .description-heading {
    font-size: 1em;
    font-weight: bold;
}

.gallery-block.compact-gallery .item .description .description-body {
    font-size: 0.8em;
    margin-top: 10px;
    font-weight: 500;
}

@media (min-width: 576px) {
    .gallery-block.compact-gallery .item .description {
        opacity: 0;
    }
    .gallery-block.compact-gallery .item a:hover .description {
        opacity: 1;
    }
    .gallery-block .zoom-on-hover:hover .image {
        transform: scale(1.3);
        opacity: 0.7;
    }
}

@media screen and (max-width:950px) {
    .footer {
        height: 200px;
    }
    .small.footer-small {
        font-size: 12px;
    }
    .footer-bottom-wrapper {
        margin-top: 30px;
    }
}

@media screen and (max-width:885px) {
    .heading h2 {
        left: 30%;
    }
}

@media screen and (max-width:767px) {
    .gallery-block.compact-gallery .item .image {
        width: 90%;
        height: 80%;
        margin-left: 35px;
        border-radius: 40px;
    }
    .footer-img {
        height: 45px;
    }
    .gallery-block.compact-gallery .item .description {
        width: 100%;
        height: 50%;
        display: grid;
    }
    .gallery-block.compact-gallery .item:hover {
        height: 100%;
        width: 100%;
    }
    .heading h2 {
        left: 25%;
    }
}

@media screen and (max-width:575px) {
    .gallery-block.compact-gallery .item .description {
        width: 85%;
        height: 30%;
        top: 65%;
        margin-left: 48px;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }
    .gallery-block.compact-gallery .item .description .description-body {
        display: none;
    }
    .gallery-block.compact-gallery .item .description .description-heading {
        margin-top: 20px;
    }
    .gallery-block.compact-gallery .item .image {
        width: 90%;
        height: 100%;
        margin-left: 35px;
        border-radius: 40px;
    }
    .logo {
        left: 30px;
        top: 20px;
        height: 40px;
    }
    .gallery {
        display: none;
    }
    .home {
        font-size: 15px;
        top: 0px;
        left: 30px;
    }
    a {
        height: 40px;
    }
}

@media screen and (max-width:440px) {
    .gallery-block.compact-gallery .item .description .description-heading {
        display: none;
    }
    .heading h2 {
        left: 20%;
        font-size: 25px;
    }
    .gallery-block.compact-gallery .item .description {
        display: none;
    }
}

@media screen and (max-width:375px) {
    .gallery-block.compact-gallery .item .image {
        margin-left: 25px;
    }
    .heading h2 {
        left: 20%;
        font-size: 20px;
    }
    .logo {
        left: 20px;
        top: 30px;
        height: 30px;
    }
    .home {
        font-size: 10px;
        top: 0px;
        left: 30px;
    }
    a {
        height: 30px;
    }
}