﻿
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,300i,400,400i,600,600i,700,700i&subset=latin-ext');

body {
    margin: 0px !important;
    /*height: 100%;*/
    font-family: 'Titillium Web', sans-serif !important;
    font-size: 1em;
}

.main, main {
    display: flex !important;
    flex-direction: column !important;
    min-height: 100vh !important;
}



footer {
    margin-top: auto !important;
}




h1 {
    font-size: 2.5em;
    font-weight: 600;
}

h2 {
    font-size: 2em;
    font-weight: 500;
}

h3 {
    font-size: 1.750em;
    font-weight: 500;
}

h4 {
    font-size: 1.500em;
    font-weight: 700;
}

h5 {
    font-size: 1.250em;
    font-weight: 400;
}

h6 {
    font-size: 1em;
    font-weight: 400;
}

p {
    font-size: 1.125em;
    font-weight: 400;
}

.small {
    font-size: 0.875em;
    font-weight: 400;
}

* {
    margin: 0px;
    padding: 0px;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, nav, section {
    display: flex;
}



h3.page-title
{
    color: #00264d;
    font-size: 1.3em;
}

.page-title-line 
{
    border-bottom: solid 4px #00264d;
    padding-bottom: 4px;
    
    /*display: block; NO - IMPORTANT */
}

fieldset {
    border: 1px;
    border-style: solid;
}

legend {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
}


