html, body{
	margin:0;
	padding:0;
	font-family: 'Montserrat', serif;
	background:url('../images/bg.png') repeat-x #1c1c1c;
	/* background: linear-gradient(0deg, rgba(34,34,34,1) 60%, rgba(103,103,103,1) 80%, rgba(113,113,113,1) 100%, rgba(204,204,204,1) 100%); */
}

.top-status-bar{
	background:#000;
	height:60px;
	color:#fff;
	font-weight:bold;
	font-size:2em;
	padding:0.5em;
	padding-top:1em;	
}

#clock{
	float:left;
}

#battery{
	float:right;	
}

.battery-percentage{
	text-align:right;
}

.menu{
	margin:1.5em;
	padding:1.5em;
	border:1px solid lightgray;
	width:3em;
	border-radius:10px;
}

.menu img{
	width:3em;
}

.progress{
	margin-top:-8em;	
	text-align:right;
}

h1{
	color:white;
	font-size:8em;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h4{
	color: white;
	font-size:4em;
	text-align: center;
	margin-top:0px !important;
	padding-top:0px !important;
}

.body{
	padding:1em;
	text-align:justify;
}

input, label{
	width:88%;
	height:2em;
	font-size:3em;
	margin:5%;
	border:1px solid gray;
	padding-left:2%;
	border-radius: 10px;
}

input[type=submit]{
	width:30%;
	background: rgb(95, 95, 95);
	color:white;
	box-shadow: 1px 0px #888888;
	border-radius: 10px;
}

label{
	font-size:3em;
}
.icon{
	width:250px;
	border:1px solid black;
	border-radius:50px;
	margin:25px;
	background: white;
}

.button-container{
	text-align: center;
}

.white-text{
	color:white;
	font-size:2em;
	text-align: center;
}

a{
	font-size: 4em;
	color:white;
	text-decoration: none;
}

.menu-item{
	border-radius: 10px;
	background: rgb(95, 95, 95);
	width:60%;
	height:30%;
	text-align: center;
	margin:auto;
	margin-top:60px;
	margin-bottom:30px;
	padding:60px;
}

.small-link{
	font-size:1em;
}

.filter{
	float:left;
	width:100%;
}

.filter input{
	width:80%;
}

select{
	width:100%;	
	height:4em;
}

textarea{
	width
}