*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
html,body,#wrapper{
	width: 100%;
	height: 100%;
	min-height: 650px;
	min-width: 1020px;
}
#background{
	position: fixed;
	top:0px;
	left:0px;
	z-index: -1;
	width: 100%;
	height:100%;
	background-image: url("homePic1.jpg");
	background-position: center;
	background-repeat: no-repeat; 
	background-size: cover;
}
#home{
	width: 100%;
	height: 100%;
}
#headBar{
    width: 100%;
	min-width: 1020px;
    height: 80px;
    background-color: black;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 3;
}
#bar {
    text-align: right;
    margin-right: 40px;
    padding-top: 30px;
    color: yellow;
    font-size: 20px;
    word-spacing: 10px;
}
.wordspace {
    word-spacing: 0px;
}
nav a {
    color: yellow;
	text-decoration: none;	
	cursor: pointer;
	-webkit-transition: color .5s;
    transition: color .5s;
}
a:hover{
	/*#ff9900*/
    color: blue;
    text-decoration: underline;
}
#logo{
	width: 250px;
	height: 80px;
	position: fixed;
    top: 0px;
    left: 12px;
    z-index: 4;
	cursor: pointer;
}
#header{
	padding-top: 150px;
	height: 60%;
	width: 100%;
}
#titleHome{
	font-size: 64px;
	text-align: center;
}
#textHome{
	font-size: 26px;
	text-align: center;
	padding-top: 36px;
	margin-left: 300px;
	margin-right: 300px;
}
#buttons{
	padding-top: 150px;
	display: flex;
	justify-content: center;
}
.buttons{
	background-color: yellow; 
    border: none;
    color: black;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    cursor: pointer;
	border-radius: 8px;
	-webkit-transition: color 1s;
    transition: color 1s;
}
.buttons:hover{
	color: yellow;
	background-color: black;
}
#english{
	margin-right: 50px;
}
#french{
	margin-left: 50px;
}
#systemPic{
	margin-left: auto;
	margin-right:auto;
	display: block;
	/*width: 1020px;
	height: 650px;*/
    padding:1.8px;
    border:1.2px solid #021a40;

	height: 80%;
}
#titleHow{
	padding-top: 116px;
	font-size: 64px;
	text-align: center;
}
#textHow{
	font-size: 26px;
	text-align: center;
	padding-top: 36px;
	margin-left: 300px;
	margin-right: 300px;
}
#order{
	padding-top: 100px;
	width: 100%;
}
#kitchen{
	width: 100%;
}
#order p,#kitchen p{
	text-align: left;
}
.sectionLeft, .sectionRight {
	background-color:#ffcc00;
    width: 50%;
	height: 650px;
    float: left;
}
#titleOrder{
	padding-top: 100px;
	font-size: 46px;
	margin-left: 20%;
}
#titleKitchen{
	padding-top: 50px;
	font-size: 46px;
	margin-left: 20%;
}
#textOrder, #textKitchen{
	font-size: 22px;
	text-align: center;
	padding-top: 36px;
	margin-left: 20%;
	margin-right: 5%;
}
#orderPic,#kitchenPic{
	width: 80%;
	margin-left: 5%;
	/*margin-top: 20%;*/
	margin-top: 50px;
	display: block;
}
/*#orderPic{
	width: 80%;
    height: 550px;
	margin-left: 5%;
	margin-top: 50px;
}
#kitchenPic{
	width: 95%;
    height: 550px;
	margin-left: 5%;
	margin-top: 50px;
}*/
#order .sectionRight{
	background-color: #ffdb4d;
}
#kitchen .sectionLeft{
	background-color: #ffdb4d;
	margin-bottom: 100px;
}
#kitchen .sectionRight{
	margin-bottom: 100px;
}
#sequencePic{
	margin-left: auto;
	margin-right:auto;
	display: block;
	/*width: 1000px;
	height: 600px;*/
	padding: 1px;
    border:1px solid #021a40;

    height: 80%;
}
#titleBox{
	padding-top: 100px;
	font-size: 64px;
	text-align: center;
}
#textBox{
	font-size: 28px;
	text-align: left;
	padding-top: 36px;
	margin-left: 300px;
	margin-right: 300px;
	margin-bottom: 100px;
}
#vid{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#partner{
	margin-top: 80px;
	background-color:#ffdb4d;
	width: 100%;
	height: 400px;
}
#titlePartner{
	padding-top: 40px;
	font-size: 42px;
	text-align: center;
}
#textPartner{
	font-size: 22px;
	text-align: left;
	padding-top: 50px;
	margin-left: 200px;
	margin-right: 200px;
}
#footer{
	background-color: black;
	width: 100%;
	height: 160px;
}
#bar2{
    text-align: center;
    padding-top: 30px;
    color: yellow;
    font-size: 36px;
    word-spacing: 10px;
}
#copy{
	color: yellow;
	font-size: 18px;
	padding-top: 24px;
	text-align: center;
}
.not_ready{
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateX(-80px);
		-ms-transform: translateX(-80px);
			transform: translateX(-80px);
}
.ready{
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
			transform: translateX(0px);
	-webkit-transition: opacity 1.1s ease, -webkit-transform 1.1s ease;
			transition: opacity 1.1s ease, transform 1.1s ease;
}