@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

@media screen and (min-width: 240px) and (max-width: 568px) and (orientation: portrait){


    /********************************************************/
    *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    html{
        scroll-padding: 60px;
    }

    body{
        width: 100%;
        height: 100%;
        background-color: #161719;
        background-image: url("../assets/BUTCHERY_IMGS/PRDS_BACKGRND_BLK.png"); 
        -webkit-font-smoothing: antialiased;
        overflow-x: hidden;  
    }
    
    img {
        width:100%;
        height:auto;
    }
    /*********************************************************/
    



/**************** MBL NavBar **********************/
.navBar{
    display: none;
}
.mobileMenu{
	z-index: 999;
	display: block;
	width: 100%;
	position: fixed;
	top: 0;
	}
	

.mobileMenu .bt-menu{
	background-color: #0c0c0c;
	display: block;
	padding: 5px;
	color: rgba(255, 255, 255, 0.85);
	overflow: hidden;
	text-decoration: none;
	font-weight: 200;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mobileMenu span{
	float:right;
	font-size:20px;
} 

#Menu_mobile{
	z-index: 999;
	display: block;
	/*z-index:1000;*/
	width: 50%;
	height: 50%;
	left: -100%;
	position: fixed; /* Old browsers */
	background-color: #0c0c0c;
	border-radius: 0 0 25px 0;
	}

/*********************************************************/

section{
    width: 100vw;
    height: 100vh;
    padding: 0;
    margin: 0;
}

.sectorClass{
    background-color: transparent;
    background-position: 50% 0%; 
    background-size: cover; 
    background-repeat: no-repeat; 
}



#Main_header{
    width: 100%;
    height: 270px;
    padding-top: 20px;
    background-image: url("../assets/BUTCHERY_IMGS/MBL_50_RANCH_1.png") no-repeat;
    background-size: auto 100%;
    overflow-x: hidden; 
}

.header_Wrapper{
    width: 100%;
    max-width: 900px;
    margin: 0px auto;
    padding-top: 25px; 
    padding-bottom: 0px;
    /* background-color: #1c1d1f;  */
    /* background-color: rgb(151, 150, 150);   */
}
/* .header_Wrapper img{
    width: 100px;
    height: auto;} */

.logo_wrapper img{
    margin-left:20px;
    width: 110px;
    height: auto;
}

.CTA_Statement{
    margin-top:-90px;
    margin-left: 130px;
}
.CTA_Statement img{
    margin-top: 10px;
    margin-left: 13px;
    width: 75px;
    height: auto;
}

.CTA_Statement h1{
    margin-bottom: 5px;
    padding-left: 15px;
    font-size: 1.4rem;
    line-height: 1.4rem;
    color:#ffF;
    text-shadow: 3px 3px 6px rgba(44, 44, 44, 0.8);
}
.CTA_Statement p{
    margin-top: 10px;
    margin-left: -90px;
    font-size: 1.1rem;
    line-height: 1.3rem;
    letter-spacing: 5px;
    text-transform: uppercase;
    color:#ffF;
    text-shadow: 3px 3px 6px rgba(44, 44, 44, 0.8);
}
.slang{
    font-family: 'Lobster', cursive;
    color:#fff;
    font-size: 0.95rem;
    font-weight: 200;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
    margin-top: 5px;
    margin-left: 6%;
}

/********************* TITLE PAGE **********************************************/

#Title_Page{
    width: 100%;
    height: 100%;
    margin: 0px auto;
    color: #eef4fc;
}
.title_bar{
    width: 100%;
    place-items: center;
    max-width: 700px; 
    /* margin: 0px auto; */
    padding-top: 90px; 
    padding-bottom: 20px;
    background-image: url("../assets/BUTCHERY_IMGS/LONA_SHARP375.png");
    background-repeat: no-repeat; 
}

.section_title{
    width: 100%;
    height: 32px;
    margin-top: 15px;
    margin-left: 25px;
    margin-bottom: 0px;
    padding: 8px 10px 8px 10px;
    /* background-color: rgb(215, 42, 44);  */
    background: linear-gradient(60deg, rgba(158, 30, 32, 0.95), rgba(22, 23, 25, 0.5));
    /* background: linear-gradient(80deg, rgba(215, 42, 44, 0.9), rgba(22, 23, 25, 0.5)); */
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.section_title h2{
    color:#e4e9f0;
    font-size: 1.3rem;
}

/**************************************************************************/


/************************************************************************/
#prodsVacuno{
    width: 100%;
    height: 100%;
    margin: 0px auto;
    color: #D5E1EF;
    
}
.prodsVacuno_Wrapper{
    width: 90%;
    max-width: 700px; 
    margin: 0px auto;
    padding-top: 0px; 
    padding-bottom: 30px;
    /* background-color: #1c1d1f;  */
}

.whatapp p{
    padding-bottom: 4px;
    text-indent: -10px;
}

.product_box_grid{
    display:grid;
    padding:3px;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
}
.best_seller{
    height: 10px;
}


/************ MEANWHILE ********************************************/

#MeanWhile{
	height: 100%;
	margin-top: 25px;
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding-bottom: 30px;
}

.meanWhile_Wrapper{
    width: 90%;
    max-width: 700px; 
    margin: 0px auto;
}

.meanWhile_box_grid{
    display:grid;
    padding: 0 0px;
    grid-template-columns: 1fr;
    grid-gap: 16px;
}

.card_carrier{
    width: 340px;
    height: auto;
    background-color: rgb(16, 17, 16);
    border-radius: 10px;
}

.card_carrier img{
    width: 340px;
    height: auto;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.yummy img{
    width: 20px;
    height: auto;
}


/**********************************************************/

#Footer{
    width: 100%;
    height: 100%;
    color: #D5E1EF;
    
}
.footer_Wrapper{
    width: 95%;
    height: 100%;
    font-family: 'Lato', sans-serif;
    max-width: 700px;
    margin: 0px auto;
    /* background-color: #1b1b1b; */
    padding-bottom: 15px;
}
.footer_box{
    width: 95%;
    height: 100%;
    margin: 0 auto;
}
.footer_grid{
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.logo_hollow img{
    width: 160px;
    height: auto;
    opacity: 0.85;
}
.Address{
    font-family: 'Lato', sans-serif;
    font-size: 0.85rem;
    font-weight: 300;
    /* display: inline-block;  */
    margin-top:25px;
 }
 /* .FRM-Sub-Extended{
    padding-bottom: 5px;
    font-size: 0.9rem;
    color: #D5E1EF;
    font-weight: 300;
} */
.FRM-Sub-Extended p{
    padding-bottom: 5px;
    font-size: 0.9rem;
    color: #D5E1EF;
    font-weight: 300;
}

.Sub_menu{
    line-height: 0.88rem;
}

.Sub_menu a{
    text-decoration: none;
    font-size: .65rem;
    font-weight: 200;
    color:#D5E1EF;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.Sub_menu a:hover{
    color:#ff7402;
    font-weight: 400;
}
/******************* SOCIAL NETWORK ***************************************/
.SocialNetworks{
    /* background-color: blueviolet; */
    width: 90%;
    max-width: 300px;
    height: 60px;
    margin: 0px auto;
    padding-top: 20px;
}
.SocialNet_grid{
    display: grid;
    grid-template-columns: 100px 70px;
    gap: 5px;
}
.faceBook{
    
    font-size: 1.5rem;
}
.faceBook a{
    color:#D5E1EF;
    font-size: 1.5rem;
    text-decoration: none;
}
.faceBook a:hover{
    color:#ff7402;
    font-size: 1.5rem;
    
}

.copy{
    width: 100%;
    height: 30px;
    background-color: rgb(17, 17, 17);
    padding: 5px;
    text-align: center;
}
 .copy p{
    color:#D5E1EF;
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 1px;  
 }
    




















}