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

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

.gallery-block.compact-gallery .item {
    overflow: hidden;
    margin-bottom: 0;
    background: black;
    opacity: 1;
}

.contactForm{
    padding: 10px;
}

.pagination{
    padding: 20px;;
}

.gallery-block.compact-gallery .item .image {
    transition: 0.8s ease;
}

.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: #fff;
    padding: 10px;
    font-size: 17px;
    line-height: 18px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 1;
    color: #fff;
    transition: 0.8s ease;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.39));
}

#closeButton {
    position: absolute;
    top: 0;
    right: 10;
}

.img-responsive {
    width: 100%;
}

.parallax {
    background-image: url("images/bridge-918575_1920.jpg");
    position: relative;
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blockquote-custom {
    position: relative;
    font-size: 1.1rem;
}

.blockquote-custom-icon {
    width: 60px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -25px;
    left: 50px;
}


.message {
    position: absolute;
    margin: auto;
    border-radius: 10px;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-transform: capitalize;
    padding-top: 25px;
}


.container {
    padding: 0;
    -webkit-box-shadow: 1px 7px 13px 1px rgba(89, 87, 89, 0.84);
    -moz-box-shadow: 1px 7px 13px 1px rgba(89, 87, 89, 0.84);
    box-shadow: 1px 7px 13px 1px rgba(89, 87, 89, 0.84);
}

.section {
    text-align: center;
}

.logo {
    font-size: 30px;
}

.list-unstyled {
    padding-top: 20px;
}

.login-form {
    width: 450px;
    margin: 0px auto;
}

.login-form form {
    background: #f7f7f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
}

.login-form h2 {
    margin: 0 0 15px;
}

.form-control,
.btn {
    min-height: 38px;
    border-radius: 2px;
}

.input-group-addon .fa {
    font-size: 18px;
}

.btn {
    font-size: 15px;
    font-weight: bold;
}

.bottom-action {
    font-size: 14px;
}

footer a {
    font-size: 25px;
    padding: 20px;
}

.page-footer {
    background-color: #212121;
    color: aliceblue;
}

.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: 300;
}

@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;
    }
}

/*Medium devices */
@media (min-width: 768px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    /* .pagination{
        display: contents;
    } */
}

/*Large devices*/
@media (min-width: 992px) {
    .container {
        width: 90%;
        max-width: 90%;
    }
}

/*Extra large devices*/
@media (min-width: 1200px) {
    .container {
        width: 85%;
        max-width: 85%;
    }
}
