#top-section{

    background-color: #f1f1d0;

    /*
    background-image: url("../images/hello.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: calc(100% - 20px);
    background-size: 400px;
    */
}

#logo-image{
    width: 60%;
}

#keyboard-image{
    margin-top: 40px;
    border-style: solid;
    border-width: 5px;
    border-color: black;
}

#hello-image{
    width: 95%;
    margin-top: 5px;
    margin-bottom: 5px;
}

#login-container{
    margin-top: 5px;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    padding: 10px;
    width: 60%;
    float: right;
}

#fill-order{
    padding: 15px;
    background-color: #46c3d0;
    color: #ffffff;
    border-radius: 20px;
}

#bill-order{
    padding: 15px;
    background-color: #89c64c;
    color: #ffffff;
    border-radius: 20px;
}

#pay-order{
    padding: 15px;
    background-color: #d7933a;
    color: #ffffff;
    border-radius: 20px;
}

#fixed-animate{
	position:fixed;
	top:0px;
	left:0px;
    width:100%;
    height:100vh;
    background-color: black;
    z-index:10000;
    text-align: center;
}

#lac{
    position:absolute;
    top:10%;
    left:43%;
}

#lac-logo{
    position:absolute;
    width:0px;
    top:200px;
    left:200px;
}

.video-container {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%; 
	overflow: hidden;
    z-index:10001;
}

.video-container video {
	min-width: 100%; 
	min-height: 100%; 
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
  }