body {
   	background-color: #272e44;
	background-image: url(../images/bg.png);
	background-size: contain;
	background-repeat-y: repeat;
	background-repeat-x: no-repeat;
}

.fa-circle-xmark {
	color: red;
}

.fa-triangle-exclamation {
	color: orange;
}

.fa-check-double {
	color: cyan;
}

.fa-circle-check {
	color: green;
}

h1 {
    margin-bottom: 30px !important;
}
footer {
    content: "© Big Daddy Scripts - a division of I CAN MAKE THAT, INC" !important;
    background: #1e1e1e;
    padding-bottom: 15px;
    position: absolute !important;
    margin-bottom: 0;
    position: static !important;
}

blockquote p:first-of-type {
    font-size: 22px; 
    font-weight: bold;
}


.navbar-brand {
    font-size: 0 !important;
    line-height: 0 !important;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.navbar-brand::before {
    content: "";
    display: inline-block;
    width: 183px;       /* logo width */
    height: 52px;       /* logo height */
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    line-height: normal;
}

.navbar {
	background-color:#1c1c1e !important;
}

table td, table th {
	border: 1px solid rgba(255, 255, 255, 0.15) !important;
	padding: 3px;
}

table a:link, table a:visited, table a:hover, table a:active { 
	color: #ff8400 !important;
	text-decoration: none !important;
}

table th {
  position: sticky;
  top: 67px;            /* sticks to the top of the scrolling container */
  background: #000;
  z-index: 5;        /* stays above table rows */
}

blockquote {
    padding: 1rem 1rem;
    background-color: #eceff1;
    border-left: 10px solid #607d8b;
    border-radius: .5rem;
    margin: 1rem 0;
    position: relative
}

blockquote {
    background-color: #263238
}

blockquote:before {
    display: inline-block;
    font: normal normal normal 24px/1 Material Design Icons,sans-serif;
    position: absolute;
    margin-top: -12px;
    top: 50%;
    left: -38px;
    color: hsla(0,0%,100%,.7);
    --content: "ℹ️"
}

blockquote>p:first-child .emoji {
    margin-right: .5rem
}

blockquote.valign-center>p {
    -js-display: flex;
    display: flex;
    align-items: center
}

blockquote, blockquote.is-info {
    background-color: #e3f2fd;
    border-color: #64b5f6;
    color: #0d47a1
}
xblockquote.is-info:before {
    content: "ℹ️"
}

blockquote.is-info code:not([class^=language-]) {
    background-color: #e3f2fd;
    color: #1565c0
}

blockquote.is-info {
    background-color: #0d47a1;
    color: #e3f2fd;
    border-color: #2196f3
}

blockquote.is-warning {
    background-color: #fff3e0;
    border-color: #ffb74d;
    color: #b33f00
}

xblockquote.is-warning:before {
    content: "⚠️"
}

blockquote.is-warning code:not([class^=language-]) {
    background-color: #fff3e0;
    color: #ef6c00
}

blockquote.is-warning {
    background-color: #cd4800;
    color: #ffe0b2;
    border-color: #ff9800;
    box-shadow: 0 0 2px 0 #212121
}

blockquote.is-danger {
    background-color: #ffebee;
    border-color: #e57373;
    color: #b71c1c
}

xblockquote.is-danger:before {
    content: "⛔"
}

blockquote.is-danger code:not([class^=language-]) {
    background-color: #ffebee;
    color: #c62828
}

blockquote.is-danger {
    background-color: #b71c1c;
    color: #ffcdd2;
    border-color: #f44336
}

blockquote.is-success {
    background-color: #e8f5e9;
    border-color: #81c784;
    color: #1b5e20
}

xblockquote.is-success:before {
    content: "✅"
}

blockquote.is-success code:not([class^=language-]) {
    background-color: #e8f5e9;
    color: #2e7d32
}

blockquote.is-success {
    background-color: #1b5e20;
    color: #e8f5e9;
    border-color: #4caf50
}



ul.links-list {
    padding-left: 0;
    list-style-type: none;
    padding-top: 1rem;
    width: 100%;
}

ol.links-list li, ul.links-list li {
    background-color: #000000;
    background-image: linear-gradient(180deg, #2e2e2e, #212121);
    border-right: 1px solid #212121;
    border-bottom: 1px solid #212121;
    border-left: 5px solid #616161;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .1);
}

ul.links-list li {
    background-color: #000000;
    background-image: linear-gradient(180deg, #2e2e2e, #212121);
    border-right: 1px solid #212121;
    border-bottom: 1px solid #212121;
    border-left: 5px solid #616161;
    box-shadow: 0 3px 8px 0 rgba(116, 129, 141, .1);
    padding: 1rem;
    border-radius: 5px;
    font-weight: 500;
    margin-bottom: 5px;
}

ul.links-list li a {
    display:block;
    font-size: 20px;
}

ul.links-list>li {
    position: relative;
}

h1 {
    font-size: 33px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 23px;
}