@charset "utf-8";
/* CSS Document */
.urgentNotice #collegeContainer {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    color: #FFFFFF;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-size: 1rem;
    line-height: 1.2rem;
    background-position: 10% bottom;
    background-size: auto 100%;
    background-image: -webkit-linear-gradient(0deg,rgba(240,240,240,0.02) 32.75%,rgba(240,240,240,1.00) 60.21%), url(../YouthDepartment/Images/collegeBound2023/collegeBoundBkg.jpg);
    background-image: -moz-linear-gradient(0deg,rgba(240,240,240,0.02) 32.75%,rgba(240,240,240,1.00) 60.21%), url(../YouthDepartment/Images/collegeBound2023/collegeBoundBkg.jpg);
    background-image: -o-linear-gradient(0deg,rgba(240,240,240,0.02) 32.75%,rgba(240,240,240,1.00) 60.21%), url(../YouthDepartment/Images/collegeBound2023/collegeBoundBkg.jpg);
    background-image: linear-gradient(90deg,rgba(240,240,240,0.02) 32.75%,rgba(240,240,240,1.00) 60.21%), url(../YouthDepartment/Images/collegeBound2023/collegeBoundBkg.jpg);
    background-repeat: no-repeat;
    -webkit-box-shadow: 10px 6px 10px #A9A9A9;
    box-shadow: 10px 6px 10px #A9A9A9;
    border: thin solid #C2C2C2;
    background-color: #F0F0F0;
}
.urgentNotice #collegeContainer #collegeHeader {
    width: 100%;
    height: auto;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#collegeContainer #collegeHeader #collegeChurchLogo {
    width: 25%;
    height: auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    min-width: 210px;
}
.urgentNotice #collegeContainer #cbText {
    width: 100%;
    height: auto;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#collegeContainer #cbText #cbTxt {
    width: 65%;
    height: auto;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    color: #000000;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 1.1rem;
    line-height: 1.1rem;
    text-align: center;
    margin-left: auto;
    margin-right: 5%;
    background-color: hsla(0,0%,97%,0.60);
}
#cbTxt p strong {
    color: #006511;
    font-size: 1.3rem;
}
#cbTxt p span {
    color: #006511;
    font-size: 1.3rem;
    font-weight: bold;
}


#cbText #cbTxt .tk-kegger-collegiate {
    font-size: 4rem;
    line-height: 4rem;
    color: #006511;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#cbLine1 {
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

@media (max-width:500px){
#cbText #cbTxt .tk-kegger-collegiate {
    font-size: 14vw;
    line-height: 13vw;
}
#collegeContainer #cbText #cbTxt {
    margin-right: auto;
    display: block;
    width: 90%;
    margin-left: auto;
}


}
