
/*COLOR A */
.bg_color_a {
    background: rgba(255, 233, 233, 0.7);
}

/* COLOR B*/
.bg_color_b, body{
    background-color: rgba(195, 195, 195, 0.53);
}

/*COLOR C*/
.bg_color_c, .home-menu-content h5{
    background-color: #008cba;
}

/*COLOR D*/
.color_d, .header-wrapper .nav-bar>ul>li>a {
    color: rgb(232, 200, 5)!important;
}

/*COLOR E*/
.color_e,  .header-wrapper .nav-bar>ul>li>a:hover {
    color: #000 !important;
}


/*COLOR F*/
.color_f {
    color: #C4C4C4;
}

/*COLOR G*/
.bg_color_g, .page-content{
    background-color: #F1F9FF;
    /*    background: url('');*/    /*texture*/
}

/*COLOR H*/
.color_h, .sub-cat-head h3,.sub-sub-cat-head, .menu-item-name, .menu-item-price, .sub-menu-item-name, .page-head h3,
.offer-name, .reviewer-name, .rating, .address-head, .hours-head, .email-id{
    color: #333;
}
.bdr_color_h, .offer-item {
    border-color: #333;
}

/*COLOR I*/
.color_i, .desc, .event-desc, .sub-cat-desc p, .sub-sub-cat-desc p, .menu-item-desc,
.address h6, .phone-no h6, .opening-hours h6, .email-id h6, .review-text, .offer-desc, .reservation-desc {
    color: #777!important;
}

/*COLOR J*/
.bg_color_j, .button {
    background-color: #BF0000;
}


/*COLOR K*/
.color_k {
    color: #2D4D6E!important;
}
.bg_color_k {
    background-color: #2D4D6E;
}

/*COLOR L*/
.color_l{
    color: #555;
}
.bg_color_l {
    background-color: #555;
}



/* FONT STYLE and SIZE*/

.font_1_a, .header-wrapper .nav-bar ul.nav-list li a {
    font-family: 'Montserrat', sans-serif;;
    font-size: 1.2rem;
}
.font_1_b, .da-slide h2 {
    font-family: 'Montserrat', sans-serif;;
    font-size: 3.6rem;
}
.font_1_c,.da-slide p {
    font-family: 'Montserrat', sans-serif;;
    font-size: 1rem;
}

.font_2_a, .page-head h3, #skrollr-body .text-center>h3 {
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif !important;
    font-size: 1.6rem;
}
.font_2_b, .menu-cat-tabs > ul > li h4, .event-tabs .tabs li a div,.sub-cat-head h3, {
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif !important;
    font-size: 1.2rem;
}
.font_2_c, .sub-sub-cat-head, .event-name, .address-head, .offer-name {
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif !important;
    font-size: 1rem;
}
.font_2_d, .reviewer-name, .rating, .hours-head, .email-head {
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif !important;
    font-size: 1.2rem;
}


.font_3_a, .menu-item-name, .menu-item-price, .offer-desc, .event-price, .event-rsvp, .event-location, .event-date-time, .review-text
 .address h6, .phone-no h6, .opening-hours h6, .email-id h6, .reservation-desc {
    font-family: "Trebuchet MS","Myriad Pro",Arial,sans-serif;
    font-size: 1rem;
}


.font_4_a, .sub-cat-desc p, .sub-sub-cat-desc p, p.menu-item-desc, .event-desc {
    font-family: "Trebuchet MS",Arial,sans-serif;
    font-size: 0.9rem;
}
