.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 60px;
    background-color: white;
    border-color: #40bae4 !important;
    z-index: 1000;
    text-align: center;
}

.footer-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.footer-sub-container {
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
a:hover {
    color: inherit;
    text-decoration: underline;
}
.nav-item:hover {
    font-weight: bold;
    text-decoration: underline;
}
a {
  color: grey;
}

#atkinsLogo {
  padding-right: 10px;
}

.p-footer {
    font-size: 7pt;
    padding-top: 15px;
    padding-left: 50px;
    padding-right: 50px;
    line-height: 1.5;
}

.footer-sub-container img {
    max-height: 50%;
}

@media (max-width: 767px) {
    .p-footer {
        font-size: 5pt;
        height: 45px;
    }
    .footer-sub-container {
        flex-direction: row;
        justify-content: space-between;
    }
    .footer-sub-container img {
        max-height: 30%;
    }
}

@media (max-width: 532px) {
    .footer-sub-container {
        flex-direction: row;
        justify-content: space-between;
    }

    .p-footer {
        font-size: 4pt;
        padding-left: 25px;
        padding-right: 25px;
    }

    a {
       font-size: x-small;
    }

    .footer-sub-container img {
        max-height: 20%;
    }
}

@media (max-width: 320px) {
    .footer-sub-container {
        flex-direction: row;
        justify-content: space-between;
    }
    .p-footer {
        font-size: 4pt;
        padding-left: 12px;
        padding-right: 12px;
    }
}