123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487 |
- html, body, div, span, applet, object, iframe,
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
- a, abbr, acronym, address, big, cite, code,
- del, dfn, em, img, ins, kbd, q, s, samp,
- small, strike, strong, sub, sup, tt, var,
- b, u, i, center,
- dl, dt, dd, ol, ul, li,
- fieldset, form, label, legend,
- table, caption, tbody, tfoot, thead, tr, th, td,
- article, aside, canvas, details, embed,
- figure, figcaption, footer, header, hgroup,
- menu, nav, output, ruby, section, summary,
- time, mark, audio, video {
- margin: 0;
- padding: 0;
- border: 0;
- font: inherit;
- font-size: 100%;
- vertical-align: baseline;
- }
- html {
- line-height: 1;
- }
- ol, ul {
- list-style: none;
- }
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- caption, th, td {
- text-align: left;
- font-weight: normal;
- vertical-align: middle;
- }
- q, blockquote {
- quotes: none;
- }
- q:before, q:after, blockquote:before, blockquote:after {
- content: "";
- content: none;
- }
- a img {
- border: none;
- }
- article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
- display: block;
- }
- html {
- font-size: 100%;
- line-height: 1.75em;
- }
- body {
- background: black;
- -webkit-text-size-adjust: none;
- -moz-text-size-adjust: none;
- -ms-text-size-adjust: none;
- font-family: "Open Sans", sans-serif;
- }
- a {
- text-decoration: none;
- color: #3971a8;
- }
- #cookie_monster {
- position: fixed;
- left: 0;
- width: 100%;
- background: rgba(255, 255, 255, 0.8);
- font-family: 'Open Sans', sans-serif;
- z-index: 255;
- }
- @media (min-width: 48em) {
-
- #cookie_monster {
- top: 0;
- }
- }
- @media (max-width: 48em) {
-
- #cookie_monster {
- bottom: 0;
- background: rgba(239, 239, 143, 0.8);
- }
- }
- #cookie_monster .content {
- max-width: 48em;
- margin-left: auto;
- margin-right: auto;
- margin: 0 auto;
- color: black;
- padding: 0.375em 1.5em 0.1875em 1.5em;
- }
- #cookie_monster .content:after {
- content: " ";
- display: block;
- clear: both;
- }
- #cookie_monster .content strong {
- font-weight: bold;
- }
- #cookie_monster .content .button {
- display: block;
- background: black;
- color: white;
- padding: 0.375em 0.5625em;
- margin-top: 0.375em;
- margin-left: 0.1875em;
- float: right;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- border: 0;
- font-size: 16px;
- }
- #cookie_monster .content .button.no {
- background: #34b273;
- }
- #cookie_monster .content .button.yes {
- font-weight: bold;
- background: #c0598c;
- }
- #top_banner {
- background-repeat: no-repeat;
- background-position: bottom center;
- -moz-background-size: cover;
- -o-background-size: cover;
- -webkit-background-size: cover;
- background-size: cover;
- height: 120px;
- background: black;
- }
- @media (max-width: 32em) {
-
- #top_banner {
- height: 80px;
- }
- }
- #bold_title {
- color: white;
- max-width: 48em;
- margin-left: auto;
- margin-right: auto;
- position: relative;
- font-family: 'Oswald', sans-serif;
- font-weight: normal;
- }
- #bold_title:after {
- content: " ";
- display: block;
- clear: both;
- }
- #bold_title h1 {
- font-size: 3em;
- text-align: right;
- position: relative;
- top: 0.75em;
- width: 47.82609%;
- float: left;
- margin-right: 4.34783%;
- }
- #bold_title .tagline {
- font-size: 1.5em;
- text-align: left;
- width: 47.82609%;
- float: right;
- margin-right: 0;
- }
- #bold_title .tagline span {
- position: absolute;
- margin-left: -30.43478%;
- top: 3em;
- }
- @media (max-width: 32em) {
-
- #bold_title h1 {
- font-size: 2em;
- top: 0.5em;
- width: 65.21739%;
- float: left;
- margin-right: 4.34783%;
- }
-
- #bold_title .tagline span {
- font-size: 0.75em;
- top: 2.5em;
- }
- }
- .page #content_box #inner_box {
- max-width: 48em;
- margin-left: auto;
- margin-right: auto;
- }
- .page #content_box #inner_box:after {
- content: " ";
- display: block;
- clear: both;
- }
- .page #content_box #inner_box article {
- width: 100%;
- float: left;
- margin-left: 0;
- margin-right: 0;
- padding-top: 56px;
- }
- @media (max-width: 48em) {
-
- .page #content_box #inner_box article {
- width: 95.83333%;
- float: left;
- margin-left: 2.08333%;
- margin-right: 2.08333%;
- }
- }
- @media (max-width: 32em) {
-
- .page #content_box #inner_box article {
- padding-top: 28px;
- }
- }
- .page #content_box #inner_box article header {
- text-align: center;
- }
- .page #content_box #inner_box article header h2 {
- font-size: 2em;
- font-family: "Oswald", sans-serif;
- line-height: 56px;
- padding-bottom: 28px;
- }
- @media (max-width: 32em) {
-
- .page #content_box #inner_box article header h2 {
- font-size: 1.5em;
- padding-bottom: 0;
- }
- }
- .home.page #bold_title h1 {
- text-align: center;
- width: 100%;
- float: left;
- margin-left: 0;
- margin-right: 0;
- }
- .home.page #bold_title h1 .hi {
- font-size: 0.667em;
- vertical-align: super;
- margin-right: 0.25em;
- }
- @media (max-width: 32em) {
-
- .home.page #bold_title h1 {
- font-size: 3em;
- top: 0.35em;
- }
-
- .home.page #bold_title .tagline span {
- background: red;
- font-size: 0.75em;
- }
- }
- #content_box {
- background: white;
- position: relative;
- }
- #content_box #main_menu {
- background: black;
- max-width: 48em;
- margin-left: auto;
- margin-right: auto;
- }
- #content_box #main_menu:after {
- content: " ";
- display: block;
- clear: both;
- }
- #content_box #main_menu ul {
- position: absolute;
- bottom: -42px;
- text-align: center;
- }
- #content_box #main_menu ul li {
- padding: 10px 15px 5px 0;
- display: inline-block;
- }
- #content_box #main_menu ul a {
- color: white;
- font-family: "Oswald", sans-serif;
- font-weight: normal;
- }
- @media (max-width: 48em) {
-
- #content_box #main_menu ul {
- margin-left: 2.17391%;
- }
- }
- #inner_box {
- max-width: 48em;
- margin-left: auto;
- margin-right: auto;
- padding-bottom: 50px;
- }
- #inner_box:after {
- content: " ";
- display: block;
- clear: both;
- }
- .home.page #inner_box {
- padding-bottom: 0;
- }
- .home.page h2 {
- line-height: 80px;
- text-align: center;
- font-size: 2em;
- font-family: 'Oswald', sans-serif;
- }
- .home.page .work.column {
- width: 25%;
- height: 300px;
- float: left;
- display: block;
- padding: 0;
- margin: 0;
- position: relative;
- vertical-align: bottom;
- background: gray;
- }
- .home.page .work.column span {
- position: absolute;
- color: white;
- font-family: 'Oswald', sans-serif;
- font-size: 30px;
- white-space: nowrap;
- -moz-transform-origin: bottom left;
- -ms-transform-origin: bottom left;
- -webkit-transform-origin: bottom left;
- transform-origin: bottom left;
- -moz-transform: rotate(-90deg);
- -ms-transform: rotate(-90deg);
- -webkit-transform: rotate(-90deg);
- transform: rotate(-90deg);
- display: block;
- bottom: 0.33em;
- left: 1.33em;
- overflow: visible;
- }
- .home.page .work.column.research {
- background-image: url("../images/home-research-2x.png");
- background-position: right bottom;
- background-size: cover;
- }
- .home.page .work.column.development {
- background-image: url("../images/home-development-2x.png");
- background-position: right bottom;
- background-size: cover;
- }
- .home.page .work.column.writing {
- background-image: url("../images/home-writing-2x.png");
- background-position: right bottom;
- background-size: cover;
- }
- .home.page .work.column.other {
- background-image: url("../images/home-contact-2x.png");
- background-position: right bottom;
- background-size: cover;
- }
- #site_footer {
- max-width: 48em;
- margin-left: auto;
- margin-right: auto;
- color: #c3d7ea;
- line-height: 22.4px;
- }
- #site_footer:after {
- content: " ";
- display: block;
- clear: both;
- }
- #site_footer .footer_body {
- padding-top: 46px;
- border-bottom: 1px solid #607f9f;
- }
- #site_footer .footer_body a {
- color: #76a4d1;
- }
- #site_footer .footer_body .column {
- padding-top: 14px;
- font-size: 0.75em;
- }
- #site_footer .footer_body .column.first {
- width: 30.43478%;
- float: left;
- margin-right: 4.34783%;
- }
- #site_footer .footer_body .column.last {
- width: 65.21739%;
- float: right;
- margin-right: 0;
- }
- @media (max-width: 48em) {
-
- #site_footer .footer_body .column.first {
- width: 30.43478%;
- float: left;
- margin-right: 4.34783%;
- margin-left: 2.17391%;
- }
-
- #site_footer .footer_body .column.last {
- width: 47.82609%;
- float: right;
- margin-right: 0;
- margin-right: 2.17391%;
- }
- }
|