
.pure-g > div {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }/*necessary to add padding and borders directly to grid units*/

p {margin:2em;
color:#63C7FF;
}
.maintxt {background-color: rgba(0,0,100,0.5);}
p a {color:#FFD8B4;}
.postcardimg {
margin:1em 15%;}

body {background-image:url(../images/main-pages/electric-line-blue-ground-tile.gif);}

#copyright{
padding:0.8em 0em 0.5em 0em;
text-align:center;}

h1{margin:1em 0em;}
#companyname {background:#E8F4E0;
border: solid 0.1em #10144D;
padding: 0.5em;
border-radius:0.5em;
}

.text {font-size:100%;}

.pure-menu li a{border-radius:0.5em;}
.pure-menu li a:hover{background:#f06463;}



@font-face {
    font-family: 'anonymous_proregular';
    src: url('Anonymous_Pro-webfont.eot');
    src: url('Anonymous_Pro-webfont.eot?#iefix') format('embedded-opentype'),
         url('Anonymous_Pro-webfont.woff2') format('woff2'),
         url('Anonymous_Pro-webfont.woff') format('woff'),
         url('Anonymous_Pro-webfont.ttf') format('truetype'),
         url('Anonymous_Pro-webfont.svg#anonymous_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body * {
font-family: "anonymous_proregular", monospace;
}


.picture{width:1024px;height:445px;
background:url(../images/main-pages/brain-marble-curves.jpg);
margin:0 auto;
border:.5em solid #150849;
border-radius:3em;}

a {text-decoration:none;
color:#182244;
font-size:1.3em;}

