/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
html,
body {
  font-family: 'Cairo', sans-serif;
}
body {
  background-color: black;
  color: white;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Cairo', sans-serif;
}
h1 {
  font-size: 4rem;
}
h2 {
  font-size: 3.2rem;
  padding-bottom: 10px;
}
h4 {
  font-size: 2.5rem;
  padding-bottom: 10px;
}
p {
  line-height: 1.5;
  font-size: 1.6rem;
  padding-bottom: 10px;
}
img {
  max-width: 100%;
  height: auto;
}
.container {
  width: 100%;
  margin: 0 auto;
}
section p {
  margin-left: 4%;
  margin-right: 4%;
}
section h2 {
  margin-left: 4%;
  margin-right: 4%;
}
header nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: black;
}
@media (max-width: 665px) {
  header nav {
    flex-direction: column-reverse;
    height: 35vh;
  }
}
header nav .logo {
  width: 20%;
}
@media (max-width: 665px) {
  header nav .logo {
    width: 70%;
    padding-top: 12%;
  }
}
header .pepperWater {
  width: 50%;
}
@media (max-width: 1165px) {
  header .pepperWater {
    width: 65%;
  }
}
header .navItems {
  width: 50%;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 965px) {
  header .navItems {
    width: 80%;
  }
}
@media (max-width: 665px) {
  header .navItems {
    width: 100%;
    padding-top: 6%;
    padding-bottom: 6%;
    position: fixed;
    top: 0;
    background-color: black;
    overflow: hidden;
    z-index: 1;
  }
}
header a {
  color: white;
  text-decoration: none;
  font-size: 1.9rem;
}
header a:hover {
  opacity: 0.5;
}
header .tasty-food-header {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin-top: 4%;
}
header .tasty-food-header img {
  width: auto;
}
@media (max-width: 965px) {
  header .tasty-food-header img {
    display: none;
  }
}
header .sub-sentence {
  display: flex;
  justify-content: center;
  margin-top: 6%;
  margin-bottom: 10%;
}
@media (max-width: 965px) {
  header .sub-sentence {
    margin-bottom: 5%;
  }
}
@media (max-width: 665px) {
  header .sub-sentence {
    margin-top: 20%;
    margin-left: 4%;
    margin-right: 4%;
    display: none;
  }
}
header .sub-sentence p {
  font-size: 2rem;
}
footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10%;
  margin-top: 5%;
}
footer p {
  padding-right: 3%;
}
footer .pexelsRef {
  display: flex;
  align-items: center;
  padding-left: 3%;
}
footer .pexelsRef a {
  color: white;
  font-size: 1.5rem;
  padding-left: 4%;
  padding-bottom: 8%;
}
.top-section .diningIMG {
  background-image: url(https://images.pexels.com/photos/1243337/pexels-photo-1243337.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}
@media (max-width: 965px) {
  .top-section .diningIMG {
    height: 300px;
    background-attachment: scroll;
  }
}
@media (max-width: 665px) {
  .top-section .diningIMG {
    background-image: url(https://images.pexels.com/photos/3584927/pexels-photo-3584927.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260);
    background-attachment: scroll;
    height: 385px;
    margin-top: 6%;
    margin-bottom: 2%;
  }
}
.top-section .community {
  margin-top: 10%;
  margin-bottom: 10%;
}
@media (max-width: 965px) {
  .top-section .community {
    margin-top: 5%;
    margin-bottom: 5%;
  }
}
.middle-section .tableIngredientsIMG {
  background-image: url(https://images.pexels.com/photos/2284166/pexels-photo-2284166.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}
@media (max-width: 965px) {
  .middle-section .tableIngredientsIMG {
    height: 300px;
    background-attachment: scroll;
  }
}
@media (max-width: 665px) {
  .middle-section .tableIngredientsIMG {
    display: none;
  }
}
.middle-section .learn {
  margin-top: 10%;
  margin-bottom: 10%;
}
@media (max-width: 965px) {
  .middle-section .learn {
    margin-top: 5%;
    margin-bottom: 5%;
  }
}
.bottom-section .cameraFood {
  background-image: url(https://images.pexels.com/photos/3584927/pexels-photo-3584927.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}
@media (max-width: 965px) {
  .bottom-section .cameraFood {
    height: 300px;
    background-attachment: scroll;
  }
}
@media (max-width: 665px) {
  .bottom-section .cameraFood {
    display: none;
  }
}
.ui-photo-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 8%;
}
.ui-photo-section .contactNameIMG {
  display: flex;
  justify-content: center;
  width: 30%;
  flex-direction: column;
  align-items: center;
  padding-bottom: 6%;
}
@media (max-width: 965px) {
  .ui-photo-section .contactNameIMG {
    width: 40%;
  }
}
@media (max-width: 665px) {
  .ui-photo-section .contactNameIMG {
    width: 50%;
  }
}
.ui-photo-section .contactNameIMG a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ui-photo-section .contactNameIMG img {
  border-radius: 50%;
  width: 50%;
  padding-bottom: 4%;
  filter: grayscale(100%);
}
.ui-photo-section .contactNameIMG img:hover {
  filter: grayscale(0%);
}
