*, *:before, *:after {
  box-sizing: border-box;
}
:root {
  --back: rgb(190,20,71);
  --back2: #c12252;
  --back3: rgb(203,76,114);
  --back4: rgb(214,128,154);
}
body {
	margin: 0;
	overflow-x: hidden;
	background: #eeeeee;
	font-family: 'Source Sans Pro', sans-serif;
}
.outernav {
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.25);
	background:rgba(255,255,255,0.15);
}
.innernav {
	font-size:0.9em;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	max-width:44em;
	margin: 0 auto;
}
.innernav a {
	color:white;
	text-decoration: none;
	line-height: 2.5em;
}		
.colored {
	background: linear-gradient(to bottom, var(--back) 0%, var(--back)60%, var(--back2) 70%, var(--back3) 80%, var(--back4)90%, #eeeeee 90%);
	color: white;
}
.colored-solid {
	background: var(--back);
	color: white;
}
.slogan {
	font-size:1.25em;
	text-align:center;
	padding:1.5em 1em 0.5em 1em;
}
h1 {
	font-size:2em;
	font-weight:normal;
	text-align:center;
	padding:1.5em 0em 0.5em 0em;
	line-height:1em;
	margin-block-start:0;
	margin-block-end:0;
}
.productshot {
	display: block;
	width: 46em;
	max-width: 80%;
	margin: 0 auto;
}
header {
	margin-top: 1em;
}
.header-image {
	display:inline-block;
	position:relative;
	padding:0;
	left:50%;
	transform:translateX(-50%);
	max-width:75vw;
	width:20em;
}
.screenshot {
	float:right;
	width:20em;
	max-width:40%;
}
.outerdescription, .card {
	margin: 0 auto;
	max-width:80em;
}
.outerdescription {
	padding:4vh 10vw;
}
.description {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:1em;
	line-height: 1.5em;
	margin: 1em 0;
}
.badge {
	width:160px;
	height:auto;
	display:block;
	float:right;
	margin-left:1em;
}
.cards {
	margin:0;
	border-top:1px solid rgba(0,0,0,0.25);
	border-bottom:1px solid rgba(0,0,0,0.25);
}
.card {
	font-family: 'Source Sans Pro', sans-serif;
	padding:4vh 10vw;
}
.card:nth-of-type(odd) {
	background: linear-gradient(to right, #eeeeee 0%, #ffffff 50%, #eeeeee 100%);
}
.card:nth-of-type(even) {
	background: #eeeeee;
}
.card:last-child {
	padding-bottom: 4em;
}
sup {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
.heading {
	font-size:1.25em;
	padding-bottom:0.5em;
	font-weight:bold;
}
.text {
	line-height:1.5em;
	color: #444444;
}
.footnote {
	font-size:0.9em;
	margin-top:1em;
	padding-left:2em;
	color: gray;
}
.footnote a {
	text-decoration: none;
	color: var(--back);
}
.faq {
	width:80vw;
	max-width:60em;
	margin:3em auto;
}
.faq .question {
	font-size:1.25em;
	font-weight: bold;
}
.faq .answer {
	font-size:0.9em;
	padding:0.5em 0 1.5em 0;
	line-height:1.5em;
}
.about-us {
	width:80vw;
	max-width:60em;
	margin:3em auto;
}
.people {
	margin-bottom: 4em;
}
.person {
	max-width: 60em;
	margin: 0 auto 3em auto;
	min-height: 10em;
}
.person img {
	height:10em;
	width:auto;
	box-shadow: 8px 8px 24px 0px rgba(0,0,0,0.5);
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;
}
.page-subtitle {
	font-size:1.5em;
	text-align:center;
	padding:1em 0em 2em 0em;
	font-weight: bold;
}
.person .name {
	font-weight: bold;
	margin-bottom: 1em;
}
.person .title {
	font-weight: normal;
	font-size: 0.8em;
	color: #404040;
}
.person .description {
	font-size: 0.9em;
}
.footernavouter {
	width: 100%;
	background:#606060;
}
.footernavinner {
	font-size:0.9em;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	max-width:44em;
	margin: 0 auto;
}
.footernavinner a {
	color:white;
	text-decoration: none;
	line-height: 2.5em;
}
.footer {
	background: #404040;
	color:white;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	font-size:0.9em;
	line-height: 2.5em;
}
.privacy, .terms {
	max-width:60em;
	margin:1em auto;
	padding:1em;
}
.privacy h2, .terms h2 {
	font-size: 1.25em;
}
.repertoire {
	width:80vw;
	max-width:60em;
	margin:3em auto;
}
.repertoire h2 {
	margin: 0em 0em;
	font-size: 1.25em;
}
.video-frontpage {
	margin:0 auto 2em auto;
	max-width:1024px;
}
.video-frontpage video {
width: 100%;
height: 100%;
}