/*=============================================================================
	(c) magic moving pixel s.a., Luxembourg
	--------------------------------------------------------------------
	project   : 261 - dok.lu
	file      : styles.css
	comment   : style sheets for screen media
	
	the stylesheet reacts mobile for the following resolution switches
	-   s:    1 -  499
	-   m:  500 - 1023
	-   l: 1024 - 1279
	-  xl: 1280 - 1679
	- xxl: 1680 - ...
	
	some color codes (for fast replacement)
		light blue 		16b3f7	(h2, h3, links)
=============================================================================*/
@font-face {
	font-family:DejaVuSans;
	src:url("/fonts/DejaVu_Sans/DejaVuSans.eot?") format("eot"),
		url("/fonts/DejaVu_Sans/DejaVuSans.woff") format("woff"),
		url("/fonts/DejaVu_Sans/DejaVuSans.ttf") format("truetype"),
		url("/fonts/DejaVu_Sans/DejaVuSans.svg#Aller") format("svg");
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:Oswald;
	src:url("/fonts/Oswald_Regular/Oswald-Regular.eot?") format("eot"),
		url("/fonts/Oswald_Regular/Oswald-Regular.woff") format("woff"),
		url("/fonts/Oswald_Regular/Oswald-Regular.ttf") format("truetype"),
		url("/fonts/Oswald_Regular/Oswald-Regular.svg#Aller") format("svg");
	font-weight:normal;
	font-style:normal;
}

html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	-webkit-text-size-adjust:none;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: DejaVuSans, sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	background-image: linear-gradient(to bottom right,#16b3f7, white, lightgrey,rgba(255,0,0,0.4));
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	min-height:100%;
}

h1 {
	font-family: "Courier New", Courier, cursive, monospace;
	font-weight: bold;
	font-style: normal;
	font-size: 26px;
	line-height: 32px;
	color: #FF0000;
	text-decoration:underline;
	text-align:center;
	margin: 0px 0px 20px 0px;
	padding 0px;
}

h2 {
	font-family: Oswald, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	line-height: 26px;
	color: #16b3f7;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

/*all h2 as a link*/
h2 a {
	font-size: 18px;
	line-height: 24px;
	color: #16b3f7;
}

h3 {
	font-family: Oswald, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	color: #16b3f7;
	margin: 0px 0px 0px 0px;
	padding 5px 0px 5px 0px;
}

a {
	color: #16b3f7;
	text-decoration: underline;
}

a:focus, 
a:hover {
	text-decoration: none;
}

ul, ul ul, ul ul ul, ol ul {
	text-indent: 0px;
	list-style-position: outside;
	border-width: 0px;
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
}

ol, ul ol, ul ul ol, ul ol ol {
	text-indent: 0px;
	list-style-position: outside;
	border-width: 0px;
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
}

li {
	margin: 0px 0px 6px 2px;
	padding: 0px 0px 0px 0px;
}

table {
	margin: 0px 0px 0px 0px;
}

table tr:nth-child(2n) {
	background-color: #eeeeee;
}


img {
	vertical-align: middle;
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

blockquote {
	margin: 10px 0px 10px 20px;
}

hr {
	display: block;
	clear: both;
	height: 1px;
	border: 0;
	border-top: 1px solid #999999;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.clear {
	clear: both;
}

p.clear {
	clear: both;
	line-height: 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* user specific rules editor styles */
span.highlighted {
	color: #000000;
	font-weight: bold;
}


/* adding additional link information for screen readers http://www.w3.org/TR/2012/NOTE-WCAG20-TECHS-20120103/C7 */
.screenreader {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

.container {
	display: block;
	background-color: white;
	margin: 20px auto 0px auto;
	padding: 40px 40px 60px 40px;
	width: 80%;
}

/* nav */
header .navbar.navbar-expand-md.bg-dark.navbar-dark{
	padding: 0px 15px 0px 15px;
	border-color:white;
}
header .navbar-brand {
	padding:15px;
	margin:0px 15px 0px -15px;
	background-color:white;
}
header .nav-item {
	margin-right:10px;
}

.nav-link {
	text-decoration: none;
}

.navbar-dark .navbar-nav .nav-link {
	font-size: 18px;
	line-height: 26px;
}

.nav-tabs {
	margin: 20px 0px 0px 0px;
	border-bottom: none;
}

.nav-tabs a.nav-link {
	color: red;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
	background-color: #eeeeee; 
}

.nav-tabs .nav-item.show .nav-link a, 
.nav-tabs .nav-link.active a {
	color: black;
}

/* container elements */
.tab-content {
	margin: 0px 2px 20px 2px;
}

.container img {
	height: auto;
}

.contentFrame {
	margin:10px; 
	padding:10px; 
	background-color: #eeeeee; 
	width: 100%; 
	height: 500px; 
	overflow: auto; 
}

.grey .tab-pane {
	padding: 20px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #eeeeee;
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

main #pill {
	padding: 0px auto;
}

/* YouTube responsive design */
.mmpwebyoutube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0; 
	overflow: hidden;
}

.mmpwebyoutube iframe,
.mmpwebyoutube object,
.mmpwebyoutube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* footer */
footer{
	border-color: black;
	background-color: black;
	bottom: 0px;
	position: absolute;
	width: 100%;
	height: 50px;
}
footer p {
	color: grey;
	font-family:"Courier New", Courier, cursive, monospace;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 0px;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 10px;
}

/* CSS LAPTOP */
@media only screen and (min-width:1024px)
{

}

/* CSS ANDROID/Tablette PORTAIT */
@media only screen and (min-width:768px) and (max-width:1023px)
{

}

}

/* CSS SMARTPHONE portait */
@media only screen and (max-width:767px) and (orientation:portrait)
{

}

@media only screen and (max-width:768px) and (orientation:landscape)
{

}