/* raleway-300 - latin */
@font-face {
	font-display: swap;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/raleway-v29-latin-300.woff2') format('woff2'),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		url('../fonts/raleway-v29-latin-300.ttf') format('truetype');
	/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* raleway-regular - latin */
@font-face {
	font-display: swap;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/raleway-v29-latin-regular.woff2') format('woff2'),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		url('../fonts/raleway-v29-latin-regular.ttf') format('truetype');
	/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* raleway-600 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/raleway-v29-latin-600.woff2') format('woff2'),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		url('../fonts/raleway-v29-latin-600.ttf') format('truetype');
	/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* common styles */
a,
a:hover {
	color: #95A5B4;
}

/* header */
nav.primary {
	color: #95A5B4;
	text-align: right;
}

nav.primary ul,
nav.primary ul li {
	margin: 0px;
}

nav.primary ul li {
	display: inline;
	position: relative;
}

nav.primary ul li a {
	display: inline-block;
	line-height: 36px;
	padding: 0 7px;
	color: #95A5B4;
	text-decoration: none;
}

nav.primary ul li a:hover {
	color: black;
	cursor: pointer;
}

nav.primary ul li a.download {
	color: white;
	background-color: #f18f01;
}

nav.primary ul li a.download:hover {
	color: #eeeeee;
}

.language {
	font-weight: bold;
	color: #95A5B4;
	border: 1px solid #95A5B4;
	border-radius: 1rem;
	padding: 0.5rem;
}

/* banner */
.banner {
	background-image: linear-gradient(to bottom, rgb(149, 165, 180) 0%, rgb(137, 154, 172) 100%);
	background-color: #95A5B4;
	color: white;
	text-align: center;
}

.banner img {
	width: 200px;
	max-width: 100%;
}

/* hero */
.hero .screenshot {
	position: relative;
	max-width: 50%;
	margin: 2rem auto -5rem;
}

.hero .logo {
	height: 3.24rem;
	vertical-align: text-top;
}

.hero {
	background-image: linear-gradient(to bottom, rgb(149, 165, 180) 0%, rgb(137, 154, 172) 100%);
	background-color: #95A5B4;
	color: white;
	padding: 0.5rem;
}

.hero a {
	color: white;
}

/* values */

.values {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.value-heading {
	margin-bottom: .3rem;
}

.value-description {
	font-weight: 300;
}


/* download buttons */

.banner .teaser {
	margin-top: 2.5rem;
}

.banner a {
	color: white;
}

.banner .version {
	margin-bottom: 0.5rem;
}

/* features */

.features {
	margin-top: 1.5rem;
	padding-top: 10px;
	background-color: #f1f1f1;
}

/* plain text */
.plain-text {
	margin-top: 2.5rem;
	text-align: left;
}

.plain-text h5 {
	margin-top: 2.5rem;
	margin-bottom: 1rem;
}

.plain-text li {
	list-style-position: outside;
	margin-left: 20px;
}

/* misc */
.partner,
.misc {
	text-align: center;
	padding-top: 10px;
}

.partner h5,
.misc h5 {
	margin-top: 2.5rem;
	margin-bottom: 1rem;
}

/* faq */

.faq {
	text-align: center;
	padding-top: 10px;
}

.faq dd,
.faq dt {
	text-align: left;
	padding-bottom: 10px;
	;
}

.faq-question {
	cursor: pointer;
	font-weight: bold;
}

.faq-answer {
	display: block;
}

.faq-answer li {
	list-style-position: outside;
	margin-left: 20px;
}

.screenshot {
	max-width: 70%;
	border: 1px solid black;
	border-radius: 10px;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
}

.screenshot-bottom {
	max-width: 70%;
	border: 1px solid black;
	border-radius: 0 0 10px 10px;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
}

.screenshot-top {
	max-width: 70%;
	border: 1px solid black;
	border-radius: 10px 10px 0 0;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
}

/* device instruction box */
.tabbed-box {
	margin-bottom: 10px;
	border: 1px solid #ddd;
}

.tabs {
	overflow: hidden;
	background-color: #f1f1f1;
}

.tabs button {
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	text-transform: none;
	margin-bottom: 0px;
}

.tabs button:hover {
	background-color: #ddd;
}

.tabs button.active {
	background-color: #ddd;
}

.tab-content {
	display: none;
	padding: 6px 12px;
	border-top: none;
}

.tab-content.active {
	display: block;
	padding: 6px 12px;
	border-top: none;
}


/* footer */
footer {
	margin-top: 5rem;
	background-color: #95A5B4;
	color: white;
	font-size: 70%;
	text-align: center;
}

footer a,
footer a:hover {
	color: white;
}

.btn-app-store {
	height: 40px;
}

.btn-play-store {
	height: 40px;
}