body {
  font-family: 'helvetica';
}

h2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

p {
  margin-top: 15px;
}

.topImage {
  background-color: black;
}

.topImage img{
  height: 60px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.8;
}

.topCarousel {
  background-color: black;
}

.carousel-item img{
  height: 500px;
  object-fit: cover;
  object-position: center;
  opacity: 0.8;
}

#topNavIcon {
  display: none;
  height: 25px;
  margin-top: 2px;
}

#topNavIcon img {
  height: 100%;
}

.topnav li, .topnav-responsive li {
  list-style: none;
  float: left !important;
  margin-left: 20px;
}

.topnav li a, .topnav-responsive li a {
  font-family: helvetica-light;
  font-size: 20px;
  color: white;
  weight: 200;
}

.topnav li a:hover, .topnav-responsive li a:hover {
  text-decoration: none;
  color: #DDDDDD;
}

.topnav, .topnav-responsive {
  margin-top: 15px;
  margin-right: 10px;
  position: absolute;
  z-index: 1;
  right: 0px;
}



#logoNav {
  position: absolute;
  z-index: 1;
  margin-top: 10px;
  margin-left: 10px;
  float: left;
}

#logoNav a {
  font-family: helvetica-bold;
  color: #FFFFFF;
  font-size: 25px;
}

#logoNav a:hover {
  color: #DDDDDD;
  text-decoration: none;
}




#headerTitle {
  position: absolute;
  z-index: 1;
  margin-left: 50%;
  margin-top: 250px;
  transform: translate3d(-50%, -50%, 0);

  color: white;
  font-size: 40px;
  font-family: helvetica-bold;
}

.row {
  margin-top: 20px;
}

.normalSection {
  padding-top: 30px;
  padding-bottom: 30px;
}

.foodBox img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 5px;
}

.foodBox h1 {
  text-align: center;
  margin-top: 15px;
  font-size: 20px;
  font-family: helvetica-bold;
}

.foodBox p {
  margin-top: 0px;
  font-size: 16px;
  color: #333333;
  text-align: justify;
  font-family: helvetica-light;
}

.healthyFoodSection {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('images/bbq.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.healthyFoodSection h2 {
  text-align: center;
  color: white;
}


.healthyFoodSection p {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  margin-top: 15px;
  text-align: justify;
  color: white;
}

#leftContact {
  float: left;
  width: 50%;
  margin-top: 30px;
}

#leftContact h3 {
  font-family: helvetica-bold;
  font-size: 20px;
}

#leftContact h4 {
  font-family: helvetica;
  font-size: 20px;
}

#rightContact {
  width: 50%;
  float: right;
  text-align: center;
  margin-top: 30px;
}

#rightContact img {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 30px;
}

.socialIcon {
  width: 70px;
  height: 70px;
}

#footer {
  clear: both;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 240px;
  text-align: center;
  background-color: #333333;
  color: white;
  font-family: helvetica-light;
}

@media only screen and (max-width: 995px) {
  #headerTitle {
    text-align: center;
  }

  #leftContact h3 {
    font-size: 16px;
    text-align: center;
  }

  #leftContact h4 {
    font-size: 16px;
    text-align: center;
  }

  #leftContact {
    width: 100%;
    float: none;
  }

  #rightContact {
    width: 100%;
    float: none;
  }

  #rightContact img {
    margin-top: 0px;
  }

  .socialIcon {
    width: 50px;
    height: 50px;
  }

  #footer {
    margin-top: 30px;
  }



  #topNavIcon {
    display: block;
  }

  .topnav li {
  display: none;
  }

  .topnav-responsive {
    position: absolute;
    z-index: 2;
    width: 100%;
    display: block;
    float: none;

    padding-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 60px !important;
    padding-top: 20px;
    padding-bottom: 20px;

    background-color: #222222;
  }

  .topnav-responsive li {
    display: block;
    float: none;
    margin-left: 0px !important;
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }

  #topNavIcon {
    display: block;
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 15px;
  }
.row {
  margin-top: 20px;
}

.normalSection {
  padding-top: 30px;
  padding-bottom: 30px;
}

.foodBox {
  padding: 10px;
}

.foodBox .imgContainer {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  border-radius: 5px;
  background-color: black;
}



.foodBox img {
  max-width: 100%;
  transition-duration: 300ms;
  border-radius: 5px;
}

.foodBox img:hover {
  transform: scale(1.1) rotateZ(2deg);
  opacity: 0.8;
}

.foodBox h1 {
  text-align: center;
  margin-top: 15px;
  font-size: 20px;
  font-family: helvetica-bold;
}

.foodBox h2 {
  position: absolute;
  z-index: 1;
  color: white;
  font-size: 30px;
  font-weight: 400;

  margin-left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 300ms;
  opacity: 0;

}

.foodbox h2:hover ~ .imgContainer img {
  transform: scale(1.1) rotateZ(2deg);
  opacity: 0.8;
}

.imgContainer:hover > * {
  opacity: 1;
}

.foodBox p {
  margin-top: 0px;
  font-size: 16px;
  color: #333333;
  text-align: justify;
  font-family: helvetica-light;
}

#footer {
  clear: both;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0px;
  text-align: center;
  background-color: #333333;
  color: white;
  font-family: helvetica-light;
}

@media only screen and (max-width: 995px) {

  #footer {
    margin-top: 0px;
  }
}


}
