/*  ====================================================================================================
    "footer" section element
    ==================================================================================================== */

section.footer {
    min-height: 75px;
    border-top: 2px solid;
    background-color: var(--blackDark);
}

/* ---------------------------------------------------------------------------------------------------- */

section.footer .content {
    display: flex;
    padding: 10px 0 5px;
    align-items: center;
    justify-content: space-between;
}

/*  ====================================================================================================
    "text" part
    ==================================================================================================== */

section.footer .content > .text {
    text-align: center;
}

/* ---------------------------------------------------------------------------------------------------- */

section.footer .content > .text .develop-by {
    font-size: 15px;
    margin-bottom: 10px;
}

/* ---------------------------------------------------------------------------------------------------- */

section.footer .content > .text .develop-by a:first-child {
    color: var(--red);
}

/* ---------------------------------------------------------------------------------------------------- */

section.footer .content > .text .develop-by a:last-child {
    color: var(--blue);
}

/* ---------------------------------------------------------------------------------------------------- */

section.footer .content > .text .develop-by a:hover {
    color: var(--white);
}

/* ---------------------------------------------------------------------------------------------------- */

section.footer .content > .text .website-created b {
    color: var(--yellow);
}

/*  ====================================================================================================
    "college logo" & "university logo" parts
    ==================================================================================================== */

section.footer .content .university-logo,
section.footer .content .college-logo {
    height: 60px;
}