* {
    font-family: "Open Sans", sans-serif;
}

body {
    background-color: rgb(247, 247, 247);
}

header,
footer {
    width: 100%;
    background-color: #750f35;
    min-height: 10vh;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.8em;
    padding: 0.2em;
}

.master-control {
    background-color: #556e7d !important;
    padding: 0 5px;
    border: 1px solid #556e7d !important;
}

.ra-master {
    overflow: hidden;
    box-shadow: 0px 0px 14px -1px gray;
    border: 0.5px solid gray !important;
}

.page {
    margin: 0 !important;
    padding: 0 !important;
}

.page>section {
    padding: 10px;
    border-bottom: 1px solid #556e7d;
}

.title {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    color: #556e7d;
    font-weight: bolder;
}

.plan-title {
    font-size: clamp(15px, 2vw, 25px);
}

.goals-title {
    font-size: clamp(15px, 1.3vw, 18px);
}

.goals-objs {
    display: flex;
    flex-wrap: wrap;
}

.goals-item {
    font-weight: 500;
    font-size: 0.9em;
    min-width: 300px;
    width: min(400px, 100%);
    border: 1px #556e7d solid;
    border-radius: 10px;
    margin: 0.5vw;
    padding: 1.2vw 0.5vw;
    flex: 1 1 auto;
    box-shadow: 0px 5px 5px -5px #556e7d;
}

.levels {
    width: 100%;
    padding: 10px;
    overflow-x: scroll;
}

.level-container {
    width: 100%;
}

.div-level {
    background-color: #750f35;
    color: white;
    border-bottom: 2px double black;
}

.level-container table {
    width: 100%;
}

td,
th {
    border: 1px solid black;
    padding: 5px;
}

.priority-col {
    width: 20%;
}

.table-title,
.table-headers {
    text-align: center;
}

.table-headers {
    font-size: clamp(15px, 1.2vw, 18px);
}

.division-outcome-item {
    font-weight: 500;
    font-size: 0.9em;
    min-width: 150px;
}

.resp-person {
    min-width: 10px !important;
}

.school-level-item {
    font-size: 0.9em;
    min-width: 200px;
}

.carousel-container {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #f3f3f3;
    padding: 2em 0;
}

.carousel {
    width: min(1500px, 97%);
    overflow: hidden;
    box-shadow: 0px 0px 14px -1px gray;
    border: 0.5px solid gray;
    border-radius: 20px;
}

.carousel-btn-container {
    width: 100%;
    background-color: #556e7d;
    padding: 5px;
    display: flex;
    justify-content: space-between;
}

.carousel-btn-container .next {
    /* float: right; */
}

.carousel-btn-container .ctrl-btn {
    background-color: transparent;
    border: none;
}

.carousel-btn-container .ctrl-btn:hover {
    cursor: pointer;
}

.carousel-btn-container .ctrl-btn:active {
    transform: scale(1.2);
}

.page-container .page {
    width: 100%;
    display: none
}

.page.active {
    display: block !important;
}

strong {
    font-weight: bolder;
}

.carousel-counter {
    color: white;
    font-size: 1.2em;
    padding: 0.2em;
}

.foundational-section {
    display: flex;
    justify-content: center;
    padding: 2em 0;
    background-color: #f3f3f3;
}

.foundation-title {
    background-color: #556e7d;
    border-radius: 26px 26px 0 0;
}

.section-title {
    font-size: 2.3em;
    color: white;
    text-align: center;
}

.foundational-items-container {
    background-color: rgba(206, 206, 206, 0.7);
    border-radius: 30px;
    width: clamp(450px, 1800px, 90%);
    margin: 0 3%;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}

.foundational-items-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.cards {
    /* width: clamp(500px, 80%, 600px); */
    width: min(850px,90%);
    margin: 1%;
    border-radius: 15px;
    background-color: rgb(252, 252, 252);
    box-shadow: 0px 3px 7px 5px rgb(0, 0, 0, 0.4);
}

.card-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: whitesmoke;
    background-color: #750f35;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}


.card-description {
    padding: 10px;
}

.card-desc-row {
    width: 100%;
}

.card-desc-row.notes-row.first-note{
    border-top: 1px dashed gray;
    margin-top: 0;
}
.card-desc-row.notes-row{
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1px dashed black;
}

.text-center {
    text-align: center;
}

.image-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
    padding: 20px;
    border-top: 1px dashed gray;

}

.image-container {
    width: 300px;
    background-color: white;
    box-shadow: 0px 0px 12px 5px rgb(0, 0, 0, 0.2);
    border: 1px solid rgba(206, 206, 206, 0.7);
    padding: 10px 15px;
}

.card-desc-row .row-header{
    font-weight: bolder;
    font-size: 1.2em;
}

.card-desc-row .row-desc{
    margin: 0 10px;
}