.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;
}

.sotm .maintitle {
	font-family: 'AveriaSerifLibre-Regular', serif;
}

.sotm .press-kit-header {
  background-image: url("../south-march/res/bridge-header.png");
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.65); 
  background-blend-mode: darken; 
}

.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;
}

.sotm .sotm-screenshots a {
	width: 50%;
}

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

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

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

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