@import url(http://darksair.org/styles/latolatinfonts.css);

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body
{
    font-family: Lato, "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.4;
    margin: 10px;
}

ul
{
    list-style-type: square;
}

a
{
    color: #2980b9;
    text-decoration: none;
}

a:hover
{
    background-color: #2980b9;
    color: white;
    text-decoration: none;
}

hr
{
    margin: 100px auto 100px auto;
    border: none;
    border-top: #aaa 4px solid ;
    width: 32px;
}

ul.Possibilities, ul.BigList
{
    list-style: none;
    padding-left: 0px;
    margin: 0px;
}

ul.BigList > li
{
    display: inline-block;
    text-align: center;
}

h1
{
    font-size: 173%;
}

h2
{
    font-size: 144%;
}

h3
{
    font-size: 120%;
}

h1, h2, h3
{
    font-weight: 300;
    color: #d35400;
    margin-top: 1em;
    margin-bottom: 1em;
}

h1, h2
{
    text-align: center;
}

.container
{
    margin-top: 0px;
    margin-bottom: 30px;
}

nav
{
    margin-bottom: 30px;
}

h1
{
    margin-top: 30px;
    margin-bottom: 30px;
}

h2
{
    margin-top: 20px;
    margin-bottom: 20px;
}

#Intro
{
    text-align: center;
}

table th
{
    font-weight: normal;
    font-style: italic;
}

table td, table th
{
    padding-left: 5px;
    padding-right: 5px;
}

table.Breed th
{
    padding-bottom: 10px;
}

table.Breed > thead
{
    border-bottom: 4px solid #ecf0f1;
}

table.Breed tr
{
    border-bottom: 2px solid #ecf0f1;
}

table.Breed td
{
    padding-top: 10px;
    padding-bottom: 10px;
}

table.Growth, table.Breed
{
    width: 100%;
}

/* ========== Non-bootstrap setup ================================> */

ul.BigListFlex
{
}

#Content
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (min-width: 600px)
{
    #Content
    {
        gap: 3em;
    }
}

@media (min-width: 800px)
{
    #Content
    {
        gap: 6em;
    }
}

.SkillDetailRow, .SkillCombination
{
    display: flex;
    flex-wrap: wrap;
}

.SkillMonsterList
{
    display: block;
    list-style: none;
    padding-left: 0px;
    margin: 0px;
    font-size: 60%;
    font-weight: bold;
}

.SkillWithMonsters, .Operator
{
    text-align: center;
}

.Operator
{
    margin-left: 1em;
    margin-right: 1em;
}

.RelevantSkill
{
    border: #aaa 2px solid;
    padding: 2px;
}

.SkillCombination
{
    margin-top: 2em;
    margin-bottom: 2em;
}
