screen.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487
  1. /* line 5, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  2. html, body, div, span, applet, object, iframe,
  3. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  4. a, abbr, acronym, address, big, cite, code,
  5. del, dfn, em, img, ins, kbd, q, s, samp,
  6. small, strike, strong, sub, sup, tt, var,
  7. b, u, i, center,
  8. dl, dt, dd, ol, ul, li,
  9. fieldset, form, label, legend,
  10. table, caption, tbody, tfoot, thead, tr, th, td,
  11. article, aside, canvas, details, embed,
  12. figure, figcaption, footer, header, hgroup,
  13. menu, nav, output, ruby, section, summary,
  14. time, mark, audio, video {
  15. margin: 0;
  16. padding: 0;
  17. border: 0;
  18. font: inherit;
  19. font-size: 100%;
  20. vertical-align: baseline;
  21. }
  22. /* line 22, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  23. html {
  24. line-height: 1;
  25. }
  26. /* line 24, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  27. ol, ul {
  28. list-style: none;
  29. }
  30. /* line 26, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  31. table {
  32. border-collapse: collapse;
  33. border-spacing: 0;
  34. }
  35. /* line 28, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  36. caption, th, td {
  37. text-align: left;
  38. font-weight: normal;
  39. vertical-align: middle;
  40. }
  41. /* line 30, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  42. q, blockquote {
  43. quotes: none;
  44. }
  45. /* line 103, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  46. q:before, q:after, blockquote:before, blockquote:after {
  47. content: "";
  48. content: none;
  49. }
  50. /* line 32, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  51. a img {
  52. border: none;
  53. }
  54. /* line 116, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  55. article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  56. display: block;
  57. }
  58. /* line 106, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/typography/_vertical_rhythm.scss */
  59. html {
  60. font-size: 100%;
  61. line-height: 1.75em;
  62. }
  63. /* line 14, sass/screen.scss */
  64. body {
  65. background: black;
  66. -webkit-text-size-adjust: none;
  67. -moz-text-size-adjust: none;
  68. -ms-text-size-adjust: none;
  69. font-family: "Open Sans", sans-serif;
  70. }
  71. /* line 21, sass/screen.scss */
  72. a {
  73. text-decoration: none;
  74. color: #3971a8;
  75. }
  76. /* line 1, sass/cookie.scss */
  77. #cookie_monster {
  78. position: fixed;
  79. left: 0;
  80. width: 100%;
  81. background: rgba(255, 255, 255, 0.8);
  82. font-family: 'Open Sans', sans-serif;
  83. z-index: 255;
  84. }
  85. @media (min-width: 48em) {
  86. /* line 1, sass/cookie.scss */
  87. #cookie_monster {
  88. top: 0;
  89. }
  90. }
  91. @media (max-width: 48em) {
  92. /* line 1, sass/cookie.scss */
  93. #cookie_monster {
  94. bottom: 0;
  95. background: rgba(239, 239, 143, 0.8);
  96. }
  97. }
  98. /* line 18, sass/cookie.scss */
  99. #cookie_monster .content {
  100. max-width: 48em;
  101. margin-left: auto;
  102. margin-right: auto;
  103. margin: 0 auto;
  104. color: black;
  105. padding: 0.375em 1.5em 0.1875em 1.5em;
  106. }
  107. /* line 12, ../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.2/sass/susy/output/support/_clearfix.scss */
  108. #cookie_monster .content:after {
  109. content: " ";
  110. display: block;
  111. clear: both;
  112. }
  113. /* line 24, sass/cookie.scss */
  114. #cookie_monster .content strong {
  115. font-weight: bold;
  116. }
  117. /* line 28, sass/cookie.scss */
  118. #cookie_monster .content .button {
  119. display: block;
  120. background: black;
  121. color: white;
  122. padding: 0.375em 0.5625em;
  123. margin-top: 0.375em;
  124. margin-left: 0.1875em;
  125. float: right;
  126. -moz-border-radius: 4px;
  127. -webkit-border-radius: 4px;
  128. border-radius: 4px;
  129. border: 0;
  130. font-size: 16px;
  131. }
  132. /* line 40, sass/cookie.scss */
  133. #cookie_monster .content .button.no {
  134. background: #34b273;
  135. }
  136. /* line 44, sass/cookie.scss */
  137. #cookie_monster .content .button.yes {
  138. font-weight: bold;
  139. background: #c0598c;
  140. }
  141. /* line 28, sass/screen.scss */
  142. #top_banner {
  143. background-repeat: no-repeat;
  144. background-position: bottom center;
  145. -moz-background-size: cover;
  146. -o-background-size: cover;
  147. -webkit-background-size: cover;
  148. background-size: cover;
  149. height: 120px;
  150. background: black;
  151. }
  152. @media (max-width: 32em) {
  153. /* line 28, sass/screen.scss */
  154. #top_banner {
  155. height: 80px;
  156. }
  157. }
  158. /* line 40, sass/screen.scss */
  159. #bold_title {
  160. color: white;
  161. max-width: 48em;
  162. margin-left: auto;
  163. margin-right: auto;
  164. position: relative;
  165. font-family: 'Oswald', sans-serif;
  166. font-weight: normal;
  167. }
  168. /* line 12, ../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.2/sass/susy/output/support/_clearfix.scss */
  169. #bold_title:after {
  170. content: " ";
  171. display: block;
  172. clear: both;
  173. }
  174. /* line 47, sass/screen.scss */
  175. #bold_title h1 {
  176. font-size: 3em;
  177. text-align: right;
  178. position: relative;
  179. top: 0.75em;
  180. width: 47.82609%;
  181. float: left;
  182. margin-right: 4.34783%;
  183. }
  184. /* line 55, sass/screen.scss */
  185. #bold_title .tagline {
  186. font-size: 1.5em;
  187. text-align: left;
  188. width: 47.82609%;
  189. float: right;
  190. margin-right: 0;
  191. }
  192. /* line 60, sass/screen.scss */
  193. #bold_title .tagline span {
  194. position: absolute;
  195. margin-left: -30.43478%;
  196. top: 3em;
  197. }
  198. @media (max-width: 32em) {
  199. /* line 68, sass/screen.scss */
  200. #bold_title h1 {
  201. font-size: 2em;
  202. top: 0.5em;
  203. width: 65.21739%;
  204. float: left;
  205. margin-right: 4.34783%;
  206. }
  207. /* line 74, sass/screen.scss */
  208. #bold_title .tagline span {
  209. font-size: 0.75em;
  210. top: 2.5em;
  211. }
  212. }
  213. /* line 83, sass/screen.scss */
  214. .page #content_box #inner_box {
  215. max-width: 48em;
  216. margin-left: auto;
  217. margin-right: auto;
  218. }
  219. /* line 12, ../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.2/sass/susy/output/support/_clearfix.scss */
  220. .page #content_box #inner_box:after {
  221. content: " ";
  222. display: block;
  223. clear: both;
  224. }
  225. /* line 85, sass/screen.scss */
  226. .page #content_box #inner_box article {
  227. width: 100%;
  228. float: left;
  229. margin-left: 0;
  230. margin-right: 0;
  231. padding-top: 56px;
  232. }
  233. @media (max-width: 48em) {
  234. /* line 85, sass/screen.scss */
  235. .page #content_box #inner_box article {
  236. width: 95.83333%;
  237. float: left;
  238. margin-left: 2.08333%;
  239. margin-right: 2.08333%;
  240. }
  241. }
  242. @media (max-width: 32em) {
  243. /* line 85, sass/screen.scss */
  244. .page #content_box #inner_box article {
  245. padding-top: 28px;
  246. }
  247. }
  248. /* line 97, sass/screen.scss */
  249. .page #content_box #inner_box article header {
  250. text-align: center;
  251. }
  252. /* line 100, sass/screen.scss */
  253. .page #content_box #inner_box article header h2 {
  254. font-size: 2em;
  255. font-family: "Oswald", sans-serif;
  256. line-height: 56px;
  257. padding-bottom: 28px;
  258. }
  259. @media (max-width: 32em) {
  260. /* line 100, sass/screen.scss */
  261. .page #content_box #inner_box article header h2 {
  262. font-size: 1.5em;
  263. padding-bottom: 0;
  264. }
  265. }
  266. /* line 119, sass/screen.scss */
  267. .home.page #bold_title h1 {
  268. text-align: center;
  269. width: 100%;
  270. float: left;
  271. margin-left: 0;
  272. margin-right: 0;
  273. }
  274. /* line 123, sass/screen.scss */
  275. .home.page #bold_title h1 .hi {
  276. font-size: 0.667em;
  277. vertical-align: super;
  278. margin-right: 0.25em;
  279. }
  280. @media (max-width: 32em) {
  281. /* line 131, sass/screen.scss */
  282. .home.page #bold_title h1 {
  283. font-size: 3em;
  284. top: 0.35em;
  285. }
  286. /* line 136, sass/screen.scss */
  287. .home.page #bold_title .tagline span {
  288. background: red;
  289. font-size: 0.75em;
  290. }
  291. }
  292. /* line 144, sass/screen.scss */
  293. #content_box {
  294. background: white;
  295. position: relative;
  296. }
  297. /* line 148, sass/screen.scss */
  298. #content_box #main_menu {
  299. background: black;
  300. max-width: 48em;
  301. margin-left: auto;
  302. margin-right: auto;
  303. }
  304. /* line 12, ../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.2/sass/susy/output/support/_clearfix.scss */
  305. #content_box #main_menu:after {
  306. content: " ";
  307. display: block;
  308. clear: both;
  309. }
  310. /* line 152, sass/screen.scss */
  311. #content_box #main_menu ul {
  312. position: absolute;
  313. bottom: -42px;
  314. text-align: center;
  315. }
  316. /* line 157, sass/screen.scss */
  317. #content_box #main_menu ul li {
  318. padding: 10px 15px 5px 0;
  319. display: inline-block;
  320. }
  321. /* line 162, sass/screen.scss */
  322. #content_box #main_menu ul a {
  323. color: white;
  324. font-family: "Oswald", sans-serif;
  325. font-weight: normal;
  326. }
  327. @media (max-width: 48em) {
  328. /* line 170, sass/screen.scss */
  329. #content_box #main_menu ul {
  330. margin-left: 2.17391%;
  331. }
  332. }
  333. /* line 177, sass/screen.scss */
  334. #inner_box {
  335. max-width: 48em;
  336. margin-left: auto;
  337. margin-right: auto;
  338. padding-bottom: 50px;
  339. }
  340. /* line 12, ../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.2/sass/susy/output/support/_clearfix.scss */
  341. #inner_box:after {
  342. content: " ";
  343. display: block;
  344. clear: both;
  345. }
  346. /* line 183, sass/screen.scss */
  347. .home.page #inner_box {
  348. padding-bottom: 0;
  349. }
  350. /* line 187, sass/screen.scss */
  351. .home.page h2 {
  352. line-height: 80px;
  353. text-align: center;
  354. font-size: 2em;
  355. font-family: 'Oswald', sans-serif;
  356. }
  357. /* line 194, sass/screen.scss */
  358. .home.page .work.column {
  359. width: 25%;
  360. height: 300px;
  361. float: left;
  362. display: block;
  363. padding: 0;
  364. margin: 0;
  365. position: relative;
  366. vertical-align: bottom;
  367. background: gray;
  368. }
  369. /* line 205, sass/screen.scss */
  370. .home.page .work.column span {
  371. position: absolute;
  372. color: white;
  373. font-family: 'Oswald', sans-serif;
  374. font-size: 30px;
  375. white-space: nowrap;
  376. -moz-transform-origin: bottom left;
  377. -ms-transform-origin: bottom left;
  378. -webkit-transform-origin: bottom left;
  379. transform-origin: bottom left;
  380. -moz-transform: rotate(-90deg);
  381. -ms-transform: rotate(-90deg);
  382. -webkit-transform: rotate(-90deg);
  383. transform: rotate(-90deg);
  384. display: block;
  385. bottom: 0.33em;
  386. left: 1.33em;
  387. overflow: visible;
  388. }
  389. /* line 219, sass/screen.scss */
  390. .home.page .work.column.research {
  391. background-image: url("../images/home-research-2x.png");
  392. background-position: right bottom;
  393. background-size: cover;
  394. }
  395. /* line 224, sass/screen.scss */
  396. .home.page .work.column.development {
  397. background-image: url("../images/home-development-2x.png");
  398. background-position: right bottom;
  399. background-size: cover;
  400. }
  401. /* line 229, sass/screen.scss */
  402. .home.page .work.column.writing {
  403. background-image: url("../images/home-writing-2x.png");
  404. background-position: right bottom;
  405. background-size: cover;
  406. }
  407. /* line 234, sass/screen.scss */
  408. .home.page .work.column.other {
  409. background-image: url("../images/home-contact-2x.png");
  410. background-position: right bottom;
  411. background-size: cover;
  412. }
  413. /* line 242, sass/screen.scss */
  414. #site_footer {
  415. max-width: 48em;
  416. margin-left: auto;
  417. margin-right: auto;
  418. color: #c3d7ea;
  419. line-height: 22.4px;
  420. }
  421. /* line 12, ../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.2/sass/susy/output/support/_clearfix.scss */
  422. #site_footer:after {
  423. content: " ";
  424. display: block;
  425. clear: both;
  426. }
  427. /* line 247, sass/screen.scss */
  428. #site_footer .footer_body {
  429. padding-top: 46px;
  430. border-bottom: 1px solid #607f9f;
  431. }
  432. /* line 251, sass/screen.scss */
  433. #site_footer .footer_body a {
  434. color: #76a4d1;
  435. }
  436. /* line 255, sass/screen.scss */
  437. #site_footer .footer_body .column {
  438. padding-top: 14px;
  439. font-size: 0.75em;
  440. }
  441. /* line 259, sass/screen.scss */
  442. #site_footer .footer_body .column.first {
  443. width: 30.43478%;
  444. float: left;
  445. margin-right: 4.34783%;
  446. }
  447. /* line 263, sass/screen.scss */
  448. #site_footer .footer_body .column.last {
  449. width: 65.21739%;
  450. float: right;
  451. margin-right: 0;
  452. }
  453. @media (max-width: 48em) {
  454. /* line 268, sass/screen.scss */
  455. #site_footer .footer_body .column.first {
  456. width: 30.43478%;
  457. float: left;
  458. margin-right: 4.34783%;
  459. margin-left: 2.17391%;
  460. }
  461. /* line 273, sass/screen.scss */
  462. #site_footer .footer_body .column.last {
  463. width: 47.82609%;
  464. float: right;
  465. margin-right: 0;
  466. margin-right: 2.17391%;
  467. }
  468. }