.mpContainer {
    width: 100% !important;
    max-width: unset !important;
    margin: unset !important;
    padding: unset !important;
}

.mb-5 {
    margin-bottom: 0 !important;
}

.source-container {
    border-color: var(--palette-purple);
}

.page-header, footer.footer-beige, .footer {
    background-color: #d1bad6;
    border: 6px solid #d1bad6;
    width: 100%;
}

.pdfButton {
    background-color: #d1bad6;
    color: black;
    font-weight: bold;
    text-decoration: none !important;
    text-align: center;
    display: block;
    margin: auto;

}

a {
    color: var(--palette-purple);
}

a:hover {
    color: #d1bad6;
}

.pdfButton:hover {
    background-color: var(--palette-purple);
    color: white;
}

.pdfButton.active {
    background-color: var(--palette-purple);
    color: white;
}

.tabbar {
    background-color: #d1bad6;
    border: unset;
    border-top: var(--palette-purple) 0.1rem solid;
    border-bottom: var(--palette-purple) 0.1rem solid;
}

.tab + .tab {
    border-left: solid 1px var(--palette-purple);
}

.tab {
    background-color: #d1bad6;
    color: black;
    font-weight: bold;
    text-decoration: none !important;
    text-align: center;
}

.tab:hover {
    background-color: var(--palette-purple);
    color: white !important;
}
.tabtext {
    padding: 1rem;
    overflow-wrap: break-word;
}
.last{
    margin-bottom: 50px;
}
.pillar-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.pillarimg {
    width: 40%;
    padding: 1rem;
}
.pillartext{
    width:60%;
    padding: 1rem;
}
#overViewImg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60%;
    margin: auto;
}

.center-pic {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin:auto;
}
.hori-pic {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin:auto;
}
.vertical-pic-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin:auto;
}
.vertical-pic {
    display: flex;
    padding: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40%;
    margin:auto;
}
.vertical-pic-text {
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin:auto;
}
.tab.active {
    background-color: var(--palette-purple);
    color: white !important;
}

.title {
    font-family: "multicolore", sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0;
    border-bottom: var(--palette-purple) 0.2rem solid;
    display: block;
    width: 100%;
    padding: 1rem;
    padding-top: 2rem;
    text-align: left;
}
.subtitle {
    font-family: "multicolore", sans-serif;
    font-weight: bold;
    font-size: 1rem;
    margin: 0;
    border-bottom: var(--palette-purple) 0.1rem solid;
    display: block;
    width: 100%;
    padding: 1rem;
    padding-top: 2rem;
    text-align: left;
}
.quote {
    font-family: "myriad-pro-semiextended", sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0;
    display: block;
    width: 100%;
    padding: 1rem;
    padding-top: 2rem;
    text-align: left;
}
.collapsible-text-header {
    background-color: #d1bad6;
    border: 6px solid var(--palette-purple);
    border-radius: 1rem;

}

/* Nice latex table style */

table {
    border-collapse: collapse;
    border: 1px solid black;
    width: 80%;
    margin: auto;
    font-size: smaller;
}

th, td {
    border: 1px solid black;
    padding: 0.5rem;
    text-align: left;
    width: fit-content;
}

tr:nth-child(even) {
    background-color: #d1bad6;

}

#equations {
    margin: 0.2rem;
    width: 100%;
    overflow-x: scroll;
}

.equation {
 padding: 0.2rem;
}

#table {
    margin-bottom: 1rem;
}
.sidebysidepic {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding: 1rem;
}

/* Defining for mobile*/
@media only screen and (max-device-width: 768px) {
    .pageImg {
        width: 100% !important;
    }

    div {
        margin: auto !important;
        float: unset !important;
    }

    .imgDiv {
        margin: auto !important;
    }

    .math {
        overflow-x: auto !important;
    }
    .vertical-pic{
        width: 100% !important;
    }
    .vertical-pic-text{
        width: 100% !important;
    }
    .vertical-pic-wrapper{
        flex-direction: column !important;
    }
    .center-pic{
        width: 100% !important;
    }
    .hori-pic {
        flex-direction: column;
    }
    .tabletab{
        width: 140% !important;
        margin-left: -20% !important;
        word-wrap: anywhere !important;
    }
    .pillar-container{
        flex-direction: column !important;
    }
    .pillarimg{
        width: 100% !important;
    }
    .pillartext{
        width: 100% !important;
    }
        .rowreverse {
        flex-direction: column-reverse !important;
    }
        .sidebysidepic {
            flex-direction: column !important;
        }

}

