/* loading google fonts locally */
/* 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;
}

.logo {
	padding: 10px;
}

/* 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%;
}

/* download buttons */

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

.banner a {
	color: white;
}

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

.banner .version a.highlight,
.banner .version a.help {
	color: white;
    background-color: #f18f01;
	display: inline-block;
	line-height: 36px;
	padding:  0 7px;
	text-decoration: none;

	height: 38px;
	line-height: 38px;
	margin-bottom: 10px;
	padding: 0px 10px 0px 50px;
	border-radius: 4px;

	background-repeat: no-repeat;
	background-size: 32px;
	background-position: 9px 3px;
}

.banner .version a.highlight {
	background-image: url("../images/forum.png");
}

.banner .version a.help {
	background-image: url("../images/book.png");
}

.banner .downloads p {
	margin-bottom: 1rem;
}

.installer {
	padding-top: 5px;
	text-align: left;
}


.downloads {
	text-align: center;
}

.downloads .win,
.installer .win,
.downloads .macosx,
.installer .macosx,
.downloads .linux,
.installer .linux {
	color: white;
}

.downloads .win,
.installer .win,
.downloads .macosx,
.installer .macosx,
.downloads .linux,
.installer .linux {
	background-repeat: no-repeat;
	background-size: 32px;
	background-position: 9px 3px;
	background-color: black;

	display: inline-block;
  	height: 38px;
  	line-height: 40px;
  	margin-bottom: 10px;
  	padding: 0px 10px 0px 50px;
	border-radius: 6px;
	text-decoration: none;

	-webkit-transition: background 0.4s ease-out;
	-moz-transition: background 0.4s ease-out;
	-o-transition: background 0.4s ease-out;
	-ms-transition: background 0.4s ease-out;
	transition: background 0.4s ease-out;
}

.installer .win.primary,
.installer .macosx.primary,
.installer .linux.primary {
	background-color: #3573F9;
}

.downloads .win,
.installer .win {
	background-image: url("../images/download-windows.png");
}

.downloads .macosx,
.installer .macosx {
	background-image: url("../images/download-macosx.png");
}

.installer .linux,
.downloads .linux {
	background-image: url("../images/download-linux.png");
}


/* features */

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

/* screenshots */

.screenshots {
	text-align: center;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.screenshots img {
	max-width: 90%;
}

.desktop {
	border-radius: 2px;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
}

.phone {
	display: block;
	position: absolute;
	right: -2rem;
	top: 2rem;
	max-height: 50%;
	border: 1px solid gray;
	border-radius: 10px;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
}

/* misc */

.screencast {
	background-color: #f1f1f1;
	overflow: auto;
	-webkit-overflow-scrolling:touch;
	padding-bottom: 10px;
}

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

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

.misc a {
  background: url(../images/arrow.png) no-repeat 6px center;
  background-size: 12px;
  padding-left: 20px;
}

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

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

/* noteworthy */

.noteworthy h5 {
	font-weight: bold;
	margin-top: 30px; 
}

.noteworthy .title {
	font-weight: bold;
}

.noteworthy .news td {
	vertical-align: top;
	padding-bottom: 10px;
}

.noteworthy img {
	max-width: 100%;
}

.noteworthy li {
	margin-bottom: 0rem;
}