@import url('https://fonts.googleapis.com/css2?family=Carter+One&display=swap');

.gh-block__title{
    font-family:"Carter One",sans-serif;
    letter-spacing:1px;
    font-weight: bold;
}
body{
    background-color:white !important
}
body #main{
    margin:0 auto !important;
    border:0px solid white;
    width:1150px;
    max-width:1150px
}
#navHolder{
    margin:0;
    padding:0;
    list-style-type:none
}
#navHolder .gh-block__navitem a{
    padding:4px;
    font-family:"Carter One",sans-serif;
    letter-spacing:1px;
    font-weight: bold;
}
#navHolder #sbNav a{
    transition:.1s;
    font-weight:bold;
    font-family: "Carter One", sans-serif;
    color:#000
}
#navHolder #sbNav2 a,#navHolder #sbNav3 a{
    transition:.1s;
    color:#000
}
#navHolder #sbNav2 a:hover,#navHolder #sbNav3 a:hover{
    border-color:black;
    color:white;
    transition:.1s
}
.uilib-giving svg{
    max-width:248px
}
 
.speech-bubble {
    color: white;
    padding: 15px 20px;
    text-align: center;
    font-family: 'Carter One', sans-serif;
    border-radius: 15px;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 90%;
    margin: 0 auto;
    border: 2px solid black !important;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 20px;
    border-style: solid;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
    z-index: 1;
}

.speech-bubble:before {
    content: '';
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 22px;
    border-style: solid;
    border-color: black transparent transparent transparent !important;
    z-index: 0;
}

.featured-addition body {
    font-family: 'Carter One', sans-serif;
    padding: 20px;
}

.featured-addition ul {
    /* list-style: disc; */
    padding: 0;
    padding-left: 40px;
}

.featured-addition li {
    margin-bottom: 10px;
}

.featured-addition .section-title {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    margin-top: 30px;
}

.featured-addition .detail-item {
    margin-left: 20px;
    padding-left: 10px;
    border-left: 2px solid #ffde59;
    list-style: none;
}



/*# sourceMappingURL=../css_sourcemaps/ken-temp.css.map */
