
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;600&display=swap');

body
{
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    font-family: 'Poppins', sans-serif;
}

ul.no-bullets {
    list-style-type: none;
    padding: 0;
    margin-left: 70px;
}
ul.no-bullets li {
    margin-top: 10px;
}
ul.bullets {
    list-style-type: disc;
    padding: 0;
    margin-left: 70px;
}
ul.bullets li {
    margin-top: 10px;
}
ol.ordered-list {
    padding: 0;
    margin-left: 70px;
}
ol.ordered-list li {
    margin-top: 10px;
}

h1
{
    font-size: 34px;
    line-height: 40px;
}

h1
{
    margin-top: 40px;
    padding-top: 30px;
    margin-bottom: 20px;
}
h2
{
    margin-bottom: 20px;
}
p.strong-text
{
    font-weight: bold;
}

.highlight-bold
{
    font-weight: bold;
}

blockquote {
    display: block;
    border-left: 5px solid #000000;
    padding-left: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 0px;
}

section
{
    margin-top: 100px;
}

hr.chap1
{
    margin-bottom: 40px;
    border: 5px solid #132048;
}
hr.chap2
{
    margin-bottom: 40px;
    border: 5px solid #a42036;
}
hr.chap3
{
    margin-bottom: 40px;
    border: 5px solid #b68d2e;
}
hr.chap4
{
    margin-bottom: 40px;
    border: 5px solid #75246c;
}
hr.chap5
{
    margin-bottom: 40px;
    border: 5px solid #1d988c;
}
hr.chap6
{
    margin-bottom: 40px;
    border: 5px solid #406dab;
}
hr.chap7
{
    margin-bottom: 40px;
    border: 5px solid #03793e;
}
hr.end{
    margin-top: 150px;
    margin-bottom: 40px;
    border: 5px solid #000000;
}

.awaiting-content
{
    height: 200px;
    width: 100%;
    background-color: #e1e1e1;
    vertical-align: center;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.awaiting-content p {
    text-align: center;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


@media only screen and (max-width:800px) {
    body
    {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    ul.no-bullets {
        list-style-type: none;
        padding: 0;
        margin-left: 30px;
    }

    ul.bullets {
        list-style-type: disc;
        padding: 0;
        margin-left: 30px;
    }

    ol.ordered-list {
        padding: 0;
        margin-left: 30px;
    }
}