
/*@import url('https://fonts.googleapis.com/css?family=Helvetica');
@import url('https://fonts.googleapis.com/css?family=Open Sans');*/


/*To earease the inherent elements*/

/*header{
	margin: 0;
	padding: 0;
	background: #FF006C;
}*/

@font-face {
  font-family:'rmedium';
  src: url("../typo/rmedium.ttf");
}

@font-face {
  font-family:'rlight';
  src: url("../typo/rlight.ttf");
}


.banner{
	postition.relative;
	padding: 5px 0 5px 30px;  /*top, right, bottom, left*//*
	background-image: url("../Images/Logo.png"/ alt="Home" height="60");*/
}

html, body {

	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-size: 16px;
	background:#1A1A1A;
	background-image:url("../images/background111.png");
  background-attachment: fixed;

}



#instruction{
  max-width: 500px;
  margin: 0 auto;
  text-align: center;

  /*
  border-width:1px;
  border-style:solid;
  border-color:#ff006C;*/
}

.intro{

	height: 100%;
	width: 100%;
	margin: auto;
	background-color: #1A1A1A;
	display: table; /*to delete the gap on the top*/
	top: 0;
	background-size: cover;
}

.intro .inner{
	display: table-cell;
	vertical-align: middle;
	max-width: none;
}

.intro2{

	height: 100%;
	width: 100%;
	margin: auto;
	background: url(../images/background2.jpg);
	display: table; /*to delete the gap on the top*/
	top: 0;
	background-size: cover;

}

.intro2 .inner{
	display: table-cell;
	vertical-align: middle;
	max-width: none;
}

.content {
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}

h1{
	font-family: 'rmedium';
	color: white;
	font-size: 200%;
	text-shadow: 5px 5px 100px #000000;
}

h2{
	font-family: 'rmedium';
	color: #FF006C;
	font-size: 150%;
	text-shadow: 5px 5px 50px #000000;
}

h3{
	font-family: 'rmedium';
	color: #FF006C;
	font-size: 120%;
	text-shadow: 5px 5px 50px #000000;
}

p{
	font-family: 'rlight';
	color: white;
	font-size: 100%;
	text-align: middle;
	max-width: 500px;
	text-shadow: 5px 5px 50px #000000;

}


.content a{
	font-family: 'rlight';
	color: white;
}

.btn{
	border-radius: 1px;
	font-family: 'rlight';
	color: white;
	font-size: 135%
	padding: 50px 50px;
	border: solid white 2px;
	text-transform: uppercase;
	text-decoration: none;
}
