body { padding-top: 56px; }
.left-aligned { margin-left: auto; }
.bg-dark { background-color: #03c8ff !important; }
.bg-hero { background-color: rgb(12, 38, 231); }

/* 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: 1.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; }  

.hero-image {
  background-image: url("https://media.discordapp.net/attachments/1283439023305523271/1374381325816954920/a4PEqCd--mFh8uN0EV_AVnv9Mwqgoe2vM8oXtfz--jhkebzWkilrltaO8CFlXv3Blppp4k-c1Z7LEDsiftii4VLW7M-nr6hIwbGG_FrxwdXhHPBZo1MKfcNCxtJKoq51xAh2AHW9CuJpjcZkdjt2j3yX8vHZ3weIek55_ClnaZ5nttKhePotI9inSASs3C8tYyPokhN-.png?ex=6843989a&is=6842471a&hm=b8fee07904e13733fcdec92cbbb9e6397f1f366c2f953a8758b529c4f1e0da53");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  padding-top: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}


