@font-face {
	font-family: "cs";
	src: url("../../../fonts/coming/coming-soon-v12-latin-regular.woff") format("woff"),
	url("../../../fonts/lora/coming/coming-soon-v12-latin-regular.woff2") format("woff2");
}

@font-face {
	font-family: "ub";
	src: url("../../../fonts/ubuntu/ubuntu-mono-v10-latin-regular.woff") format("woff"),
	url("../../../fonts/lora/ubuntu/ubuntu-mono-v10-latin-regular.woff2") format("woff2");
}

html, body {
	margin: 0;
	width: 100%;
	height: 95%;
	font-family: cs;
}

body {
	background-color: #333;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #aeaeae;
}

#container {
	width: 95%;
	max-width: 1800px;
	height: 92%;
	margin: 0 auto;
}

.outer {
	width: 100%;
	height: 100%;
	position: relative;
}

svg {
	width: 100%;
	height: 100%;
}

.countries {
	fill: none;
	stroke: #909090;
}

.point {
	fill: none;
	stroke: none;
	stroke-width: 1px;
}

.now {
	width: 250px;
	margin: 1em auto;
	color: #ccc;
	text-align: center;
	font-size: 1.1em;
	position: relative;
}

.slider {
	width: 250px;
	margin: 0.5em auto;
}

.overlay {
	stroke-width: 20px;
	stroke: transparent;
	fill: none;
	cursor: pointer;
}

.underlay {
	stroke: #f6f6f6;
}

.handle {
	stroke: transparent;
	fill: transparent;
	cursor: pointer;
}

.footer {
	font-family: ub;
	font-size: 11px;
	color: #aeaeae;
	margin-top: 1.7em;
}

#tool {
	position: absolute;
	display: none;
	color: #f6f6f6;
	background-color: rgba(34, 34, 34, 0.8);
	padding: 0.1em;
	font-size: 1em;
	pointer-events: none;
}

.sunrise {
	color: #fbd26c;
}

.sunset {
	color: #e3634a;
}

.sunrise.alt, .sunset.alt {
	color: #dddddd;
}

.button{
	cursor: pointer;
}

@media screen and (min-width: 640px) {
	.slider {
		position: absolute;
		top: -50%;
		left: 100%;
		margin: 0.5em 0 0.75em 0;
	}
}

@media screen and (min-width: 1024px) {
	.point {
		stroke-width: 1.5px;
	}
	
	.now {
		font-size: 1.3em;
	}
	
	.tool {
		font-size: 1.2em;
	}
}