body,
html {
    height: 100%;
}

.parallax {
    background-image: url("https://d39l2hkdp2esp1.cloudfront.net/img/photo/126844/126844_00_2x.jpg");
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
    z-index: 2;
}

h1 {
    text-align: center;
    font-size: 500%;
    color: #FBF6E3;
    letter-spacing: 3px;
    z-index: 99;
}

h2 {
    font-size: 150%;
    color: #FBF6E3;
    padding-left: 100px;
    padding-top: 40px;
}
h4 {
    font-size: 150%;
    color: #FBF6E3;
    padding-top: 40px;
}
img {
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    float: right;
    padding-top: 50px;
    padding-right: 80px;
}

.right {
    float: right;
}

img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

h3 {
    font-size: 70%;
    color: #F0D0A9;
    letter-spacing: 3px;
    padding-left: 145px;
    padding-top: 30px;
}

li {
    padding-bottom: 15px;
    z-index: 1;
}

* {
    margin: 0;
    border: 0;
    padding: 0;
    z-index: 1;
}

.parallax-inner {
    padding-top: 24%;
    padding-bottom: 20%;
}

.navbar {
    overflow: hidden;
    background: rgba(27, 44, 55, 0.8);
    position: fixed;
    top: 0;
    width: 100%;
    font-family: 'Raleway';
    font-size: 22px;
    z-index: 99;
}

.navbar a {
    float: left;
    display: block;
    color: #FBF6E3;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    font-family: 'Raleway';
}

.navbar a:hover {
    background: rgba(27, 27, 27, 0.5);
    color: #F0D0A9;
}

.main {
    padding: 16px;
    margin-top: 30px;
    height: 1500px;
    z-index: 2;
}

#myVideo {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
}

#ingredientsDiv {
    height: auto;
    background-color: #121e26;
    font-size: 36px;
    padding: 30px;
    padding-bottom: 40px;
}

.right {
    text-align: right;
    font-size: 150%;
    color: #FBF6E3;
    letter-spacing: 3px;
    padding-right: 90px;
    padding-top: 40px;
}

.righting {
    text-align: right;
    font-size: 70%;
    color: #F0D0A9;
    letter-spacing: 3px;
    padding-top: 30px;
}

ol {
    text-align: right;
    color: #F0D0A9;
    letter-spacing: 3px;
    padding-left: 500px;
    padding-top: 30px;
    padding-right: 105px;
}

.imgre {
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    float: left;
    padding-top: 50px;
    padding-left: 80px;
}

.imgre:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.card {
    position: relative;
    display: inline-block;
}

.card .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.card:hover .img-top {
    display: inline;
}

footer {
    text-align: center;
    font-size: 25px;
}
.trans{
  max-height: 900px;
  background: rgba(27, 44, 55, 0.7);
}
.fa {
  font-size: 30px;
  width: 10px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.3;
}

.fa-facebook {
  padding: 9px;
  color: white;
}

.fa-twitter {
    padding: 20px;
  color: white;
}

.fa-google {
    padding: 12px;
  color: white;
}

.fa-instagram {
    padding: 20px;
  color: white;
}


 