body { padding-top: 56px; background-color: #0f0e23; color: #f0f1ec;}
.left-aligned { margin-left: auto; }
.bg-dark { background-color: #100424ff !important; }
.bg-hero { background-color: #1f1333ff; }
.bxx { background-color: #241838ff; }
.glow { color: #f0f1ec; }
a:link,a:visited{ color: #f0f1ec; }
a:hover{ color: #eaebd6; }
p {max-width: 95%;}
.sidemenu {
    overflow: auto;
    width: 110%;
}
.list-group-item {
    background-color: transparent !important;
}
.col-lg-4 {
    width: 25%;
}

/* CALLOUT */
.bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:.25rem }
.bd-callout h4 { margin-bottom:.25rem }
.bd-callout p:last-child { margin-bottom:0 }
.bd-callout code { border-radius:.25rem }
.bd-callout+.bd-callout { margin-top:-.25rem }
.bd-callout-info { border-left-color:#5bc0de }
.bd-callout-warning { border-left-color:#f0ad4e }
.bd-callout-danger { border-left-color:#d9534f }

/* footer */
footer a { color: white; font-weight: bold; text-decoration: none; }
footer a:hover { color: white; text-decoration: underline; }

.cover{
    display: flex !important;
    }
    
    .cover img{ 
    min-width: 100% !important;
    max-width: 100 !important;
    width: 100%;
    }