body {
    width: 100% !important;
    background-image: url(./images/frosted1.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background: #092756;
    color: #fff !important;
    background-attachment: fixed !important;
}

.list-group-item {
    font-size: 1.5rem !important;
    position: relative !important;
    display: block !important;
    padding: 0.75rem 1.25rem !important;
    margin-bottom: 10px !important;
    background-color: #b3d7ff8a !important;
    border: 1px solid rgba(0,0,0,.125) !important;
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
    border-radius: 10px !important;
    -webkit-box-shadow: -3px 4px 5px 1px rgba(0,0,0,0.61) !important;
    box-shadow: -3px 4px 5px 1px rgba(0,0,0,0.61) !important;
}

.list-group-item:first-child {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-radius: 10px !important;
}

.list-group-item:last-child {
    margin-bottom: 0 !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-radius: 10px !important;
}
#bio {
    height: 114px !important;
    border: 1px solid rgba(28, 30, 35, .5) !important;
    /* padding: 25px; */
    background: rgb(0 0 0 / 51%) !important;
    font-size: 13px !important;
    color: #fff !important;
    /* text-shadow: 1px 1px 1px rgb(0 0 0 / 30%); */
    border: 1px solid rgba(0,0,0,0.3) !important;
    border-radius: 10px !important;
    box-shadow: inset 0 -5px 45px rgb(100 100 100 / 20%), 0 1px 1px rgb(255 255 255 / 20%) !important;
    -webkit-transition: box-shadow .5s ease !important;
    -moz-transition: box-shadow .5s ease !important;
    -o-transition: box-shadow .5s ease !important;
    -ms-transition: box-shadow .5s ease !important;
    transition: box-shadow .5s ease !important;
}

footer.footer.text-center {
    background: rgb(28 28 28 / 51%) !important;
    padding: 20px !important;
    margin: 20px !important;
    color: #ffffff !important;
}
.text-muted {
    color: #ffffff !important;
}
footer.footer a {
    color: #9facf1 !important;
    text-decoration: none !important;
    background-color: transparent !important;
}
footer.footer a:hover{
    text-decoration: underline !important;
    color: #9facf1 !important;
}
h1 {
    font-size: 3em;
    font-weight: bold;
    color: #fff!important;
}
a.link-item:hover {
    background-color: white !important;
}