/*
Theme Name: React
Theme URI: https://github.com/adamrasheed/blank-wordpress-theme-for-api
Author: MiMa IT
Description: A Blank WordPress theme made for Headless WordPress projects. This theme is a blank startkit that simply gives you endpoints links to access the REST API. Note, you will need the ACF to REST API plugin to access advanced custom fields in the API
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;
}
body {
	line-height: 1;
	padding: 0 1rem;
	background-color: rgb(36, 34, 34);
}
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(255, 255, 255, 0.85);
}


.container{
	max-width: 46rem;
	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:rgb(247, 255, 137) }

em {
	font-style: italic;
	opacity: rgb(247, 255, 137)
}
.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;
}


table {
	font-family: Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	margin-top: 50px;
}

td, th {
	border: 1px solid rgb(54, 52, 52);
	padding: 8px;
}

td a{
	color: white;
}
  
tr{ background-color: #2e2c2c; }
tr:nth-child(even){ background-color: #454545; }

th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #066442;
	color: rgb(255, 255, 255);
}