
/* ----------- */
/*  WEB FONTS  */

@font-face {
	font-family: 'Blockcraft';
	font-weight: 400;
	src: url('../fonts/Blockcraft-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Blockcraft';
	font-weight: 700;
	src: url('../fonts/Blockcraft-Bold.woff2') format('woff2');
}

@font-face {
	font-family: 'Blockcraft Mono';
	font-weight: 400;
	src: url('../fonts/BlockcraftMono-Regular.woff2') format('woff2');
}

/* ------------------------------ */
/*  BODY, PARAGRAPHS, LINE ITEMS  */

body {
	background-color: #464646;
	color: #eee;
	font-family: Blockcraft, Verdana, sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	margin: 40px auto;
	padding: 0 10px;
	width: 760px;
}

p {
	margin: 0 0 20px 0;
	padding: 0;
}

ul { padding-left: 20px; }

pre { font-family: "Blockcraft Mono", Consolas, "SF Mono", Menlo, Courier, "Courier New", monospace }
code { font-family: "Blockcraft", Consolas, "SF Mono", Menlo, Courier, "Courier New", monospace }


/* pre { background-color: rgba(255, 255, 255, 0.15) } */

label, textarea {
	display: block;
	font-family: Blockcraft, Verdana, sans-serif;
	font-size: 15px;
}

label {
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 6px;
	margin-top: -6px;
}

textarea {
	background-color: #aaa;
	border-radius: 10px;
	box-sizing: border-box;
	color: black;
	padding: 10px;
	width: 100%;
}

/* ---------- */
/*  HEADINGS  */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	text-shadow: 1px 1px 2px black;
	padding: 0;
	margin: 0 0 20px 0; /* top right bottom left */
	line-height: 1.3em;
}
h1 { color: #7ee; font-size: 30px; text-transform: uppercase; margin-bottom: 25px; }
h2 { color: #9af; font-size: 25px; text-transform: uppercase; }
h3 { color: #f7f; font-size: 20px; }
h4 { color: #9fa; font-size: 17px; }
h5 { color: #de3; font-size: 16px; }
h6 { color: #fb2; font-size: 15px; }

/* -------- */
/*  TABLES  */

table {
	background-color: #111; /* #2d2d2d */
	border-collapse: collapse;
	border-radius: 20px;
	margin-bottom: 20px;
	width: 100%
}

th {
	color: #777;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1.3em;
	padding: 15px 20px 10px 20px; /* top right bottom left */
	text-align: left;
	text-transform: uppercase;
}

td {
	border-top: 3px solid #333;
	padding: 20px;
	vertical-align: top;
}

td ul, td ul li { margin: 0; }

/* ----------------------- */
/* LINKS AND ABBREVIATIONS */

a:link    { text-decoration: none; color: #9df; }
a:visited { text-decoration: none; color: #cbf; }
a:hover   { text-decoration: none; color: cyan; }
a:active  { text-decoration: none; color: white; }
abbr      { text-decoration: none; }

/* ------- */
/*  OTHER  */

.Box {
	background-color: #3b3b3b;
	border-radius: 30px;
	padding: 25px 25px 5px 25px;
	margin: 0 0 25px 0;  /* top right bottom left */
	width: 92%;
}

.Box p {
	background-color: #2d2d2d;
	border-radius: 20px;
	padding: 20px;
	width: auto;
}
