/* ---------------------------------------------------------------------------------------------------------------- */
/* |                                                  HEADER                                                      | */
/* ---------------------------------------------------------------------------------------------------------------- */

@media (max-width: 768px)
{
    .body .body-header .img-container
    {
        margin-top: 2rem;
        height: 400px;
    }
}

@media (max-width: 576px)
{
    .body .body-header .img-container
    {
        margin-top: 2rem;
        height: 300px;
    }
}

/* ---------------------------------------------------------------------------------------------------------------- */
/* |                                                  BODY                                                        | */
/* ---------------------------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------------------------- */
/* |                                            DESCRIPTION SECTION                                               | */
/* ---------------------------------------------------------------------------------------------------------------- */

.section.description
{
    margin: 3rem auto;
    margin-bottom: 1rem;
}

.section.description p
{
    text-align: justify;
    font-family: Advent Pro;
    letter-spacing: initial;
    line-height: 2rem;
    font-size: 1.25rem;
}

@media (max-width: 1000px)
{
    .section.description p
    {
        line-height: 1.75rem;
        font-size: 1.1rem;
    }
}

@media (max-width: 767px)
{
    .section.description .section-title
    {
        text-align: center;
    }

    .section.description p
    {
        line-height: 1.75rem;
        font-size: 1.1rem;
        margin-bottom: 2rem;
    }
}

/* ---------------------------------------------------------------------------------------------------------------- */
/* |                                               SERVICES SECTION                                               | */
/* ---------------------------------------------------------------------------------------------------------------- */

.section.services
{
    margin-bottom: 3rem;
}

.section.services .section-buttons
{
    margin-top: 1rem;
}

.section.services .section-buttons a
{
    margin-left: 0.5rem;
}

.section.services .section-buttons a:first-child
{
    margin-left: 0;
}

@media (max-width: 767px)
{
    .section.services .section-title
    {
        text-align: center;
    }

    .section.services .section-buttons a
    {
        margin-left: 0;
        font-size: 1.5rem;
        margin-top: 0.75rem;
        display: block;
    }
}

/* ---------------------------------------------------------------------------------------------------------------- */
/* |                                           IMAGE MODAL GALLERY                                                | */
/* ---------------------------------------------------------------------------------------------------------------- */

.image-modal-gallery
{
    border-top: 0.25rem solid #937631;
    border-bottom: 0.25rem solid #937631;
}

.image-modal-gallery .grid .row div:nth-child(6)
{
    display: none;
}

@media (max-width: 1399px)
{
    .image-modal-gallery .grid .row div:nth-child(5)
    {
        display: none;
    }
}

@media (max-width: 767px)
{
    .image-modal-gallery .grid .row div:nth-child(5),
    .image-modal-gallery .grid .row div:nth-child(6)
    {
        display: block;
    }
}