﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400&family=League+Spartan:wght@400;800&display=swap');

.gencontenteditor-p {
    text-align: left;
    color: black;
}
.gencontenteditor-h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    display: block;
}

.gencontenteditor-h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    display: block;
}

.gencontenteditor-h3 {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    display: block;
}

.gencontenteditor-h4 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    display: block;
}

.gencontenteditor-h5 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    display: block;
    text-align: left;
}

.gencontenteditor-h6 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    display: block;
    text-align: left;
}

.keetercenter-wingbat-paragraph {
    position: relative;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 60px;
    color: #3D2A18;
    line-height: 1.6;
    font-family: 'League Spartan', sans-serif;
    font-weight: 400;
    font-size: 24px;
}

    .keetercenter-wingbat-paragraph::after {
        position: absolute;
        content: '';
        width: 40%;
        height: 0;
        margin: 30px auto 0 auto;
        border-bottom: 5px solid #3D2A18;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    .keetercenter-wingbat-paragraph::before {
        position: absolute;
        content: '';
        width: 41px;
        height: 38px;
        top: calc(100% + 20px);
        left: 50%;
        transform: translateX(-50%);
        background-image: url('http://static.cofo.edu/images/Keeter/bottom-ornament-decoration-brown.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

.keetercenter-section-heading {
    font-family: 'League Spartan', sans-serif;
    font-weight: 400;
    font-size: 50px;
    color: #3D2A18;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 13px;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #3D2A17 20%, white 20%) 100% 1;
}

.cofo-black-heading {
    letter-spacing: 0.2vw;
    font-family: times new roman;
    text-transform: uppercase;
    text-align: left;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 30px;
    color: black !important;
}

.gencontenteditor-decorativeLine {
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #710a2c 20%, white 20%) 100% 1;
    width: 70rem;
}
.ck-toolbar[aria-label="Editor toolbar"] .ck-dropdown__panel .cofo-red-heading{
    color: #710a2c !important;
}
.cofo-red-heading {
    letter-spacing: 0.2vw;
    font-family: times new roman;
    text-transform: uppercase;
    text-align: left;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 30px;
    color: #710a2c !important;
}

.gencontenteditor-clamp2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

    *:not(.ck.ck-content) > .gencontenteditor-clamp2:not(.show) {
        margin-bottom: 0;
        margin-top: 0;
    }

.ck.ck-content .gencontenteditor-clamp2,
.gencontenteditor-clamp2.show {
    overflow: unset;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
}

.gce-csmore {
    text-align: center;
}

.gencontenteditor-clamp-showmore {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    background-color: transparent;
    border: none;
}

.gencontenteditor-clamp-showmore:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1300px) {
    .keetercenter-wingbat-paragraph {
        width: 80%;
    }

    .keetercenter-wingbat-paragraph::after {
        width: 60%;
    }
}

@media screen and (max-width: 768px) {
    .keetercenter-wingbat-paragraph {
        font-size: 16px;
        width: 90%;
    }

    .keetercenter-wingbat-paragraph::after {
        width: 80%;
    }
}