p, ul, li, a {
    font-weight: 300;
}

h3 a {
    font-weight: 500;
}

.navbar-custom {
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}

.container {
    position: relative;
    background-color: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    border-radius: 5px;
    z-index: 2;
    padding-left: 5rem !important;
    padding-right: 5rem !important;

}

.bg-fullscreen {
    background-image: url("");
    background-size: cover;
    height: 100vh;
    position: relative;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

body::after, .bg-fullscreen:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .3;
    z-index: 1; 
}

.card {
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    width: 225px;

}

.card-body {
    padding: 0.75rem 1.25rem;
}

footer {
    font-size: 0.75rem; 
    text-align: center;
    padding: 1.5rem;
}

@media screen and (max-width: 480px) {
    .container {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }



}