@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300&subset=latin,latin-ext);

body { background: #F2F2F2; overflow: hidden; font: normal 18px 'Roboto Condensed', sans-serif; color: #4c4c4c; margin: 0; padding: 0; }

a { text-decoration: none !important; color: #00529f; transition: 300ms linear all; }
a:hover { color: #6891A5; }

h1 { background: #00529f; display: block; border-radius: 5px; text-align: center; line-height: 80px; color: #fff; text-shadow: #000 1px 1px 0px; box-shadow: #00529f 0px 5px 20px; margin: 20px; }
h2 { display: block;text-align: center; margin: 20px auto; }

strong:before { content: "@"; }

#contact { text-align: center; width: 600px; position: absolute; left: 50%; top: 15%; margin-left: -300px; overflow: hidden;  }

#cookies { position: fixed; bottom: 0; width: 100%; color: #2E4871; text-align: center; padding: 8px 0px; margin: 0; font-size: 0.8em; }