@charset "utf-8";

*{
	margin: 0;
	padding: 0;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	box-sizing: border-box;
}



body {
    background-color: #ffdba4;
	margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.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;
	
}

label{
	color: #e9e9e9;
}

legend{
	color: #e9e9e9;
}

.Heading{
	text-align: center;
	font-size: 80px;
	border-radius:300px;
	background: #f27900;
	width: 60%;
	margin: 0 auto;
}

.button{
	width:200px;
	padding:15px;
	margin: 20px 5px;
	text-align: center;
	border-radius:25px;
	background-color: #e9e9e9;
	color:#000000;
	border:2px;
	font-size:20px;
	cursor: pointer;
	font-weight: 600;
	}
	
	
.button:hover{
    background: #f27900;
    transition: 0.5s;
    text-align: center;
}
	
.button:hover{
	color:white;
}	

section{
	width: 65%;
	padding: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	align-items: center;
}

tr{
	align-content: center;
	text-align: center;

}

th .right-table{
	box-sizing:border-box;
	justify-content: center;
	text-align: center;
	padding-left: 30px;
	width: 40px;
}

 .left-table{
	padding-right: 30px; }

.recipe-preview{
	width: 400px	;
}
h1{
	font-size: 50px;
	padding-bottom: 30px;
}

.descpription-text{
	font-size: 30px;
	padding-bottom: 30px;
}