@charset "utf-8";
/* CSS Document */
#weather {
	text-align: center;
	text-transform: uppercase;
	background-color: #c6dea6;
	margin-top: 30px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-bottom: 10px;
}

#weather h2 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 2.5em;
  font-weight: ;
	text-align: center;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
	font-weight: bold;
}

#weather ul {
  margin: 0;
  padding: 0;
}

#weather li {
	background: #fff;
	background: rgba(255,255,255,0.90);
	display: inline-block;
	border-radius: 5px;
	font-size: 1em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#weather .currently {
  margin: 0 10px;
}

