/* ubuntu-300 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: url('dox/font_ubuntu/ubuntu-v20-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('dox/font_ubuntu/ubuntu-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('dox/font_ubuntu/ubuntu-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('dox/font_ubuntu/ubuntu-v20-latin-300.woff') format('woff'), /* Modern Browsers */
       url('dox/font_ubuntu/ubuntu-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('dox/font_ubuntu/ubuntu-v20-latin-300.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-300italic - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 300;
  src: url('dox/font_ubuntu/ubuntu-v20-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('dox/font_ubuntu/ubuntu-v20-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('dox/font_ubuntu/ubuntu-v20-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('dox/font_ubuntu/ubuntu-v20-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('dox/font_ubuntu/ubuntu-v20-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('dox/font_ubuntu/ubuntu-v20-latin-300italic.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

html {
	scroll-behavior: smooth;
}

body {
  	background-color: #242424;
  	margin: 85px 5% 50px 5%;
  	font-family: 'Ubuntu', 'Calibri', 'Arial';
	}

p, li {
	color: #a6a6a6; 
	font-size: large; 
	line-height: 1.6; 
	/* text-align: justify; 
	hyphens: auto; */
	}
	
p {
	margin: 25px 0;
	}

h1 {
	color: #bfbfbf; 
	font-weight: normal; 
	margin: 25px 0;
	}

h2, h3, h4 {
	color: #bfbfbf; 
	font-weight: normal; 
	margin-top: 60px;
	}

a:link {
	color: #d07d00; 
	text-decoration: none;
	}

a:visited {
	color: #d07d00;
	}

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

a:active {
	color: #d07d00; 
	text-decoration: underline;
	}

mark {
	color: #84e1d6; /* #bfbfbf; */
	font-family: monospace; 
	text-align: left; 
	font-size: 16px; 
	hyphens: none; 
	background-color: #363636; 
	padding: 3px 6px 1px 6px;
	}

ul {
	list-style-type: square;
	}

hr {
	border-color: #1c756b;
	}

img {
	margin: 20px 0 12px 0; 
	width: 100%; 
	box-shadow: 0 0 9px -3px black;
	}

video {
	margin: 20px 0 12px 0; 
	box-shadow: 0 0 9px -3px black;
	width: 100%;
	/* max-width: 800px; */
	border-radius: 12px;
	}
	
figure {
	margin: 0 12px 12px 12px;
	}

figcaption {
	padding-left: 12px; 
	color: #999999; 
	font-size: small;
	}

.main {
	float: left; 
	width: 62%;
	transition: 0.5s;
	}

.side {
	float: right; 
	width: 33.33%;
	transition: 0.5s;
	}

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

.header {
	position: fixed; 
	top: 0; left: 0; 
	bottom: 0; 
	width: 100%; 
	height: 20px;
	}

.header ul {
	list-style-type: none; 
	margin: 0 5%; 
	padding: 0; 
	overflow: hidden; 
	background-color: #242424; 
	box-shadow: 0 0 50px #242424; 
	border-bottom: 4px solid #8b1313;
	transition: 0.5s;
	}
	
.header li {
	float: left;
	}

.header a {
	text-decoration: none; 
	display: block; 
	padding: 15px 18px;
	transition: 0.2s;
	}

.header li a:hover {
	/* color: #242424; */
	background-color: #363636; /* #d07d00 */
	transition: 0.2s;
	}

.plain {
	margin: 0 1%;
	}
  
.date {
	float: right; 
	padding: 13px 0 0 13px;
	}

.date p {
	color: #999999; 
	font-size: small;
	}

.quote {
	font-style: italic; 
	padding: 0 0 0 25px;
	}
  
.tab1 {
	margin: 0;
	}

.tab1 ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	overflow: hidden;
	}

.tab1 li {
	color: #e6e6e6; 
	text-align: center; 
	margin-bottom: 20px; 
	background-color: #1c756b; 
	border-radius: 12px; 
	/* box-shadow: 0 0 9px -3px black; */
	}

.tab1 a {
	color: #e6e6e6; 
	text-decoration: none; 
	display: block; 
	padding: 40px; 
	border-radius: 12px;
	transition: 0.2s;
	}

.tab1 li a:hover {
	color: white; 
	background-color: #1e7b70; 
	/* box-shadow: 0 0 1px -3px black; */
	transition: 0.2s;
	}

.tab1 img {
	margin: 0; 
	width: 100%; 
	box-shadow: none;
	}
  
.tab2 {
	background-color: #303030; 
	border-left: 12px solid #1c756b; 
	margin: 6px 0; 
	padding: 12px 3%; 
	border-radius: 12px; 
	/* box-shadow: 0 0 9px -3px black; */
	}

.tab2 p, h3 {
	margin-top: 0;
	padding: 12px;
	}

.tab3 {
	color: #a6a6a6;
	}

.tab3 ul {
	list-style-type: none; 
	margin: 12px 0; 
	padding: 0; 
	overflow: hidden;
	}

.tab3 li {
	float: none; 
	margin: 12px 6px; 
	background-color: #303030; 
	border-left: 12px solid #1c756b; 
	border-radius: 12px; 
	/* box-shadow: 0 0 9px -3px black; */
	}

.tab3 a {
	color: #b3b3b3; 
	text-decoration: none; 
	display: block; 
	padding: 20px 36px; 
	border-radius: 12px;
	transition: 0.2s;
	}

.tab3 li a:hover {
	color: #cccccc; 
	background-color: #363636;
	transition: 0.2s;
	}

.tab3 img {
	width: auto; 
	box-shadow: none;
	}

.terminal {
	margin: 12px; 
	background-color: #303030; 
	border-left: 12px solid #1c756b; 
	border-radius: 12px; 
	/* box-shadow: 0 0 9px -3px black; */
	}

.terminal p {
	padding: 10px 50px 25px 25px; 
	text-align: left; 
	hyphens: none;
	}

.terminal h2 {
	margin: 0; 
	padding: 25px 50px 0 25px; 
	text-align: left; 
	hyphens: none;
	}

.quicknav {
	margin: 0 24px; 
	/* border: 1px solid #363636; */
	border-radius: 12px; 
	padding: 1px 20px 12px 20px; 
	box-shadow: 0 0 9px -3px black;
	}

.quicknav p {
	text-align: center; 
	line-height: 2.0;
	}

.quicknav h2 {
	text-align: center;
	}

.quicknav mark {
	margin: 0 12px;
	}

.footer {
	position: static; 
	top: 0; 
	left: 0; 
	bottom: 0; 
	width: 100%; 
	height: 15px;
	}

.footer ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	overflow: hidden; 
	background-color: #242424; 
	box-shadow: 0 0 50px #242424; 
	border-top: 4px solid #8b1313;
	}

.footer li {
	float: left;
	}

.footer a {
	text-decoration: none; 
	display: block; 
	padding: 15px 18px;
	transition: 0.4s;
	}

.footer li a:hover {
	/* color: #242424; */
	background-color: #363636;
	transition: 0.4s;
	}

#inline {
	float: right;
	margin-left: 24px;
	width: 150px;
	border-radius: 12px;
	box-shadow: none;
	}

@media (max-width: 1000px) {
	body {margin: 85px 2% 50px 2%;}
	.main, .side {width: 100%; transition: 0.5s;}
	.header ul {margin: 0 1%; transition: 0.5s;}
	.tab3 a {padding: 20px 12px; transition: 0.5s;}
	.terminal {margin: 12px 2%; transition: 0.5s;}
	.terminal p {padding: 10px 12px 25px 12px; transition: 0.5s;}
	.terminal h2 {padding: 25px 12px 0 12px; transition: 0.5s;}
}
