/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

#EE412B
#FF5C48
#FF462E
#00B25A
#2EFF97

*/

.background-overlay-dark::before {
 	
    background: rgba(0, 0, 0, 0.5);

}

#header #header-wrap #logo a > img {
    vertical-align: middle;
    height: 50px;
}

.background-colored {
	background: rgba(83, 79, 79, 0.6);
}

.btn {
	background-color: #c94c36;
    border-color: #c94c36;
}

.hotdishes-text-color {
	color: #c94c36;
}

#particles-js {
	background-color: #c94c36;
    border-color: #c94c36;
}

.get-a-quotation-button{
   padding-top: 40px;
}

p {
    color: #504f4f;
}

.tinted-image-1 {
  background: 
    /* top, transparent red */ 
    linear-gradient(
      rgba(0, 0, 0, 0.6), 
      rgba(239, 70, 39, 0.5)
    ),
    /* bottom, image */
    url(../images/portfolio/kitchen_1920_hotdishes.jpg);
}

.tinted-image-2 {
  background: 
    /* top, transparent red */ 
    linear-gradient(
      rgba(185, 70, 49, 0.7), 
      rgba(185, 70, 49, 0.8)
    ),
    /* bottom, image */
    url(../images/portfolio/kitchen_1_hotdishes.jpg);
}

.tinted-image-3 {
  background: 
    /* top, transparent red */ 
    linear-gradient(
      rgba(161, 60, 42, 0.6), 
      rgba(161, 60, 42, 0.6)
    ),
    /* bottom, image */
    url(../images/portfolio/kitchen_2_hotdishes.jpg);
}

.tinted-image-4 {
  background: 
    /* top, transparent red */ 
    linear-gradient(
      rgba(0, 0, 0, 0.6), 
      rgba(239, 70, 39, 0.5)
    ),
    /* bottom, image */
    url(../images/restaurant/hot_dishes_footer_image.jpg);
}

.tinted-image-5 {
  background: 
    /* top, transparent red */ 
    linear-gradient(
      rgba(161, 60, 42, 0.6), 
      rgba(161, 60, 42, 0.6)
    ),
    /* bottom, image */
    url(../images/restaurant/hot_dishes_two_of_four.jpg);
}

.tinted-image-6 {
  background: 
    /* top, transparent red */ 
    linear-gradient(
      rgba(161, 60, 42, 0.6), 
      rgba(161, 60, 42, 0.6)
    ),
    /* bottom, image */
    url(../images/restaurant/hot_dishes_three_of_four.jpg);
}

.tinted-image-7 {
  background: 
    /* top, transparent red */ 
    linear-gradient(
      rgba(161, 60, 42, 0.6), 
      rgba(161, 60, 42, 0.6)
    ),
    /* bottom, image */
    url(../images/restaurant/hot_dishes_four_of_four.jpg);
}

.icon-box.clean .icon i {
    color: #ee3537;
}

.dark h3 {
    color: #D7D5D5;
}

#footer strong {
    color: #d1cfcf;
}

#footer p {
    color: #d2caca;
}