html {
    font-size: 14px;
}

html, body {
    height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

a {
    text-decoration: none;
}

.navbar {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.navbar-brand {
    transition: 0.5s ease-in-out;
    border-bottom: 2px solid #ffffff;
}

    .navbar-brand:hover {
        border-bottom: 2px solid #8fd7ed;
    }

#cardHolder {
    display: inherit;
}

#chAnchor {
    text-align: center;
    font-size: 18pt;
}

#linkLayout:first-child {
    margin-top: 10px;
}

#linkLayout {
    box-shadow: 0px 0px 20px #cccccc;
    border-radius: 13px;
    font-size: 18pt;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-top: 30px;
}

    #linkLayout h2 {
        text-align: center;
        font-weight: 300;
    }

    #linkLayout ul {
        list-style-type: none;
        padding-left: 20px;
        margin-bottom: 0;
    }

    #linkLayout a:hover {
        color: #0027b3;
    }

    #linkLayout li {
        width: fit-content;
        transition: 0.5s ease-in-out;
        border-bottom: 2px solid #ffffff;
    }

        #linkLayout li:hover {
            border-bottom: 2px solid #8fd7ed;
        }

#bottomLogo {
    width: fit-content;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}

.footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    line-height: 60px;
    background: #0027b3; /* #898989 */
    color: #ffffff !important;
}

    .footer a {
        color: #8fd7ed !important;
        transition: 0.5s ease-in-out;
        border-bottom: 2px solid #0027b3;
    }

        .footer a:hover {
            border-bottom: 2px solid #8fd7ed;
        }
