@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@300;400;500&display=swap');

body,td,th {
	color: #FFF;
}
body {
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight:300;
}
.cl{
	clear:both;
}
.container{
	width:100%;
	background-color: #ffbd14;
}
.content{
	width:980px;
	float:none;
	margin:auto;
	padding-top:100px;

}

.content h1{
  font-family: 'Dancing Script', cursive;
	color:#000;
	text-align:center;
	padding:0;
	margin:0;
	padding-bottom:10px;
	font-weight:500;
	font-size:48px;
}
.content p{
	color:#333333;
	text-align:center;
}
.content h2{
	font-family: 'Nunito Sans', sans-serif;
	color:#286f81;	
	font-weight:400;
}
.header{
	position:fixed;
	background-color:transparent;
	padding:6px 0 12px 0;
	text-align:center;
	width:100%;
	height:80px;
	/*	margin-top:-120px;*/
	z-index:100;
	
}
.header a{
	display:inline-block;
	padding:4px 17.4px ;
	font-size:17px;
	color:#fff;
	/*font-family: 'Avenir', sans-serif;*/
	font-family: 'Nunito Sans', sans-serif;
	text-decoration:none;
	font-weight:580;
	letter-spacing:-.5px
}
.header a:hover{
    transition: color 0.4s ease 0s;
	color:#10846f;
	}
	.rightlink{
		padding-right:110px !important;
	}
	.headerleft{
		width:20%;
		text-align:left;
		float:left;
	}
	.headerright{
		width:80%;
		float:left;
		text-align:right;
	}
	.logo{
		margin-left:20px;
	}
	.logobtm
	{
		
		margin-top:-20px;
	}
	.ordertable{
		background-color:#FFF;
		padding:5px 20px;
		margin:25px 0 50px 0;
	}
.footercontainer{
	padding:100px 0px 150px 0px;
	font-family: 'Nunito Sans', sans-serif;
    color: #fff;
	text-align:center;

	font-size:14px;
	background-color:#1569cb;

}
.footer{
	padding:40px;
	font-family: 'Nunito Sans', sans-serif;
    color: #10846f;
	text-align:center;
	font-size:16px;
	background-color:#fff;
	width:82%;
	margin: auto;
	display:block;
}
.hungry{
	transform: rotate(350deg);
	font-family: 'Dancing Script', cursive;
	font-size:30px;
	font-style: italic;
	padding-bottom:50px
}
.social{
	background-color:#10846f;
	padding:25px;
	float:right;
	position:absolute;
}
.footer1{
	width:33%;
	float:left;
	text-align:left;

}
.footer2{
	width:34%;
	float:left;
	text-align:center;
}
.footer3{
	width:33%;
	float:left;
	text-align:right;
	float:right;
}
.footercontainer a{
    color: #fff;
	text-decoration:none;
}
.footercontainer a:hover{
    color: #ccc;
}



#fixedsocial {
    top:35%;
    position:fixed;
	background-color:#10846f;
	right: 0;
	padding:32px 10px 20px 10px;
	margin-right:10px;
}
#fixedsocial img {
    padding:0px 0;
}

/*.facebookflat {
    background:url("http://placehold.it/50x50");
    height:50px;
    width:50px;
   transition:ease 500ms;
    background-size:50px;
    opacity:1;
}

.facebookflat:hover {
    background:url("http://placehold.it/50x50");
    height:50px;
    width:50px;
    background-size:60px;
    opacity:0.5;
    transition:ease 500ms;
    margin-left:-20px;
    width:70px;

}

.twitterflat {
    background:url("http://placehold.it/50x50");
    height:50px;
    width:50px;
    transition:ease 500ms;
    background-size:50px;
    opacity:1;
}

.twitterflat:hover {
    background:url("http://placehold.it/50x50");
    height:50px;
    width:50px;
    background-size:60px;
    opacity:0.5;
    transition:ease 500ms;
    margin-left:-20px;
    width:70px;
}*/