/*
Theme Name: LUMAS
Text Domain: LUMAS
Version: 1.0
Description: Custom LUMAS theme created by a very splendid bear
Author: Joe Podmore
Author URI: https://github.com/joelewispodmore
 */

body, html
{
    margin: 0;
    min-width: 100%;
    overflow: auto;
    min-height: 100%;
    background-color: #2a2e34;
}

h1,
h2,
h3,
h4,
h5
{
    margin: 0;
    font-family: 'Titillium Web', serif;
    font-weight: 300;
    color: white;
}
h1
{
    font-size: 40px;
}
h2
{
    font-size: 36px;
}
h3
{
    font-size: 32px;
}
p,
span
{
    margin: 0;
    font-family: 'Titillium Web', serif;
    font-weight: 300;
    color: white;
    font-size: 20px;
}
label
{
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'Titillium Web', serif;
    font-weight: 300;
    color: white;
    font-size: 20px;
}