.press-kit-header {
	background-color: #000;
}

.maintitle {
	padding-top: 60px;
  background: initial;
  color: #DDD;
  font-family: 'Balgruf', serif;
  font-size: 45px;
  margin-bottom: 5px;
  font-weight: bold;
}

.secondarytitle {
	font-size: 28px;
	margin-top: -65px;
	font-weight: normal;
}

.keepimg {
	width: 200px;
	opacity: 0.5;
	position: absolute;
	top: 66px;
	margin: auto;
	left: 0;
	right: 0;
}

.main-buttons {
	text-align: center;
}

.main-buttons button, .main-buttons .dropdown {
	display: inline-block;
}

.fact-sheet span {
	float: right;
}

.featurette-divider {
	margin: 50px 0;
}

.featurette h4 {
	margin-bottom: 20px;
}

.screenshots-full {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.screenshots-full a {
	width: 25%;
	display: inline-block;
}

.screenshots-full img {
	max-width: 100%;
	padding: 10px;
	border-radius: 20px;
}

.featurette h5 {
	border-bottom: solid 1px #ddd;
	margin-top: 20px;
	margin-bottom: 20px;
}

@font-face {
  font-family: 'Balgruf';
  src: url(Balgruf.otf) format('opentype');
}