
/* ******************************** general */

body {
	min-height: 100%;
	background-color: #25313f;
	font-family: sans-serif;
	line-height: 1.5;
}

article {
	clear: both;
}

h1, h2, h3, h4, h5 {
	color: #fff;
}

h1 {
	font-size: 26px;
}

body, p {
	color: #fff;
}

a {
	color: #ef3f36;
	text-decoration: none;
	transition: all 0.3s ease;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

b {
	color: #ef3f36;
}

div#page {
	width: 60%;
	max-width: 900px;
	margin: 40px auto 0;
	padding: 0;
}

	@media screen and (max-width: 1610px) {
		div#page {
			width: 60%;
		}
	}
	
	@media screen and (max-width: 1200px) {
		div#page {
			width: 70%;
		}
	}
	
	@media screen and (max-width: 950px) {
		div#page {
			width: 80%;
		}
	}
	
	@media screen and (max-width: 750px) {
		div#page {
			width: 90%;
		}
	}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* ******************************** manual download */

a.manual {
	display: block;
	width: fit-content;
	text-align: center;
	margin: 10px;
	padding: 10px 30px;
	background-color: #1c232d;
	border-radius: 10px;
	color: #fff;
	-webkit-box-shadow:0px 0px 105px 4px rgba(255,255,255,0.24);
	-moz-box-shadow: 0px 0px 105px 4px rgba(255,255,255,0.24);
	box-shadow: 0px 0px 105px 4px rgba(255,255,255,0.24);
}

/* ******************************** inline lists */

ul.inline-list {
	padding: 0;
	margin: 0 auto;
	clear: none;
}

	@media screen and (max-width: 1400px) {
		ul.inline-list {
			clear: both;
		}
	}

ul.inline-list li {
	list-style: none;
	padding: 0;
	margin: 0 10px 0 0;
	clear: none;
	float: left;
	border-radius: 10px;
}


/* ******************************** screenshots */

ul.screenshots {
	padding: 0;
	margin: 0;
	float: right;
	clear: both;
	margin-left: 15px;
}

ul.screenshots li {
	list-style: none;
	padding: 0;
	margin: 0 10px 0 0;
	clear: both;
}

/* ******************************** header */

header#header {
	margin: 30px 0 40px;
}

header#header div.logo {
	width: fit-content;
	height: 70px;
	margin: 0 auto 20px;
}

header#header div.logo h1 {
	min-width: 350px;
	padding-top: 15px;
}

header#header div.logo img {
	float: left;
	-webkit-box-shadow:0px 0px 105px 4px rgba(255,255,255,0.24);
	-moz-box-shadow: 0px 0px 105px 4px rgba(255,255,255,0.24);
	box-shadow: 0px 0px 105px 4px rgba(255,255,255,0.24);
	margin-right: 15px;
}

/* ******************************** terms */

aside.terms {
	margin-top: 10px;
	border-left: 10px solid #fff;
	padding-left: 20px;
	border-radius: 10px;
}

/* ******************************** footer */

footer#page-footer {
	margin: 30px 0;
}

#demo {
	width: fit-content;
	float: left;
	margin: 10px 0;
}

#demo a span {
	transition: all ease 0.6s;
}

#demo a:hover span {
	margin-left: 10px;
}

ul#footer-nav {
	width: fit-content;
	margin: 0 auto;
}

ul#footer-nav li {
	display: inline-block;
	margin: 0;
}

ul#footer-nav li a {
	display: inline-block;
}

@media screen and (max-width: 620px) {
	#demo {
		width: 100%;
		margin-bottom: 20px;
	}
	#demo a {
		display: block;
	}
}

/* ******************************** end style */
