@media (max-width: 768px) {
    #left-pane {
        display: none;
    }

    .col-md-9 .row {
        display: flex;
        flex-wrap: wrap;
    }

    .col-md-9 .row > .col-md-*,
    .col-md-9 .row > .col-lg-* {
        flex: 1 0 100%;
    }

    h1, h2, h3, h4, h5, h6 {
        font-size: 100%; /* Adjust the percentage as needed */
		color:indigo;
    }
}
