@font-face {
    font-family: font_1;
    src: url('../fonts/FrutigerLTStd-Light.otf');
}
@font-face {
    font-family: font_2;
    src: url('../fonts/FuturaStd-Medium.otf');
}


/*COLOR A*/ 
.bg_color_a, .head-bg h3, .page-content {
    background: rgb(255,255,255)!important;
}
.color_a, .menu_catg_tabs li a,.menu_catg_tabs li.active, .button:hover
{
    color: rgb(255, 255, 255) !important;
}

/*COLOR B*/
.color_b, .head-bg h3, .reviewer-name, ul.rating .fa-star, .event-name, .address-head,
.button
{
    color: #000!important;
}
.bg_color_b, footer, .fifth-section-gallery .orbit-bullets li, .menu_catg_tabs, .button:hover
{
    background: #000 !important;
}

/*COLOR C*/
.bg_color_c {
    background: #008cba;
}

/*COLOR D*/
.color_d, .review-text, .morelink, .rsvp, .event-location, .event-price, .event-date, .event-time,
.address h6, .phone-no h6, .opening-hours h6, .email-id h6, .menu-item-price, .menu-item-name, .menu-item-desc {
    color: rgb(70,70,70)!important;
}




/*FONT STYLE and SIZE*/

.font_1, .head-bg h3, .review-text, .rsvp, .event-location, .event-price, .event-date, .event-time,
.address h6, .phone-no h6, .opening-hours h6, .email-id h6, .menu-item-desc, .menu-item-catg {
    font-family: font_1;    
}

.font_2, .nav-item li a, .on-hover-text, .reviewer-name, .event-name, .address-head,
.menu_catg_tabs li a, .menu-item-price, .menu-item-name, .button, .header-mobile > ul > li > a {
    font-family: font_2 !important;
    letter-spacing: 1px;
}

/*heading text*/
.font_size_1, .home-text-heading, .bg-img-section-head, .head-bg h3 {
    font-size: 36px;
}

/*sub-heading text*/
.font_size_2, .main-logo h1, .section-head, .sub-category-head h4, .reviews-tabs .tabs li.active a {
    font-size: 16px;    
}

/*descriptive text*/
.font_size_3, .home-text-description, .nav-item li a, .first-section-content p, .bg-img-section-sub-head,
.third-section-sub-head, .third-section-wrapper h6, .third-section-wrapper p, .footer-title,
.footer-wrapper .footer-address .footer-address-wrap p, .menu_catg_tabs li a, .sub-category-head > p,
.menu-item-name, .menu-item-desc, .menu-item-price, .menu-item-scat p, .address-head, .address h6, .get-direction-btn,
.phone-no h6, .opening-hours h6, .email-id h6, .contact-head h3, .button, .reviewer-name, .review-text, .event-name, 
.rsvp, .event-location, .event-price, .event-date, .event-time {
    font-size: 12px;
}