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

.body .body-header .img-container
{
    max-height: 500px;
}

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

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

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

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

.body .body-body .section.description .contact-details .contact-row
{
    margin-bottom: 0.5rem;
}

.body .body-body .section.description .contact-details .contact-row .img-element
{
    display: inline-block;
}

.body .body-body .section.description .contact-details a .icon
{
    width: 1.5rem;
    margin-right: 0.5rem;
    vertical-align: top;
    transition: 0.25s fill ease-in-out;
}

.body .body-body .section.description .contact-details a .icon.phone
{
    height: 1.5rem;
}

.body .body-body .section.description .contact-details a:hover .icon
{
    fill: #a3a1a1;
}

.body .body-body .section.description .contact-details a h5
{
    margin: 0;
    display: inline-block;
    vertical-align: bottom;
    transition: 0.25s color ease-in-out;
}

.body .body-body .section.description .contact-details a:hover h5
{
    color: #a3a1a1;
}

@media (max-width: 467px)
{
    .body .body-body .section.description .contact-details a h5
    {
        font-size: 1rem;
    }

    .body .body-body .section.description .contact-details a .icon
    {
        width: 1rem;
        height: 1.5rem;
        margin-right: 0.25rem;
    }
}

/* ---------------------------------------------------------------------------------------------------------------- */
/* |                                            CONTACT FORM SECTION                                              | */
/* ---------------------------------------------------------------------------------------------------------------- */

.body .body-body .section.description .contact-form .invalid-feedback,
.body .body-body .section.description .contact-form .form-check-label
{
    font-family: Advent Pro;
    letter-spacing: initial;
}

@media (max-width: 768px)
{
    .body .body-body .section.description .contact-form .form-field button
    {
        width: 100%;
    }
}