﻿
:root
{
    --primaryPink : #983d60;
    --YellowColor : #efa745;
    --DarkPurple :#623f5d;
    --LightPink : #ae285c;
}

strong , b
{
    color:var(--YellowColor);
}
.text-justify
{
    text-align:justify;
}
.sidemenu
{
    margin-top:12px;
    margin-bottom:12px;
    padding-top:30px;
    padding-left:5px;
    border-left:solid 1px #ccc;
}
.side-header
{
    text-align:center;
}
.section-back
{
    background:url('images/bg.jpg');
}
.text-pink
{
    color:var(--primaryPink);
}
.text-dark-pink
{
     color:var(--DarkPurple);
}
.text-yellow
{
    color:var(--YellowColor);
}
.img-center
{
    display:block;
    margin:auto;
    
}
.timing-divider
{
    padding-bottom:10px;
    margin-bottom:14px;
    border-bottom:solid 1px #ccc;
}
ol li 
{
    margin-bottom:8px;
}
.section-pink
{
    background:var(--primaryPink);
    color:#fff;
}
.section-pink  .section-title  h2
{
    color:#fff;
}
.imgbg
{
    margin:10px;
    background-attachment:fixed;
    background-position:top left;
    background-repeat:no-repeat;
    background-size:cover;
    margin-bottom:30px;
}
.hightlightDiv
{
  background:rgba(0,0,0,0.7);
    padding:20px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.8);
    transition: 0.3s;
    
    text-align:justify;
}
.hightlightDiv .highLightTitle
{
    font-size:20px;
    margin-bottom:12px;
    text-align:center;
}
.hightlightDiv  a 
{
    display:block;
    text-align:center;
}

body {
    margin: 0;
    font-family: Arial;
}

/* MAIN LAYOUT */
.main-section {
    display: flex;
}

/* LEFT PANEL */
.left-panel {
    width: 220px;
    background: #f1f1f1;
    text-align: center;
    position: relative;
}

.saint-img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}

/* Patron */
.patron {
    margin-top: 20px;
}

    .patron img {
        width: 120px;
    }

    .patron p {
        font-weight: bold;
        font-size: 14px;
    }

/* RIGHT SECTION */
.section {
    display: flex;
    flex: 1;
}

/* CARDS */
.card {
    flex: 1;
    padding: 20px;
    color: white;
    position: relative;
    min-height: 380px;
}

    .card h2 {
        border-left: 5px solid white;
        padding-left: 10px;
    }

/* COLORS */
.green {
    background: #8cc63f;
}

.orange {
    background: #e6a23c;
}

.red {
    background: #d7263d;
}

/* Principal Content */
.content {
    display: flex;
    gap: 10px;
}

.principal-img {
    width: 90px;
    height: 100px;
    object-fit: cover;
    border: 2px solid white;
}

/* About Image */
.main-img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    margin-bottom: 10px;
}

/* News */
.news {
    border-left: 3px solid white;
    padding-left: 10px;
    margin-bottom: 15px;
}

    .news span {
        font-size: 12px;
    }

/* Button */
button {
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 8px 15px;
    border: none;
    background: white;
    cursor: pointer;
}
.theader {
    background-color: #983d60;
    font-size: 14px;
    line-height: 30px;
}
.quicklinks {
    color: White;
    padding: 30px 0px;
    font-family: 'Open Sans' !important;
    text-align: right;
}

    .quicklinks a {
        color: White;
    }