<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    color: #282b33;
    /*font-family: 'Playfair Display';*/
}

h1, h2, h3{
    /*font-family: 'Dosis';*/
    font-weight: 200 !important;
}

.container-fluid{
    padding: 0;
}

.bg-light-gray{
    background-color: #f9fafb;
}

.border-gray{
    border: 1px solid #d5d9dc;
}

.border-gray-top{
    border-top: 1px solid #d5d9dc;
}


.carousel-item {
    height: 70vh;
    min-height: 350px;
    background-color: #eaebec;
    color: #a72e29;
    1background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.scrollspy-example {
    position: relative;
    height: 400px;
    margin-top: .5rem;
    overflow: auto;
}

.navbar{
    background-color: #0e1537 !important;
}

.navbar a{
    color: #fff !important;
    font-size: 13px;
    font-weight: 200 !important;
}

.navbar-brand{
    margin: 0 !important;
    padding: 0 !important;
}

.content .label-underline{
    width: 60px;
    height: 2px;
    background-color: #b52f40;
}

/*About*/
.about {
}

.about .lp{
    color: #163486;
    font-weight: 600;
}

.about .label{
    color: #4f5561;
    font-size: 14px;
    /* min-height: 70px; */
}

.about .more-show a, .about .more-hide a{
    color: #282b33;
}

/*SELECTED*/
.about.selected .lp{
    color: #a72e29;
}

.about .more-hide{
   1background-color: #a72e29;
}

.about .more-hide a{
    1color: #ffffff;
}

.more-display, .more-hide{
    1background-color: #f9fafb;
    color: #282b33;
}

.more-display .lp, .more-display .pray, .more-display .label{
    color: #a72e29;
}


/*PRAY*/
.panel-priest-pray{
    background-color: #eaebec;
}

.button-mzk{
    color: #ffffff !important;
    background-color: #446976 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.panel-priest-pray .priest-name, .panel-priest-pray .pray-count{
    color: #a72e29;
    font-size: 24px;
}

.panel-priest-pray .download a{
    color: #bea567;
    text-decoration: none;
}

.panel-priest-pray .priest-info{
    background: url('images/priest_info.png') no-repeat;
}

/*DEVOTION*/
.panel-devotion .pray{
    display: none;
}

/*CONTACT*/
.panel-contact{
    background-color: #eeeff4;
}


/*JOIN SECTION  */
.text-vertical {
    writing-mode: vertical-rl;
}

.fixed-right-center {
    position: fixed;
    right: 0;
    top: 50vh;
    z-index: 1030;
}

/*YT*/
iframe.ytFrame{
    position: relative;
    height:315px;
    width: 100%;
    max-width: 580px;
}</pre></body></html>