@charset "utf-8";
/* CSS Document */



html, body{
	background-color: #000;
}

#videobackground{
	height: 100%;
	width: auto;
	left: 0;
	position: absolute;
	top: 0;
	overflow-x: hidden;
	overflow-y: hidden;
	z-index: 1;
}

.buttonText {
	padding-left: 10px;
  	font: 18px/1.5 "Segoe UI";
  	color: #fff;
}
 
a {
  color: #fff;
  text-decoration: none;
}

#menu{
	height: 720px;
	width: 1280px;
}

#button1 {
  background: #008a00;
  height: 28px;
  width: 250px;
  margin-top: 40px;
    margin-bottom: 5px;
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 10;
  
  /*Transition*/
  -webkit-transition: All 0.2s ease;
  -moz-transition: All 0.2s ease;
  -o-transition: All 0.2s ease;
  -ms-transition: All 0.2s ease;
   transition: All 0.2s ease;
}

#button2 {
  background: #008a00;
  height: 28px;
  width: 250px;
  margin-top: 75px;
    margin-bottom: 5px;
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 10;
  
  /*Transition*/
  -webkit-transition: All 0.2s ease;
  -moz-transition: All 0.2s ease;
  -o-transition: All 0.2s ease;
  -ms-transition: All 0.2s ease;
   transition: All 0.2s ease;
}

#button3 {
  background: #008a00;
  height: 28px;
  width: 250px;
  margin-top: 110px;
    margin-bottom: 5px;
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 10;
  
  /*Transition*/
  -webkit-transition: All 0.2s ease;
  -moz-transition: All 0.2s ease;
  -o-transition: All 0.2s ease;
  -ms-transition: All 0.2s ease;
   transition: All 0.2s ease;
}

#button4 {
  background: #008a00;
  height: 28px;
  width: 250px;
  margin-top: 145px;
    margin-bottom: 5px;
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 10;
  
  /*Transition*/
  -webkit-transition: All 0.2s ease;
  -moz-transition: All 0.2s ease;
  -o-transition: All 0.2s ease;
  -ms-transition: All 0.2s ease;
   transition: All 0.2s ease;
}

#button1:hover {
	margin-left: 15px;
}
#button2:hover {
	margin-left: 15px;
}
#button3:hover {
	margin-left: 15px;
}
#button4:hover {
	margin-left: 15px;
}


