/*
 * footer.css — Green River College SDEV
 * Recreated from devs.greenrivertech.net/css/footer.css
 */

body {
    position: relative;
    min-height: 100vh;
}

.page-footer {
    background-color: #1d2023;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

.fa { color: white; }

.page-footer h5 { font-size: 20px; }

.page-footer p { color: green; }

.font-weight-bold { color: green; }

.page-footer a {
    color: white;
    font-size: 18px;
}

.page-footer a:hover { color: #53ff0c; }

.page-footer i:hover { color: red; }

@media (min-width: 768px) {
    /* tablet and up — footer sits at bottom naturally with flex layout */
}
