@charset "utf-8";
/* CSS Document */

.urgentNotice #bakeContainer {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 30px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-position: center 78%;
    background-size: 1520px auto;
    border: thin solid #C5C5C5;
    background-repeat: no-repeat;
    background-color: #FCF1D1;
    background-image: url(../PastorAidsMinistry/images/bakeSale2024/bakedGoods.jpg);
}
#bakeContainer #bakeHeader  {
    width: 100%;
    height: auto;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0%;
    margin-bottom: 250px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-left: 0%;
    margin-right: 0%;
    background-repeat: no-repeat;
    background-color: hsla(280,100%,30%,0.58);
    position: relative;
    border-bottom: 10px double hsla(0,0%,100%,1.00);
}
#bakeContainer #bakeHeader #bakeChurchLogo {
    width: 130px;
    height: auto;
    margin-top: 30px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 8%;
    position: absolute;
}
.urgentNotice #bakeContainer #bakeHeader #bakeText {
    color: #FFFFFF;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    line-height: 1.3rem;
    text-align: center;
    height: auto;
    display: block;
    /* [disabled]float: left; */
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 3%;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
}
#bakeContainer #bakeHeader #bakeText p {
    margin-top: 0px;
    margin-bottom: 10px;
}

#bakeL1 {
    color: #FFFFFF;
    font-size: 3.1rem;
    line-height: 3.1rem;
}

#bakeL2 {
    font-size: 2.3rem;
    line-height: 2.3rem;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
}

@media (max-width:899px){
#bakeContainer #bakeHeader #bakeChurchLogo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: static;
}
#bakeContainer #bakeHeader {
    margin-top: 0px;



}

#bakeHeader #bakeText  {
    width: 90%;
}
#bakeHeader #bakeText #bakeL1 {
    font-size: 3.3rem;
    line-height: 3.3rem;
}
#bakeHeader #bakeText #bakeL2 {
    font-size: 2.2rem;
    line-height: 2.2rem;
}







}
#bakeCLogo {
    width: 10%;
    height: auto;
    position: absolute;
    left: 5%;
    top: 5%;
    min-width: 120px;
}
#bakeL3 {
    font-weight: bold;
}

#bakeContainer #bakeText #bakeChurchLogo {
    width: 40%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 20px;
    min-width: 190px;
}

@media (min-width:900px){
#bakeHeader #bakeText {
    width: 60%;
}

}
