@import 'page_header'; @import 'menu'; @import 'homepage'; @import 'landing_page'; @import 'content'; @import 'locked_message'; html, body { height: 100%; } body { font-family: "proxima-nova-condensed",sans-serif; } .main { width: 1000px; min-height: calc(100% - 544px); margin: auto; } #iframe { border: none; } figure { margin: 0; padding: 0; -webkit-margin-before: 0; -webkit-margin-after: 0; -webkit-margin-start: 0; -webkit-margin-end: 0; } h1#document_title, .flash-messages { display: none; } .corner path { fill: #000; transition: fill 0.4s; } .corner text { fill: #fff; font-family: tahoma; font-size: 24px; } .corner.small text { font-size: 17px; } @media screen and (min-width: 1280px) { .page_header > div, .main { width: 1200px; } } @media screen and (max-width: 1279px) { .page_header > div, .main { padding: 0 25px; width: calc(100% - 50px); } }