
/************** <html> *********************/
html, body {
    margin:0;
    padding:0;
    height:100%;
}

/************** <body> *********************/
body {
    font-family:'Pontano Sans', Arial, Helvetica, sans-serif;
    font-size:16px;
    background-color:White;
}

/************** <header> *******************/


/************** <div> *********************/


div.center {
    margin:1em auto 1em auto;
    width:90%;
    min-width:10em;
    line-height:1.5em;
    text-align:center;
    min-width:1em;
}

div.license {
    font-size: 0.7em;
}

/************** <span> *********************/


/************* <h> *********************/
h1 { 
    color:black;
    text-align:center;
    font-size:2.5em;
    margin: 1em 0em 0em 30%;
}

/************** <p> *********************/

p {
    margin: 1em 0em 1em 0em;
}

/************** <a> *********************/
a:link    { color:black; font-weight: bold;}      /* unvisited link */
a:visited { color:purple; font-weight: normal;}      /* visited link */
a:hover   { color:firebrick;}  /* mouse over link */
a:active  { color:firebrick;}  /* selected link */ 


/************** #id *********************/

#container {
   min-height:100%;
   position:relative;
}

#content {
   padding-bottom:4em;   /* Height of the footer */
}

#footer {
    position:absolute;
    bottom:0;
    width:100%;
    height:4em;   /* Height of the footer */
    padding: 10em 0em 0em 0em;
}


/************* media *****************/
@media only screen {
}
