@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'IBMPlexMono-Regular';
	font-style: normal;
	src: 	local('IBM Plex Mono Regular'),
	local('IBM-Plex-Mono-Regular'),
	local('IBMPlexMono-Regular'),
	url('fonts/IBMPlexMono-Regular.woff2') format('woff2'), 
	url('fonts/IBMPlexMono-Regular.woff') format('woff');
}

*, html {
	padding: 0;
	margin: 0;
}

body {
	font-family: 'IBMPlexMono-Regular', 'Roboto Mono', courier, sans-serif;
	font-size: 18px;
	line-height: 1.5em;
	text-align: left;
	color: white;
	padding: 60px 0;
	background: dimgray;
	background: tomato;
	background: aliceblue;
	background: darkslategray;
	background: beige;
}

header, main, footer {
	width: 94%;
	margin: 0 3% 60px;
}

footer {
	margin-bottom: 0;
}

section {
	margin: 0 0 40px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.4em;
	/*padding: 0;
	margin: 0;*/
}

h1 {
	font-size: 18px;
	margin-bottom: 40px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 80px;
	line-height: 1.3em;
}

h4 {
	font-size: 36px;
	line-height: 1.3em;
}

h5 {
	font-size: 24px;
	line-height: 1.3em;
	margin-top: 40px;
}

a {
	color: darkslateblue;	
	text-decoration: none;
}

ul, ul li {
	list-style: none;
}

ul a:hover, ul a:focus {
	text-decoration: line-through;
	text-decoration-color: darkslateblue;
	border-bottom: none;
}

ul a {
	text-decoration: none;
	text-decoration-color: orangered;
	border-bottom: 2px dotted;
}

ul li, ul h3 {
	/*display: inline;*/
}

ul h3 {
	/*opacity: 0.7;*/
}

ul a h3 {
	opacity: 1;
}

body, ul a, ul a:hover, ul a:focus, footer a, footer a:hover, footer a:focus {
	color: white;
	color: black;
	color: brown;
	color: darkolivegreen;
	color: darkred;
	color: darkslateblue;
	color: darkslategray;
	color: gainsboro;
	color: mediumblue;
	color: khaki;
	color: lightsalmon;
	color: orangered;
}

a:hover, a:focus {
	color: darkslateblue;
	/*text-decoration: line-through;*/
	border-bottom: 0.1em solid orangered;
}
