.intro h1 {
	font-family: 'Indie Flower', cursive;
	font-size: 60px;
}

.start {
	font-family: 'Indie Flower', cursive;
	font-size: 30px;
}

@media ( max-width: 768px) {
	.intro h1 {
		font-size: 40px;
	}
	.start {
		font-size: 20px;
	}
}

.navbar>.container .navbar-brand {
	font-family: 'Indie Flower', cursive;
	font-weight: bold;
}

/* video {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-size: cover;
} */

#map-canvas {
	width: 100%;
	height: 300px;
	margin: 0;
	padding: 15px;
}

.grid figure h2 {
  font-size: 13px;
  letter-spacing: 2px;
}
