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

.body-header .img-container .img-background
{
    background-color: rgba(0, 0, 0, 0.5);
    filter: grayscale(75%);
}

.body-header h1
{
    font-size: 3.5rem;
}

.body-header .contact-details
{
    flex-flow: nowrap;
}

.body-header .contact-details h5
{
    padding-left: 1rem;
    margin: 0;

    color: white;
    transition: 0.25s color ease-in-out;
}

.body-header .contact-details .row:hover h5
{
    color: #a3a1a1;
}

.body-header .contact-details .icon
{
    width: 1.85rem;
    height: 1.85rem;

    fill: white;
    transition: 0.25s fill ease-in-out;
}

.body-header .contact-details .row:hover .icon
{
    fill: #a3a1a1;
}

.body-header .contact-details .icon.phone
{
    width: 1.5rem;
    height: 1.5rem;
}

.body-header .contact-details .row:last-child
{
    margin-top: 0.5rem;
}

.body-header .contact-details .row .col
{
    margin: auto;
}

.body-header .btn
{
    margin-right: 1rem !important;
}

@media (max-width: 767px)
{
    .body-header h1
    {
        font-size: 3rem;
    }

    .body-header .button
    {
        padding: 0.5rem 2.5rem;
        padding-bottom: 0.35rem;
        padding-right: 2.3rem;
        font-size: 2rem;
    }
}

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

    .body-header .contact-details .icon
    {
        width: 1.5rem;
        height: 1.5rem;
    }
    
    .body-header .contact-details .icon.phone
    {
        width: 1.3rem;
        height: 1.3rem;
    }
}

@media (max-width: 450px)
{
    .body-header .img-container h1
    {
        font-size: 2.5rem;
    }
}

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

.content
{
    margin: 3rem auto;
}

.content .description-column
{
    margin-left: 2rem;
    display: table-cell;
}

.content .description-column .description-container
{
    display: table-cell;
    vertical-align: middle;
}

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

.content .description-column .description-container a:last-child
{
    margin-left: 0.5rem;
}

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

@media (max-width: 767px)
{
    .content .description-column
    {
        margin-left: 0;
        width: 100%;
        margin-top: 2rem;
    }

    .content .description-column .description-container h1
    {
        text-align: center;
    }

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

    .content .description-column .description-container a
    {
        font-size: 1.5rem;
        margin-top: 0.75rem;
        display: block;
    }

    .content .description-column .description-container a:last-child
    {
        margin-top: 1rem;
        margin-left: 0;
    }
}

/* ---------------------------------------------------------------------------------------------------------------- */
/* |                                                TIMETABLE                                                     | */
/* ---------------------------------------------------------------------------------------------------------------- */

.content .timetable-column
{
    text-align: center;
    margin-top: 0.5rem;
    margin-right: 2rem;
    margin-left: 1rem;
}

.content .timetable-column h2,
.content .timetable-column h3,
.content .timetable-column p
{
    margin: 0;
}

.content .timetable-column .timetable-header
{
    padding: 1rem 0;
    background-color: #363e42;
    color: white;
}

.content .timetable-column .timetable-row
{
    padding: 0.5rem 0;
    flex-flow: column;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

@media (max-width: 1000px)
{
    .content .timetable-column
    {
        margin-right: 0.5rem;
    }
}

@media (max-width: 767px)
{
    .content .timetable-column
    {
        margin: 0;
        width: 100%;
        padding: 0 0.5rem;
    }

    .content .timetable-column h3
    {
        font-size: 1.5rem;
    }

    .content .timetable-column p
    {
        font-size: 1rem;
    }

    .content .timetable-column .timetable-header
    {
        padding: 0.5rem 0;
    }

    .content .content-row
    {
        flex-flow: column;
    }
}

/* ---------------------------------------------------------------------------------------------------------------- */
/* |                                           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;
    }
}