@charset "utf-8";

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

*{
	margin: 0;
	padding: 0;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	box-sizing: border-box;
	align-content: center;
}



body {
    background-color: #ffdba4;
	margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
	align-content: center;
}

.navbar{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.logo{
	width: 100px;
}

.navbar fixed-top {
	width: 90%;
	padding: 30px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar ul li{
	list-style: none;
	display: inline-block;
	margin: 20px;
	
}

.navbar ul li a{
	text-decoration: none;
	text-transform: uppercase;
	color:black;
	border-radius:25px;
	font-weight: 900;
	padding: 15px;
	
}

li a:hover{
	background: #f27900;
	transition: 0.5s;
	
}

li a:hover{
	color: #f27900;
	transition: 0.5s;
}

.navbar ul li a:hover{
	color: #e9e9e9;
	transition: 0.5s;
	}



.navbar fixed-top a:hover{
	color: #ffffff;
}

.footerContainer{
	width:100%;
	padding: 70px 30px 20px;
	text-align: center;
	align-items: center;
	align-content: center;
}

.socialIcons{
	display:flex;
	justify-content: center;
	text-align: center;
	align-items: center;
}

.socialIcons a{
	text-decoration: none; 
	padding:10px;
	background-color: #f27900;
	margin: 10px;
	border-radius: 50%;
}

.socialIcons a i{
	font-size: 2em;
	color:#e9e9e9;
	opacity: 0.9;
}

.socialIcons a:hover{
	background-color: #ffdba4;
	transition:0.5s;
	
}

.socialIcons a:hover i{
	color:#f27900;
	transition: 0.5s;
}

.footerNav ul{
	display: flex;
	justify-content: center;
}

.footerNav ul li a{
	color: black;
	margin: 20px;
	text-decoration: none;
	font-size: 1.3em;
	opacity: 0.7;
	transition: 0.5;
}

.footerNav ul li a:hover{
	opacity: 1;
}

.footerBottom{
	background-color:#f27900;
	padding:20px;
	text-align: center;
}

.footerBottom p{
	color: white;
}


.designer{
	opacity: 0.7;
	letter-spacing: 1px;
	font-weight: 400;
	margin: 0px 5px;
	
}
	

#print_button{
    padding: 10px;
    border-radius: 10px;
    border: none;
    background-color: #f27900;
    cursor: pointer;
    transition: 0.5s;
    position: fixed;
    top: 90px;
    right: 50px;
}

#print_button:hover{
    background-color: #ffdba4;
}

.bi-printer{
    font-size: 50px;
    color: white;
    font-weight: bold;
}


.recipe-header{
	font-size: 30px;
	text-align: center;
	padding-bottom: 10px;
}

h3{
	font-size: 20px;
	text-align: center;
	padding-bottom: 15px;
}




table{
	width: 100%;
	font-size: 25px;
	border-collapse: collapse;
	padding: 30px;
} 

td{
	border: 3px solid #f27900;
	padding: 30px;
}
	

	
.image-ref{
	width: 50%;
	text-align: center;
	align-items: center;
	align-content: center;
	margin: 0 auto;
}


.dicedMangoImg{
	width: 300px;

}

.addingTheItemsImg{
	width: 300px;

}

.HourCooking1Img{
	width: 300px;	

}

td ul {
    margin: 0;
    padding-left: 16px;
    list-style-position: inside;
}

td ul li{
	font-size: 30px;
}

::marker{
	font-size: 20px;
}

td ol {
    margin: 0;
    padding-left: 16px;
    list-style-position: inside;
}

td ol li{
	font-size: 30px;
}




.recipe-header{
	text-align: center;
}

.descpription-text{
	font-size: 16px;
	text-align: center;
	padding-bottom: 5px;
}

h1{
	font-size: 50px;
}