/* Project: micsquared.com
 * Author: Mike Michaelson 
 */
/*! 
 * Description: Inital styles
 * Revised: 26 APR 2021 
 */
/* Basic "resets" */
body, div, figure, html, iframe, img, span { 
	margin:0; 
	padding:0;
	border:0 none transparent;
	background-color:transparent;
} 
figure, hr {
	margin:0;
}
/* Initial styles */
body {
    margin:3.5em auto;
    width:50%;
//    text-align:center;
}
footer{
    text-align:center;
    position: fixed;
    bottom:0;
    height:15%;
    width:50%;
//    padding-top:0.5em;
//    background: radial-gradient(#c00, #fff, #00c);
}
h2{
    color:#900;
}
header{
    text-align:center;
    position:fixed;
    top:0;
    height:10%;
    width:50%;
//    background: linear-gradient(#f00, #fff, #00f);
//    margin:-0.5em auto;
}
header h1, main h2{
    padding-top:0.5em;
}
html{
    background:#fff;
}
main{
    position:fixed;
    top:9%;
    bottom:15%;
    width:50%;
    overflow:auto;
//    color:#633;
//    background: radial-gradient(circle, #33f, #fff, #f33);
}
main ul{
    text-align:left;
    padding-left:6em;
}
p{
    padding-top:1em;
}
#lastmod {
    padding:0.5em;
    position:absolute;
    bottom:0;
    right:0;
    font-weight:bold;
//    background: -webkit-linear-gradient(45deg, #000, #00f, #f00, #fff);
//    -webkit-background-clip: text;
//    -webkit-text-fill-color: transparent;
}