/*
Theme Name: API
Author: AKU
Author URI: https://aku.co
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: REST API, blank, startkit, react, api
Text Domain: react

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}

/*  Custom Styles */
body{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica;
	font-size: 16px;
	line-height: 1.4;
	color: rgba(0,0,0,0.85);
}

.container{
	max-width: 36rem;
	margin: 1rem auto;
	font-family: 'Fira Mono', Courier New, Courier, monospace;
}

h1, h2, h3, h4 {
	font-weight: bold;
	line-height: 1.25;
}

h1 {font-size: 2.25rem}
h2 {font-size: 1.75rem}
h3 {font-size: 1.25rem}

a { color:#3c40c6}

em {
	font-style: italic;
	opacity: 0.65;
}
.title{
	margin-bottom: 1.5rem;
}

.subtitle{
	margin-bottom: .75rem;
}

.list li{margin-bottom: 1rem}
.link {font-weight: bold;}

.credit{
	font-size: .65rem;
	margin: 2rem 0;
}

.credit > a {
	display: inline-block;
	text-decoration: none;
}

.credit > a:hover {
	font-style: italic;
	text-decoration: underline;
}