/* CSS Document */

body {
	margin:0;
	padding:5px;
	-webkit-text-size-adjust:none;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	background: -webkit-linear-gradient(#f8a51b, #f9ba1d);
    background: -moz-linear-gradient(#f8a51b, #f9ba1d);
    background: -ms-linear-gradient(#f8a51b, #f9ba1d);
    background: -o-linear-gradient(#f8a51b, #f9ba1d);
    background: linear-gradient(#f8a51b, #f9ba1d);
}
a {
	text-decoration: none;
	color:#fff;
	outline:0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active {
	text-decoration: none;
	color:#fff;
}
h1 {
	font-size: 28px;	
}
img{
	width:180px;
	height:auto;
}
html {
	height:auto;
    min-height: 100%;
}
#voalteLogo {
	text-align:center;
	margin-bottom:30px;
	padding-left:3px;
}
#configButn {
	-webkit-border-radius:30px;
	border-radius:30px;
	border: #e20177 solid 2px;
	width:auto;
	height:auto;	
	padding:10px;
	margin-top:50px;
	text-align:center;
	font-weight:bold;
	background-color:#e20177;
	text-transform:uppercase;
	font-size:14px;
}

#configButn:active {
	border: #e20177 solid 2px;
	background-color:#e20177;
	box-shadow: 0 0 25px #ffffff;
}
.mainContent {
  width:180px;
  margin-top: 16%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom:50px;
  color:#fff;
  font-weight:bold;
}

/* Prevent zooming and image bleed*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	img { max-width: 100%; }
}
