html {
    font-size: 14px;
}

body {
    color: #000000;
}

#layout-main-image {
    width: 50vw;
    position: absolute;
    height: 100vh;
    background-image: url(../img/Lisa_web.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

#layout-main-content {
    padding: 2rem;
}

@media (min-width: 992px) {
    #layout-main-content {
        width: 50vw;
        position: absolute;
        height: 100vh;
        left: 50vw;
        overflow-y: auto;
        overflow-x: hidden;
    }

}


label {
    font-weight: 500;
}

.card-header {
    background: none;
    border: none;
    padding-left: 0;
    padding-right: 0;
}

.card {
    border: none;

}

a {
    color: inherit;
}

a:hover, a:focus, a:active, a:focus:active {
    color: inherit;
    text-decoration: none;
}

.card-body {
    border: none;
    padding-left: 0;
    padding-right: 0;
}

#page-footer-nav {
    padding: 0;
    margin: 0;
    font-weight: 500;
    list-style-type: none;
    font-size: 0.8rem;

}

#page-footer-nav li {
    display: inline-block;
    padding: 0 .5rem .5rem 0 ;
}

#page-footer-nav li a {
    font-weight: normal;
    text-decoration: none;
}