body {
	background-color: #000;
	color: #FFF;
	font-size: 15px;
	font-family: "Helvetica Neue", Helvetica, Arial, "PingFang TC", "儷黑 Pro", "Microsoft JhengHei", 微軟正黑體, STHeiti, "Heiti TC Medium", "Apple LiGothic", PMingLiu, 新細明體;
}
a:hover {
	text-decoration: none;
}
.warning {
	width: 100%;
	background-color: #ea3323;
}
.warning span {
	padding-right: 24px;
}
.warning span:last-child {
	padding-right: 0;
}
.backdrop {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.overlay {
	width: 100%;
	background-image: linear-gradient(to bottom, transparent, #000);
}
.light {
	font-weight: lighter;
}
.current-weather {
	line-height: 18px;
}
.current-weather .left-meta {
	padding-top: 16px;
}
.current-weather h1 {
	font-size: 15px;
}
.current-weather .time {
	font-size: 32px;
	line-height: 34px;
}
.current-weather .current-status {
	width: 96px;
}
.current-weather .degree {
	font-size: 90px;
	line-height: 70px;
	vertical-align: middle;
}
.current-weather .degree-symbol {
	font-size: 50px;
}
.weather-about {
	margin-top: 350px;
	margin-bottom: 10px;
	text-shadow: 0px 1px #555;
}
.weather-about span {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	padding: 15px;
	border-radius: 10px;
}
.forecast {
	text-shadow: 0px 2px #555;
	font-weight: medium;
	background-color: rgba(0, 0, 0, 0.5);
	padding-top: 15px;
	border-radius: 10px;
}
.credit {
	font-size: 14px;
	color: #888;
}
.credit a {
	color: #888;
	text-decoration: none;
}
.credit a:hover {
	color: #bbb;
}
footer {
	padding-top: 80px;
	background-color: #000;
	color: #888;
	font-size: 14px;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
footer a{
	color: #888;
}
footer a:hover {
	color: #bbb;
	text-decoration: none;
}
@media (max-width: 980px) {
	.weather-about {
		margin-top: 180px;
	}
	.forecast {
		overflow-x: scroll;
	}
	.forecast .col {
		min-width: 90px;
	}
	.forecast::-webkit-scrollbar {
		height: 8px;
	}
	.forecast::-webkit-scrollbar-track {
		background: transparent;
		border-radius: 4px;
	}
	.forecast::-webkit-scrollbar-thumb {
		background: #333;
		border-radius: 4px;
	}
	.forecast::-webkit-scrollbar-thumb:hover {
		background: #333;
	}
}
@media (max-width: 767px) {
	.current-weather, .current-weather h1 {
		font-size: 14px;
		line-height: 18px;
	}
	.current-weather .current-status {
		width: 60px;
	}
	.current-weather .degree {
		font-size: 50px;
	}
	.current-weather .degree-symbol {
		font-size: 34px;
	}
	.current-weather .time {
		font-size: 30px;
	}
	.weather-about {
		margin-bottom: 10px;
		font-size: 14px;
		/* background-color: rgba(0, 0, 0, 0.5); */
	}
	.weather-about span {
		display: block;
		font-size: 14px;
	}
	.forecast span {
		font-size: 13px;
	}
	.credit {
		font-size: 13px;
	}
	footer {
		font-size: 13px;
		text-align: center;
	}
	footer a{
		display: inline-block;
	}
}
@media (max-width: 576px) {
	.credit {
		text-align: center;
	}
	.weather-about span {
		border-radius: 0;
	}
	.forecast {
		border-radius: 0;
	}
}
