h1, h2, h3, p, li {
  font-family: 'Red Hat Display', sans-serif;
  /*font-size: 1.1rem;*/
}

p {
	line-height: 1.6rem;
}

a {
  color: rgb(136, 197, 64);
}

a:hover {
  color: rgb(136, 197, 64);
  text-decoration: underline;
}

.white-link, strong {
  color: white;
}

body {
  background-color: rgb(50, 59, 69);
}

a.navbar-burger {
	color: white;
}


@media (min-width: 1024px) {
	a.navbar-item:hover {
		text-decoration: none;
		background-color: transparent;
	}

	a.navbar-item:hover > p {
		border-bottom: 3px solid rgb(136, 197, 64);
	}

	a.navbar-item > p {
		color: white;
	}

	nav {
		width: 1024px;
		/*margin-top: 10px;*/
		margin-left: auto;
		margin-right: auto;
	}

	.is-active-page > p {
		border-bottom: 3px solid rgb(136, 197, 64);
	}
}

@media (max-width: 1023px) {
	nav {
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}

	a.navbar-burger {
		margin-top: auto;
		margin-bottom: auto;
	}

	.hero-footer {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.real-close {
	margin-bottom: -5px !important;
}

.hero-body {
	padding-top: 140px !important;
}

.navbar {
	border-bottom: 1px solid white;
	background-color: rgba(50, 59, 69, 0.96) !important;
	height: 90px;
	transition: top 0.3s;
}

.responsive-google-slides {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 Ratio */
	height: 0;
	overflow: hidden;
}

.responsive-google-slides iframe {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}