html {
}

body {
	font-family: 'Roboto', sans-serif;
	background-color: #121c24;
}

a {
	text-decoration: none;
	color: white;
}

.home-image {
	background: url("friends.jpg");
	background-color: #121c24;
	position: fixed;
	top: 0;
	left: 0;
	background-size: cover;
	width: 100vw;
	height: 40vh;
	background-repeat: none;
	margin-top: 0px;
	margin-left: 0px;
	padding: 10px;
}

.some-space {
	background-color: #121c24;
	height: 10vh;
}

.click-range {
	margin-top: 40vh;
}

.click-box {
	float: left;
	margin: 0px;
	margin-top: 10vh;
	padding: 10px;
	width: 35vw;
	height: 40vh;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
	font-family: 'Permanent Marker', cursive;
	color: white;
	font-size: 4vw;
}

.click-box a:hover {
	letter-spacing: 0.5vw;
}

.narrow {
	width: 30vw;
}

.circle {
	width: 1.25vw;
	height: 1.25vw;
	margin: 0.5vw;
	border-radius: 50px;
	background-color: #e42f29;
	display: inline-block;
}

.seasons .circle {
	background-color: #fbe700;
}

.impact .circle {
	background-color: #32358f;
}
