body{
}

h1, h2, h3, h4{
    color: #70aaf3;
}

.h1, h1 {
    font-size: 2.0rem;
}


.h2, h2 {
    font-size: 1.75rem;
}

.h3, h3 {
    font-size: 1.5rem;
}

.h4, h4 {
    font-size: 1.25rem;
}

.h5, h5 {
    font-size: 1.00rem;
}

.h6, h6 {
    font-size: 0.75rem;
}

.container-main{
}

.container-main-content-wrapper{
    padding: 6px;
}

.container-main-content{
    background-color: #ffffff;
    padding: 6px;
}

.container-fluid{
    padding: 0;
}

.navbar{
    background-color: #ffffff;
}

.navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 1.5)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-brand{
    padding: 0;
    font-size: 23px;
    font-weight: bolder;
    line-height: normal;
    margin-right: 0;
}

.main-menu .nav-item a{
    font-size: 14px;
    color: #000000;
    padding: 3px;
    font-weight: 500;
}

.button-color{
    background-color: #6ba2e8;
    color: #ffffff;
    margin: 3px;
    border: 1px #6ba2e8;
    border-radius: 5px;
}

.nav-item .button-color{
    font-size: 20px !important;
    font-weight: 500;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    text-transform: uppercase;
}


.invalid-feedback .form-error-icon {
    display: none !important;
}

.form-group label .invalid-feedback {
    display: none !important;
}

.start .nav-item .button-color{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.sub-sub-menu .nav-item .button-color{
    padding: 1px !important;
}

.sub-menu-highlighted a{
    background-color: #e09361;
    color: #ffffff;
    border: 1px solid #202738;
}

@media (max-width: 768px) {
    .navbar{
        justify-content: center !important;
    }

    .navbar .nav-item a{
        text-align: center !important;
    }

    .sub-menu.navbar-expand .navbar-nav{
        flex-direction: column;
        width: 100%;
    }

    .sub-menu.navbar-expand .nav-item {
        width: 100%;
    }

    .start .nav-item .button-color{
        padding: 10px 20px 10px 20px !important;
    }
}

p{
    margin: 0;
}

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

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

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

.color-gray{
        color: #4a4a4a;
}

.color-blue{
    color: #70aaf3;
}

.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;
}


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

.form-group label.required:after {
    content: " * ";
}

/*HEADER*/
.header-text h1{
    padding: 15px 10px 10px 10px;
    margin: 0;
    color: #999999;
    font-size: 20px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .header-text h1 {
        padding: 10px 1px 1px 5px;
        font-size: 15px;
    }
}

/*About*/
.about {
}

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

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

.about .more-show a{
    color: #5e5f60;
}

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

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

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

.more-display{
    background-color: #f9fafb;
    color: #4f5561;
}

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

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

.button-mzk{
    color: #ffffff !important;
    background-color: #bea567 !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: #bea567;
    font-size: 24px;
}

.panel-priest-pray .download a{
    color: #bea567;
    font-size: 25px;
    text-decoration: none;
    text-transform: uppercase;
}

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

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

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

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

.panel-gray{
    background-color: #eaebec;
}

/*day*/
.card-img-overlay{
    padding: 0;
}

.day.card{
    width: 160px;
    border: none;
}

.day .card-img{
    height: 90px;
}

.day .card-body{
    padding: 0;
    padding-top: 23px;
}

.day .day-date{
    color: #70aaf3;
    font-size: 16px;
    width: 100%;
    text-transform: uppercase;
}

.day .card-body a{
    color: #ffffff;
    font-weight: 700;
    font-size: 27px;
}

/*testimony*/
.testimony .testimony-image{
}

.testimony .testimony-content{
}

.testimony .testimony-title{
    line-height: 22px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    word-wrap: break-word;
}


.testimony .testimony-title .author{
    color: #bea567;
}

.testimony .testimony-title:after{
    background-color: #0e1537;
    clear: both;
    display: block;
    float: left;
    content: " ";
    position: relative;
    height: 1px;
    width: 100%;
    margin: 5px 0 0 0;
    border-radius: 2px;
    padding: 0;
}

.testimony .testimony-meta{
    color: #999999;
    font-weight: 700;
}

.testimony .testimony-meta{
    clear: both;
    text-transform: uppercase;
}

.testimony .testimony-meta-separator{
    width: 10px;
    height: 1px;
    background: #d4242f;
}

.testimony .testimony-meta-date{
    font-size: 12px;
    font-weight: 400;
}

.testimony .testimony-introduction{
}

.testimony .testimony-readmore{
    font-size: 14px;
}

.testimony-view .testimony-readmore, .testimony-view .testimony-introduction{
    display: none;
}

/*start*/
.start .sub-menu{
    display: block !important;
}

/*
.start .container-main{
    display: none;
}
*/

/*VIDEO*/
.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*jericho*/
#jericho .label-warm{
    color: red;
}

#jericho .label-good{
    color: green;
}

#jericho h4, #jericho h3{
    color: #212529;
}