html {
	background:url(images/mathematics.jpg) no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

html.library {
	background:url(images/mathpaper.jpg) no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

html.software {
	background:url(images/retroarcade.jpg) no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

html.testimonials {
	background:url(images/testimonials.jpg) no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

html.bigdatabusinessanalytics {
	background:url(images/bigdatabusinessanalytics.jpg) no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

html.sealand {
	background:url(images/flagofprincipalityofsealand.png) no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

html.dating {
	/*background:url(images/pleasurefestival.jpg) no-repeat center center fixed;*/
	background-image:none;
	background-color:purple;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

#page {
	margin:0 auto 45px auto; /* 45px because of 40px bottom bar */
	width:800px;
	background-color:white;
	padding:5px 10px;
	border:1px solid black;
}

body {
	font-family:Tahoma, Geneva, sans-serif;
	margin:0;
}

dt {
	font-weight:bold;
}

table tr:nth-child(odd) {
	background-color:white;
}

table tr:nth-child(even) {
	background-color:whitesmoke;
}

footer {
	color:gray;
}

.nav {
	position:inherit;
	width:100%;
	height:50px;
	background-color:#dcdcdc;
	display:flex; /* block */
	flex-flow:row;
	margin:0;
}

.nav .banner {
	display:-webkit-box;
	display:-moz-box;
	display:box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	background-color:#222c37;
	height:50px;
	box-sizing:border-box;
}

.nav .banner .menu {
	width:80%;
	height:50px;
}

.nav .banner .menu ul {
	margin:0;
}

.nav .banner .menu ul li {
	display:inline;
	height:50px;
	line-height:50px;
	font-size:1em;
	padding:0 5px 0 5px;
	text-align:center;
}

.nav .banner .menu ul li:first-child {
	color:#fff;
	cursor:pointer;
	width:100px;
}

.nav .banner .menu a {
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	width:100%;
}

.nav .banner .more {
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:end;
	-moz-box-pack:end;
	box-pack:end;
	-webkit-justify-content:flex-end;
	-moz-justify-content:flex-end;
	-ms-justify-content:flex-end;
	-o-justify-content:flex-end;
	justify-content:flex-end;
	-ms-flex-pack:end;
	-webkit-box-align:center;
	-moz-box-align:center;
	box-align:center;
	-webkit-align-items:center;
	-moz-align-items:center;
	-ms-align-items:center;
	-o-align-items:center;
	align-items:center;
	-ms-flex-align:center;
	width:20%;
	height:50px;
}

.nav .banner .more .searchbar {
	display:-webkit-box;
	display:-moz-box;
	display:box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-moz-box-align:center;
	box-align:center;
	-webkit-align-items:center;
	-moz-align-items:center;
	-ms-align-items:center;
	-o-align-items:center;
	align-items:center;
	-ms-flex-align:center;
	height:50px;
	background-color:#fff;
	width:250px;
	margin:0 0 0 5px;
}

.nav .banner .more .searchbar input {
	margin-left:10px;
	height:30px;
	width:174px;
	border:none;
	background-color:transparent;
}

.nav .banner .more .searchbar button {
	cursor:pointer;
	/*max-width:46px;*/
}

.footer {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:40px;
	z-index:2;
	background-color:#dcdcdc;
	font-size:.8em;
	display:flex;
	flex-flow:row;
	justify-content:center;
	align-content:center;
}

.footer .links {
	/*display:inline;*/
	height:50px;
}

.footer .links ul li {
	display:inline;
}

.quintushegiedotcom {
	list-style-image:url('favicon.ico');
}

.linkedin {
	list-style-image:url('images/icons/linkedin.ico');
}

.facebook {
	list-style-image:url('images/icons/facebook.ico');
}

.twitter {
	list-style-image:url('images/icons/twitter.ico');
}

.html5gamedevs {
	list-style-image:url('images/icons/html5gamedevs.ico');
}

.babylonjs {
	list-style-image:url('images/icons/babylonjs.ico');
}

.youtube {
	list-style-image:url('images/icons/youtube.ico');
}

.rumble {
	list-style-image:url('images/icons/rumble.ico');
}

.footer .subscribe {
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:end;
	-moz-box-pack:end;
	box-pack:end;
	-webkit-justify-content:flex-end;
	-moz-justify-content:flex-end;
	-ms-justify-content:flex-end;
	-o-justify-content:flex-end;
	justify-content:flex-end;
	-ms-flex-pack:end;
	-webkit-box-align:center;
	-moz-box-align:center;
	box-align:center;
	-webkit-align-items:center;
	-moz-align-items:center;
	-ms-align-items:center;
	-o-align-items:center;
	align-items:center;
	-ms-flex-align:center;
	width:20%;
	height:50px;
}

/* cookieconsent */

.cookieconsent-banner {
	position:fixed;
	padding:20px;
	left:0;
	bottom:0;
	background-color:black;
	color:white;
	text-align:center;
	width:100%;
	z-index:99999;
	opacity:0.8;
}

.cookieconsent-confirm {
	color:#ccc;
}
