﻿
: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;
}