*{
margin:0;
padding:0;	
}

body{
background:#000;
font-family:sans-serif;
color:#FFF;
}

.outerWrapper{
position: relative;
top: 0%;
text-align:center;
margin-left:0;
margin-right:0;
margin-bottom:0;	
}

.redirectWrapper{
position:relative;
text-align:center;
margin-left:auto;
margin-right:auto;
}

.wrapper{
width:100%;
height:100%;
position:relative;
overflow-y:hidden;
overflow-x:hidden;
z-index:20;
}

.box1, .box2, .box3, .box4{
text-align:center;
margin-left:auto;
margin-right:auto;
}

.box1, .box2{
max-width:800px;
width:100%;
margin-top:20px;
margin-bottom:20px;
}

.box2 p{
font-family: Arial,sans-serif;
font-weight:bold;
color:#FFF;
font-size:2em;
}

.box3{
width:800px;
}

.box4{
margin-top:20px;
margin-bottom:20px;
}

.box4 p{
font-family: Arial,sans-serif;
color:#FFF;
font-style:italic;
font-size:2em;
}

.logo{
display:inline-block;
}

.logo img{
width:40%;
padding-left:20px;
padding-right:20px;
}

.logo img:first-child{
border-right: 1px solid #FFDC3E;
}

.logo img:first-child ::before{
content: " ";
position: absolute;
top:0px;
left:0px;
width:10px;
height:10px;
background-color:#FF0000;
}

.logo img:first-child ::after{
content: " ";
position: absolute;
top:0px;
left:0px;
width:10px;
height:10px;
background-color:#FF0000;
}

.stateList{
list-style-type:none;
text-align:center;
margin-left:auto;
margin-right:auto;
}

.stateList li{
display:inline-block;
margin:10px;
}

.stateList li a{
display:inline-block;
border-radius:10px;
background-color:#FFDC3E;
color:#000;
font-family: Arial,sans-serif;
font-weight:bold;
font-size:2.15em;
text-transform:uppercase;
text-decoration:none;
width:300px;
padding:20px;
margin:10px;
}

.footer{
bottom:0;
margin-left:auto;
margin-right:auto;
width:95%;
padding-top:20px;
padding-bottom:20px;
}

.footer p{
text-align:center;
font-size:12px;
width:100%;
margin-left:auto;
margin-right:auto;
}

.redirectBox{
position:relative;
background:#000;
padding:20px;
text-align:center;
border-bottom:1px solid #ffdc3e;
box-shadow:0px 5px 10px rgba(0, 0, 0, 0.8);
z-index:100;
}

.leftBox, .rightBox{
display:inline-block;
vertical-align:middle;
padding-left:10px;
padding-right:10px;
}

.appBox{
position:relative;
text-align:center;
overflow:hidden;
max-width:150px;
border:2px solid #ffdc3e;
border-radius:20px;
box-shadow:3px 3px 3px rgba(0.8);
width:150px;
height:150px;
}

.appImg{
width:100%;
margin: 0;
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

#countdown{
margin-top:20px;	
}

progress {
max-width:300px;
width:100%;
height:20px;
border:1px solid #ccc;
border-radius:4px;
background-color:#555;
margin-top:5px;
margin-bottom:5px;
}

progress::-webkit-progress-bar {
background-color:#555;
}

progress::-webkit-progress-value {
background-color:#FFDC3E;
}

progress::-moz-progress-bar {
background-color:#555;
}

#cancel{
font-size:12px;
cursor:pointer;
color:#000;
background-color:#FFDC3E;
padding-left:10px;
padding-right:10px;
padding-top:5px;
padding-bottom:5px;
border-radius:5px;
display:inline-block;
margin-top:5px;
font-weight:bold;
}

@keyframes appear {
    0% {margin-top:-20px; opacity:0;}
    100% {margin-top:0; opacity:1;}
}

@-webkit-keyframes appear {
    0% {margin-top:-20px; opacity:0;}
    100% {margin-top:0; opacity:1;}
}

@media only screen and (max-width: 800px) { 
	.box3{
	width:100%;
	}
}


@media only screen and (max-width: 600px) {
	.logo img{
	width:30%;
	}
	
	.box3{
	width:auto;
	}
	
	.box2 p, .box4 p{
	font-size:1.5em;
	}
	
	.stateList li {
	width:100%;
	margin:auto;
	}
	
	.stateList li a{
	font-size: 1.5em;
	max-width: auto;
	width: 80%;
	padding:10px;
	}
}

@media only screen and (max-width: 570px) and (min-width: 520px ) { 
	.rightBox{
	margin-top:10px;
	font-size:14px;
	}
}

@media only screen and (max-width: 520px) { 
	.rightBox{
	margin-top:10px;
	font-size:12px;
	}
}