body{
    /* text-align: center; */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 62.5%;
    color: #eee;
    background-color: #18120e;
}
/* h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-style: italic;
    font-weight: 100;
    text-align: center;
    text-decoration: line-through;
    text-indent: 70px;
    text-transform: capitalize;
    color: brown;
    letter-spacing: 10px;
    word-spacing: 10px;
    line-height: 40px;
}
a{
    text-decoration: none;
} */
p{
    font-size: 25px;
    line-height: 40px;
    font-family: Arial, Helvetica, sans-serif;
    
}
.navbar{
    width: 100%;
    height: 99vh;
    background-image: url("img/meat.jpg");
    background-size: cover;
}
.shadow{
    height: 99vh;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.322),rgba(0, 0, 0, 0.322));
}
.header{
    background-color: rgba(63, 46, 31, 0.397);
    overflow: hidden;
}
ul{
    font-size: 25px;
    margin-left: 63%;
}
li{
    float: left;
    list-style: none;
    margin-right: 7%;
    margin-top: -2%;
    margin-bottom: 2.9%;
}
li a{
    text-decoration: none;
    text-transform: uppercase;
    font-style: italic;
    font-family: monospace;
    color: rgb(255, 255, 255);
}
.wrapper{
    width: 95.5%;
    padding: 30px;
    margin-top: -10px;
    overflow: hidden;
}
.juice-p-1{
    width: 23.75%;
}
.juice-p-1 img{
    width: 100%;
    margin-top: 37%;
    box-shadow: 8px 70px 78px 24px rgba(0, 0, 0, 0.67);
}
.juice-c-1{
    width: 72.75%;
    padding-left: 1%;
    float: right;
}
.blog-content-1{
    padding: 60px;
    margin: 0 40px;
}
.blog-content p{
    font-weight: 200;
    font-family: 'Playfair Display', serif;
}


.juice-p-2{
    width: 33.75%;
    float: right;
    margin-top: -72%;
}
.juice-p-2 img{
    width: 74%;
    margin-top: 97%;
    box-shadow: 8px 70px 78px 24px rgba(0, 0, 0, 0.67);
}
.juice-c-2{
    width: 68.75%;
    padding-left: 1%;
    margin-top: 31%;

}
.blog-content-2{
    padding: 60px;
    margin: 0 40px;
    margin-left: 0;
}
.blog-content-2 p{
    font-weight: 200;
    font-family: 'Cinzel', cursive;
}



.juice-p-3{
    width: 23.75%;
}
.juice-p-3 img{
    width: 100%;
    margin-top: 37%;
    box-shadow: 8px 70px 78px 24px rgba(0, 0, 0, 0.67);
}
.juice-c-3{
    width: 72.75%;
    padding-left: 1%;
    float: right;
}
.blog-content-3{
    padding: 60px;
    margin: 0 40px;
}
.blog-content p{
    font-family: 'Teko', sans-serif;
}




.juice-p-4{
    width: 33.75%;
    float: right;
    margin-top: -72%;
}
.juice-p-4 img{
    width: 74%;
    margin-top: 67%;
    box-shadow: 8px 70px 78px 24px rgba(0, 0, 0, 0.67);
}
.juice-c-4{
    width: 68.75%;
    padding-left: 1%;
    margin-top: 31%;

}
.blog-content-4{
    padding: 60px;
    margin: 0 40px;
    margin-left: 0;
    margin-top: -28%;
}
.blog-content-4 p{
    font-weight: 200;
    font-family: 'Courgette', cursive;
}
/* -----------    ALL THE BUTTONS GOES HERE DOWN    --------------- */
/* THIS BTN IS IN THE ABOUT PAGE DONT DELETE IT.  */

/* .btn{
    background-color: rgba(0, 0, 0, 0.055);
    padding: 13px 50px;
    outline: none;
    border: 3px solid rgb(71, 110, 146);
    border-radius: 9px ;
    font-size: 17px;
    margin-top: 2%;
    margin-left: 35%;
    cursor: pointer;
}
.btn a{
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer; 
}*/
 
.btn{
    padding: 13px 0px;
    cursor: pointer;
    border: none;
    border-bottom: 3px solid rgb(63, 46, 31);
    outline: none;
    box-shadow: 8px 20px 28px 24px rgba(0, 0, 0, 0.67);
    background-color: #fff;
    margin-top: 4%;
}
.btn a{
    padding: 13px 20px;
    font-size: 18px;
    text-decoration: none;
    color: rgb(71, 5, 71);
}

.btn-first{
    margin-top: 11%;
}
/* .btn-last{

} */