body {
    padding-top: 56px;
    background-color:#f9ead8;
}

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

.bg-hero {
    background-color: #0077b3;
    height: 350px;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: 0.25rem;
    border-radius: 0.25rem;
}

.bd-callout h4 {
    margin-bottom: 0.25rem;
}

.bd-callout p:last-child {
    margin-bottom: 0;
}

.bd-callout code {
    border-radius: 0.25rem;
}

.bd-callout+.bd-callout {
    margin-top: -0.25rem;
}

.bd-callout-info {
    border-left-color: #5bc0de;
}

.bd-callout-warning {
    border-left-color: #f0ad4e;
}

.bd-callout-danger {
    border-left-color: #d9534f;
}

.page {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
}

.page_container {
    position: relative;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    margin-left: min(80px, 5vw);
    margin-right: min(80px, 5vw);
    margin-bottom: min(80px, 15vh);
}

.page_title {
    margin-top: 10vh;
    margin-bottom: 10vh;
    width: 100%;
    text-align: center;
}

.page_title>span {
    font-family: Enchantment;
    font-size: 8.46vw;
    font-style: normal;
    font-weight: 650;
    line-height: normal;
    color: #69B1D6;
}

.page_title>p {
    text-align: left;
    margin-top: 35px;
    width: 62%;
    font-family: Enchantment;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #69B1D6;
}

.page_body {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.page_navigator {
    height: 400px;
    width: 15%;
    max-width: 720px;
    min-width: 280px;
    position: sticky;
    top: 15vh;
    line-height: 1.0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    transform: translateX(-10%);
}

.page_navigator>div {
    height: min(3vw, 53px);
    overflow: hidden;
    text-align: left;
    cursor: pointer;
}

.page_navigator>div::before {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.page_navigator>div>span {
    font-family: Enchantment;
    color: #000;
    font-size: min(1.56vw, 25px);
    letter-spacing: 2px;
    vertical-align: left;
    transition: all 0.2s ease-out;
}

.page_navigator>div>span:hover {
    font-size: min(1.6vw, 28px);
    transition: all 0.2s linear;
    color: #0077b3;
}

.page_content {
    padding: 40px min(40px, 5%) 40px;
    margin-right: 0;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    max-width: 1600px;
    border-radius: 20px;

    & p {
        font-size: 1rem;
    }
}

.page_container::after {
    content: '';
    height: 4rem;
    display: block;
    width: 100%;
}

.page_content .page_head {
    width: 100%;
    text-align: left;
    margin: 1px 0 10px;
    font-size: min(2.5rem, 5vw);
    font-weight: 900;
    font-family: Enchantment;
    color: #69B1D6;
}

.page_content ul {
    margin: 0 auto;
    font-size: 1rem;
    margin-bottom: 1rem;

    & li {
        list-style: revert;
    }
}

.sec_title {
    font-family: Enchantment;
    font-size: 1rem;
    font-weight: 700;
}

@media all and (max-width: 1200px) {
    .page_navigator {
        display: none;
    }
}


@font-face {
    font-family: Enchantment;
    src: url(static/Enchantment.ttf);
}

@font-face {
    font-family: SweetDouble;
    src: url(static/SweetDouble.ttf);
}

@font-face {
    font-family: Heldyourhand;
    src: url(static/Heldyourhand.ttf);
}
