html{
    min-height: 100%;
    position: relative;
}

body {
    height: 100%;
    margin: 0 0 100px;
    /* bottom = footer height */
    /* padding: 25px; */
    background-color: #efefef;
}

.logo-img {
    max-width: 50px;
}

.sub-cont {
    margin: 20px;
}

#footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
    overflow: hidden;
    padding: 0 20px;
}

.welcome-container {
    background-image: url("../assets/img/light_creative_night_dark.jpg");
    background-size: cover; /* This will make sure the image covers the entire background */
    background-position: center; /* This will center the image */
    color: white;
    height: 600px;
    margin: 0;
}

.welcome-content {
    padding: 50px;
}

.wc-bottom-right {
    bottom: 0;
    text-align: right;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.card {
    margin: 20px;
    min-width: 300px;
    max-width: 300px;
    box-shadow: 5px 5px 7px grey;
}

.od-design {
    min-width: 300px;
    max-width: 400px;
}

.lm-card {
    width: 100%;
    max-width: none;
}

.sub-card-left {
    width: 50%;
    float: left
}

.sub-card-right {
    width: 50%;
}

.ab-img-sub {
    max-width: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.guest-access input {
    margin-top: 7px;
    margin-bottom: 15px;
    max-width: 500px;
}

/* #c_inv {
    display: none;
} */

.msg-err {
    display: none;
    border: 3px solid #ff8181;
    margin: 20px;
    border-radius: 5px;
}

.msg-err p {
    margin: 10px;
}