/**/
/* GENERAL */
/**/
body {
	/* font-size: 90%; */
	font-family: sans-serif;
	background-color: #f2f2f2 !important;
}

#box {
	margin: auto;
	background-color: white;
	min-height: 100vh;
	position: relative;
	padding-bottom: 40px;
}



/**/
/* HEADER */
/**/
header {
	padding: 10px 10px 0;
}

#overhead {
	font-size: 0.92em;
}

#topnav {
	color: #AAAAAA;
}

#topnav a {
	background: none repeat scroll 0 0 transparent;
	color: #999999;
	font-weight: normal;
}

#language-switch a {
	color: black !important;

}

#language-flag {
	height: 1em;
}

.navbar {
	background-color: #6caddf !important;
}

.nav-link {
	color: white !important;
	font-weight: bold;
}

.nav-link.active {
	background-color: #3f76a1 !important;
}

.nav-link.active:hover {
	background-color: #444444 !important;
}


/**/
/* SECTION */
/**/
/* #contenttitle {
	margin-top: 10px;
	margin-bottom: 25px;
} */

/* .card {
	margin-bottom: 40px;
	display: inline-block;
}

.card-header {
	padding-top: 7px;
	padding-bottom: 7px;
}

.card-header h3 {
	margin: 0;
}

.card-title {
	margin-bottom: 6px;
} */



/* #note {
	display: inline-block;
	margin-bottom: 40px;
}

#note h5 {
	text-decoration: underline;
}

#status {
	display: inline-block;
	margin-bottom: 40px;
	border: 3px solid rgba(0, 0, 0, 0.125);
}

#status .card-header {
	padding: 12px 20px;
	padding-bottom: 0;
}

#status .card-body {
	padding: 18px 20px 12px;
}

.howto.contentbox {
	text-align: center;
	margin-bottom: 40px;
}

.howto.contentbox p {
	text-align: left;
}

.mfp-title {
	position: absolute;
	color: #FFF;
} */



/**/
/* FOOTER */
/**/
footer {
	position: absolute;
	bottom: 0;
	background-color: #444444;
	color: white;
	text-align: center;
}



/**/
/* RESPONSIVE */
/**/
@media only screen  and (min-width : 992px) {
	/* GENERAL */
	#box { 
		box-shadow: 8px 0 6px -6px #ccc, -8px 0 6px -6px #ccc;
		width: 1060px;
	}
	
	/* HEADER */
	/* #banner {
		height: 70px;
	} */

	#overhead {
		vertical-align: top;
		float: right;
		text-align: right;
	}

	#topnav, #language-switch {
		display: block;
	}

	.navbar {
		margin: 15px 0 0;
		min-height: 25px !important;
		padding: 0;
	}

	.navbar-nav > li > a {
		padding: 0;
	}

	.navbar-brand {
		display: none !important;
	}
	
	.nav-link {
		padding: 7px 10px 7px !important;
	}
	
	.nav-link:hover {
		background-color: #444444;
	}
	
	#status {
		min-width: 50%;
		max-width: 940px;
	}
	
	/* FOOTER */
	footer {
		width: 1060px;
		padding: 10px 0;
	}
}
@media only screen and (min-width : 0px) and (max-width : 991px) {
	/* GENERAL */
	#box {
		padding-top: 45px;
	}
	
	/* HEADER */
	#banner {
		display: none;
	}
	
	#overhead {
		display: flow-root;
	}
	
	#language-switch {
		float: left;
	}

	#topnav {
		float: right;
	}

	#navbanner {
		height: 30px;
	}
	
	.navbar-brand {
		padding: 0;
	}

	.navbar {
		padding: 8px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 50;
	}

	.navbar-toggler-icon {
		height: 20px;
		width: 25px;
	}
	.navbar-toggler {
		height: 30px;
	}
	
	.nav-link:hover {
		color: rgba(255, 255, 255, 0.55) !important;
	}
		
	/* SECTION */
	.card {
		width: 100%;
		max-width: 650px;
	}
	
	/* FOOTER */
	footer {
		width: 100%;
		padding: 5px 0;
		font-size: 0.7em;
		position: absolute;
		bottom: 0;
	}
	
}
