body {
    background-color: #f6f7fb;
}

p {
    font-size: 1.1rem;
    margin-bottom: 0.5rem !important;
}

.document-preview-text {
    max-height: 300px;
    overflow-y: auto;
    margin-top: 15px;
}

.pdf-menu {
    position: fixed;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#direct-pdf-iframe {
    width: 95%;
    height: 100vh;
}

@media screen and (max-width: 768px) {
    .extra-paragraph p {
        font-size: smaller;
    }

    #direct-pdf-iframe {
        width: 100%;
        height: 70vh;
    }
}

@media screen and (max-width: 992px) {
    .col-xl-8 {
        padding: 0px;
    }
}

@media screen and (min-width : 1200px) {
    .pdf-menu {
        left: 38% !important;
    }
}

@media screen and (max-width: 1400px) {
    .page-container {
        overflow: auto !important;
    }
}



/* Custom Headers */
.c_h1 {
    font-size: 1.8rem !important;
    font-weight: bold;
}

.c_h2 {
    font-size: 1.5rem !important;
    font-weight: bold;
}

.c_h3 {
    font-size: 1.25rem !important;
    font-weight: bold;
}

.c_h4 {
    font-size: 1rem !important;
    font-weight: bold;
}