/*
* Css for home page
*/	
@media only screen and (max-width: 768px) {
  .bde-row .col-md-6 { border-bottom:1px solid #444;}
  p.bde-vision { margin:0 30px !important;}
}
.flex-1 { flex:1; }
h1.bde-heading1 { text-align:center; color:#fff;font-size:44px; margin-bottom:20px !important; font-family:'attAleckSans-Regular',Arial,sans-serif;}
h2.bde-heading2 { text-align:center;  font-size:20px; margin-bottom:15px !important; letter-spacing:3px;}
p.bde-vision { color:#fff; margin:0 15%; font-style:italic; text-align:center; margin-bottom:45px; }
p.bde-vision span {font-weight: bold; font-style:italic; color:#009fdb;}
.bde-block { margin:40px 20px; cursor:pointer;}
.bde-block:hover h2 { text-decoration: underline; }
.bde-block h2 { text-align:center; color:#fff;}
.bde-block img { margin:40px auto; max-height:100px;}
.bde-desc { text-align:center; }
.padding-15 {padding:15px; }
.chef-title { margin-bottom:5px !important; font-size:14px !important;}
.chef-link { margin-bottom:0 !important; font-size:14px !important;}
.gray-bg { background:#d2d2d2; }
.white-bg { background:#fff; }
.white-bg p a { color:#009fdb;}
.color-black { color:#111; }
.color-black p { color:#111 !important; }
.color-white {  color:#fff; }
.color-blue { color:#009fdb; }
.new-section-padding { padding:35px 0; }
.heading-with-sub { margin-bottom:10px !important; }
.heading-sub-heading { margin-bottom:35px; font-size:18px; font-family:'attAleckSans-Regular',Arial,sans-serif; font-weight:normal; }