@charset "utf-8";

html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../images/opening.jpg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	-moz-background-size: contain;
	overflow: hidden;
	}
.text {
	font-family: "Arial","Lucida Handwriting",Tahoma,Verdana;
	font-size: 12pt;
	font-style: italic; 
	color: #fff;
	line-height: 23px;
	margin-top: 100px;
	margin-left: 130px;
	padding-bottom: 5px;
	}
.button {
	float: left;
	cursor: pointer;
	margin-left: 170px;
	}	
.button:hover, .button:active {
	text-decoration: none;
	background-color: #000;;
	padding: 1px 2px;
}

@media screen(min-width:1366px) {
	#html{
		width:100%;
		height:100%;
		}
}

@media screen(max-width:1366px) {
	#html{
		width:100%;
		height:100%;
		}
}

@media screen(max-width:1024px) {
	#html {
		width:100%;
		height:100%;
		}
}

@media screen(max-width:768px) {
	#html {
		width:100%;
		height:100%;
		}
}

@media screen and (-webkit-min-device-pixel-ratio : 1.5), and (min-device-pixel-ratio : 1.5), and (max-resolution: 192dpi){
  body {
    font-size: 90%;
  	}
}

@media screen and (-webkit-min-device-pixel-ratio : 1.5), and (min-device-pixel-ratio : 1.5), and (max-resolution: 192dpi) {
  body {
    font-size: 90%;
  	}
}

@media screen(max-width:480px) {
	#html {
		width:70%;
		height:70%;
		}
}

@media screen(max-width:320px) {
	#html {
		width:50%;
		height:70%;
		}
}
				

