/* Wonderland.css

   Made by Aryan
   Thanks to 'cloudrac3r'
   for additional help

*/

/* Classes */

.Wonderland /* Main class for all body text (except footers) */
{
	font-size: 18.0pt;
	margin: 0cm;
	margin-bottom: .0001pt;
}

p.special /* Class used for paragraphs for getting rid of spaces below headings */
{
	margin-top: 0pt;
}

/* HTML Elements */

h3 + h4, h4 + h5, h5 + h6
{
    margin-top: 20pt;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p, h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h5 + ul
{
    margin-top: 0pt;
}

p{
	margin-top: 10pt;
	margin-bottom: 10pt;
}

body {
    font-family: 'Noto Sans', sans-serif; /* Uses Noto Sans font from Google Fonts */
    background-color: #EEE;
    color: #222;
    letter-spacing: -0.5px;
    font-size: 14.0pt;
    max-width: 750px;
    margin: 1em auto;
}

h1 {
	font-size: 28.0pt;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: -.5pt;
	margin: 0cm;
	margin-bottom: .0001pt;
}

h2 {
	font-size: 26.0pt;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: .0001pt;
}

h3 {
	font-size: 24.0pt;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: .0001pt;
}

h4 {
    font-size: 22.0pt;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 20pt;
    margin-bottom: .0001pt;
}

h5 {
    font-size: 20.0pt;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 5pt;
    margin-bottom: .0001pt;
}

h6 {
    font-size: 18.0pt;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 5pt;
    margin-bottom: .0001pt;
}