html, body
{
	background-color: #FD583B;
	height: 100%;
	width: 100%;
}

.container {
  background: transparent;
	height: 100%;
	width: 100%;
  position: relative;
	top:-50px;
}

.center {
	background: yellow;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.rightArrow
{
		width: 60px;
    height: 80px;
		position: absolute;
    top: 38%;
    right: 50%;
    
}
.leftArrow
{
		width: 60px;
    height: 80px;
		position: absolute;
    top: 21.2%;
    left: 49.7%;    
}

.logoArrows
{
		//background-color: gray;
		position: absolute;
   	width: 100%;
   	height: 150px;
		top: 30%;
	  left: 0%;
	  //margin-left:-100px;//Half width
	  //-ms-transform: translate(-50%, -50%);
	  //transform: translate(-50%, -50%);
		/*margin-top: 70px;
		margin-left: 60px;*/
		//font-size: 40px;
		/*background: blue;*/
		//text-align: center;
		//padding-top: 0px;

}

.logoHeader
{
		position: absolute;
   	width: 200px;
   	height: 50px;
		top: 58%;
	  left: 50%;
	  margin-left:-100px;//Half width
	  //-ms-transform: translate(-50%, -50%);
	  //transform: translate(-50%, -50%);
		/*margin-top: 70px;
		margin-left: 60px;*/
		font-size: 40px;
		/*background: blue;*/
		text-align: center;
		padding-top: 0px;
}

.logoSubHeader
{
		position: absolute;
   	width: 200px;
   	height: 50px;
		top: 72%;
	  left: 50%;
	   margin-left:-100px;//Half width
	  //-ms-transform: translate(-50%, -50%);
	  //transform: translate(-50%, -50%);
		/*margin-top: 70px;
		margin-left: 60px;*/
		font-size: 40px;
		/*background: green;*/
		text-align: center;
		padding-top: 0px;
}

.appstore
{
		position: absolute;
   	//width: 200px;
   	//height: 50px;
		top: 82%;
	  left: 50%;
	  //-ms-transform: translate(-50%, -50%);
	  //transform: translate(-50%, -50%);
	   margin-left:-125px;//Half width
		/*margin-top: 70px;
		margin-left: 60px;*/
		font-size: 40px;
		/*background: green;*/
		text-align: center;
		padding-top: 0px;
}

.privacy
{
	//background-color: gray;
		position: absolute;
   	width: 400px;
   	height: 50px;
		top: 90%;
	  left: 51%;
	   margin-left:-200px;//Half width
	  //-ms-transform: translate(-50%, -50%);
	  //transform: translate(-50%, -50%);
		/*margin-top: 70px;
		margin-left: 60px;*/
		font-size: 40px;
		/*background: green;*/
		text-align: center;
}

@font-face {
    font-family: 'UncolaWebFont';
    src: url('Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
		font-size: large;
}

p {
	font-family: 'UncolaWebFont';
	color:white
}

.pp {
	font-family: 'UncolaWebFont';
	color:white;
	text-color:white;
	font-size: 40px;
}
