body {
    padding-top: 56px;
}

.left-aligned {
    margin-left: auto;
}

.bg-dark {
    background-color: #343a40 !important;
}

.bg-hero {
    background-color: #45b06cff;
}

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

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.full-width {
    width: 100%;
}

.text-indent {
    padding-left: 2em;
}

.main section {

    font-weight: 400;
    font-size: 16px;
    color: #FEFCFC;
}

section h1:not(:first-child) {
    margin-top: 30px;
}

section h1 {
    font-weight: bold;
    font-size: 30px;
    text-align: left;
    color: #72fed4;
}


h2 {
    font-size: 24px;
    margin-top: 12px;
    text-align: left;
}

h3 {
    font-size: 18px;
    margin-top: 8px;
    text-align: left;
}

h4 {
    font-size: 16px;
    margin-top: 8px;
}

section img {
    margin-bottom: 10px;
}

table {
    margin-bottom: 20px;
}

.text-center {
    text-align: center;
}

table p {
    margin: 4px 0
}

section img.center {
    display: block;
    margin: 0 auto;
}

.main section .ct {
    text-align: center;
    margin: 10px 0 20px;
    font-size: 14px;
}

/* Outline section styles - only indentation */
.outline-level1 {
    padding-left: 0;
}

.outline-level2 {
    padding-left: 20px;
}

.outline-level3 {
    padding-left: 40px;
}

section .bold-title {
    font-size: 22px;
    font-weight: bold;
}

section {
    text-align: justify;
}

body {
    font-family: 'Times New Roman';
}