.image-A {
    
    background: linear-gradient(#1B1B1B, #1B1B1B) padding-box, linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(205, 163, 61) 30%, rgb(205, 163, 61) 100%) border-box;
    border: 5px solid transparent;
}

.class-table {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    padding-bottom: 50px;
}

.table-A {
    background: #3B3B3B;
    color: #FFF;
    font-size: 1.5rem;
    font-family: 'Quicksand', sans-serif;
    padding: 20px 20px;
    font-weight: bold;

}

.index-header {
    font-size: 1.3rem;
    font-weight: ;
    cursor: pointer;
    font-family: 'Rubik', sans-serif;
    color: #BBBBBB;
    transition: color .2s;
}

.index-header:hover {
    color: #FFF;
}

#index-content {
    display: none;
    flex-direction: row;
    flex-wrap: warp;
    font-size: 1rem;
    justify-content: center;
    text-align: left;
    padding-top: 25px;
    color: white;
    text-decoration: none;
}

#indexStyle {
    color: #FFF;
    font-size: 1.2rem;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.05);
    font-family: 'Quicksand', sans-serif;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    padding: 10px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    transition: background-color .2s;
}

.indexStyle:hover {
    background-color: rgba(255, 255, 255, 0.03);
}

#header-style {
    font-size: 2.5rem;
    color: #FFF;
    font-weight: bold;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    width: 70%;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 3px;
    cursor: pointer;
    text-align: center;
    border: 3px solid transparent;
    background: linear-gradient(#1B1B1B, #1B1B1B) padding-box, linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(158, 158, 158) 30%, rgb(158, 158, 158) 100%) border-box;
    transition: filter .4s;
}

#header-style:hover {
    filter: brightness(80%);
}

@media (max-width: 1301px) {
    #header-style {
        font-size: 3rem;
    }
}

.flex-a {
    display: flex;
    flex-direction: row;
    padding: 40px 0 0 20px;
}

/*
.class-flex {
    display: row;
    flex-direction: column;
    flex-wrap: wrap;

}

@media (min-width: 1920px) {
    .class-flex {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 350vh;
    }
}
*/

.class-flex {
    display: flex;
    flex-direction: row;
}




.journalism-border {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 10px;
    border: 3px solid rgba(255, 255, 255, 0.1);
    font-weight: bold;
}

#learningGoalsBackground {
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    padding: 2px 2px 2px 20px;
    border: 2px solid rgba(255, 255, 255, 0.1);
}



.lg-style {
    font-size: 1.3rem;
    padding: 9px 0 9px 0;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    cursor: pointer;
}

.lg-desc {
    font-size: 1.2rem;
    padding: 9px 0 9px 0;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Quicksand', sans-serif;
}

.header {
    padding: 20px 0 0 20px;
    font-family: 'Rubik', sans-serif;
    color: rgba(255, 255, 255, 0.7);
    font-weight: bold;
    font-size: 4rem;
    text-align: left;

}


.text {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.7rem;
    color: #FFF;
}

td {
    padding: 20px;
}

.section {
    height: 100vh;
    width: 100%;
    padding-left: 20px;
}

.class-card {
    background-color: rgba(255, 255, 255, 0.04);
    width: 30%;
    padding: 20px;
    text-align: center;
    border: 3px solid rgba(255, 255, 255, 0.3);
}

.course {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.7rem;
    color: #FFF;
    font-weight: bold;
    padding-bottom: 12px;
}

.grade {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 32%;
    margin: auto;
    padding-bottom: 12px;
}

.green {
    background: #19967D;
    border: 3px solid #116857;
    width: 22px;
    height: 22px;
}

.yellow {
    background: #FCC438;
    border: 3px solid #C99C2D;
    width: 22px;
    height: 22px;
}

.blue {
    background: #0C7CBA;
    border: 3px solid #0A6597;
    width: 22px;
    height: 22px;
}

.red {
    background: #C92D39;
    border: 3px solid #99242D;
    width: 22px;
    height: 22px;
}


#more {
    display: none;
}

.header1 {
    color: #FFF;
    font-size: 5rem;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    text-shadow: 5px 6px 0 #000;
    -webkit-text-stroke: 2px black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.color-container {
    display: flex;
    flex-direction: row;
    padding: 0 0 0 40px;
}

.credit-container {
    font-family: 'Ruibk', sans-serif;
    font-weight: 600;
    color: white;
    font-size: 1.7rem;
    padding-left: 40px;
    -webkit-text-stroke: 1.5px #CFA912;
    display: inline;
}

.title {
    font-family: 'Ruibk', sans-serif;
    font-weight: 600;
    font-size: 1.3rem;
    style="font-size: 1.5rem; 
 font-weight: bolder;
    background-color: rgba(226, 198, 68);
    color: black;
    padding: 4px;
    text-transform: uppercase;
}

.read-more {
    background-color: rgba(255, 255, 255, 0.0);
    color: #FFF;
    font-size: 1.5rem;
    border: 0px;
    padding: 10px 40px;
}

.description {
    font-family: 'Quicksand', sans-serif;
    font-weight: 200;
    color: rgba(255, 255, 255, 1);
    font-size: 1.1rem;
    padding-bottom: 20px;
}

.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: white;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid white;
}

/* On mouse-over, add a grey background color */
.container:hover input~.checkmark {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2.3px 2.3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.electiveHeader {
    border: 2px solid #dfdfdf;
    background-color: #5c5c5c;
    padding: 20px 30px;
    font-size: 1.5rem;
    color: #FFF;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 800px) {



    .display-class-filter {
        display: none;
    }

    .header1 {
        color: #FFF;
        font-size: 2.4rem;
        width: 100%;
        text-align: center;
        font-family: 'Rubik', sans-serif;
        font-weight: 600;
        text-shadow: 2px 1px 0 #000;
        -webkit-text-stroke: 1px black;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .class-container {
        padding-bottom: 5px;
    }

    .flex-row {
        display: flex;
        flex-direction: column;
    }

    .color-container {
        display: flex;
        flex-direction: row;
        padding-left: 0px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 5px;
    }

    .credit-container {
        font-family: 'Ruibk', sans-serif;
        font-weight: 600;
        color: white;
        font-size: 2rem;
        -webkit-text-stroke: 1.5px #CFA912;
        text-align: center;
        padding-left: 0px;
    }

    .class-container {
        font-family: 'Ruibk', sans-serif;
        font-weight: 600;
        color: white;
        font-size: 2rem;
        text-align: center;
    }

    .color-container {
        padding: 10px 0 10px 0;
    }

    .description {
        font-size: .8rem;
    }

}