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

* /*remove marging and padding for all elements*/
{
	margin:0; padding:0;
}

h1
{
	color:#FFF;
	text-align:center;
	font-size: 48px;
}

h2
{ font-size:24px;
}
	
#lasik
{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight:100;
	background:rgba(0,0,0,.3);
	color:white;
	padding:2em;
	width:33%;
	margin:2em;
	float:right;
	font-size:18px;
	
}

#lasik p
{
	display:block;
	-webkit-margin-before:1em;
	-webkit-margin-after:1em;
	-webkit-margin-start:0px;
	-webkit-margin-end:0px;
	text-align:justify;
}

#vidpause
{
	display:block;
	width:80%;
	padding:0.4em;
	border:none;
	margin:1em auto;
	font-size:1.3em;
	background:rgba(255,255,255,.23);
	color:white;
	border-radius:3px;
	cursor:pointer;
	-webkit-transition:0.3s background;
	transition:0.3 background;
}

video#bgvid
{
	position:fixed;
	right:0; bottom:0;
	
	/*make the video fullscreen on multiple screens*/
	min-width:100%;
	min-height:100%;
	width:auto; height:auto;
	z-index:-100;
	background-image:url(../picture/Visumax-Ipoh.jpg);
	background-size:cover;
	
	transition:1s opacity;
}

video
{
	display:block;
	
}

	

.stopfade
{
	opacity:0.5;
}

@media screen and (max-device-width: 800px)
{
	html
	{
		background:url(../picture/Visumax-Ipoh.jpg) #000 no-repeat;
		}
	}/* CSS Document */

#footer
{
	background-color:#000;
	color:white;
	clear:both;
	text-align:center;
	padding:15px;
}