screen.css 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816
  1. @charset "UTF-8";
  2. /* line 5, ../../../.rvm/gems/ruby-2.4.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  3. html, body, div, span, applet, object, iframe,
  4. h1, h2, .page #content_box #inner_box article h3, h3, h4, h5, h6, p, blockquote, pre,
  5. a, abbr, acronym, address, big, cite, code,
  6. del, dfn, em, img, ins, kbd, q, s, samp,
  7. small, strike, strong, sub, sup, tt, var,
  8. b, u, i, center,
  9. dl, dt, dd, ol, ul, li,
  10. fieldset, form, label, legend,
  11. table, caption, tbody, tfoot, thead, tr, th, td,
  12. article, aside, canvas, details, embed,
  13. figure, figcaption, footer, header, hgroup,
  14. menu, nav, output, ruby, section, summary,
  15. time, mark, audio, video {
  16. margin: 0;
  17. padding: 0;
  18. border: 0;
  19. font: inherit;
  20. font-size: 100%;
  21. vertical-align: baseline;
  22. }
  23. /* line 22, ../../../.rvm/gems/ruby-2.4.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  24. html {
  25. line-height: 1;
  26. }
  27. /* line 24, ../../../.rvm/gems/ruby-2.4.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  28. ol, ul {
  29. list-style: none;
  30. }
  31. /* line 26, ../../../.rvm/gems/ruby-2.4.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  32. table {
  33. border-collapse: collapse;
  34. border-spacing: 0;
  35. }
  36. /* line 28, ../../../.rvm/gems/ruby-2.4.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  37. caption, th, td {
  38. text-align: left;
  39. font-weight: normal;
  40. vertical-align: middle;
  41. }
  42. /* line 30, ../../../.rvm/gems/ruby-2.4.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  43. q, blockquote {
  44. quotes: none;
  45. }
  46. /* line 103, ../../../.rvm/gems/ruby-2.4.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  47. q:before, q:after, blockquote:before, blockquote:after {
  48. content: "";
  49. content: none;
  50. }
  51. /* line 32, ../../../.rvm/gems/ruby-2.4.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  52. a img {
  53. border: none;
  54. }
  55. /* line 116, ../../../.rvm/gems/ruby-2.4.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  56. article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  57. display: block;
  58. }
  59. /* line 106, ../../../.rvm/gems/ruby-2.4.1/gems/compass-core-1.0.3/stylesheets/compass/typography/_vertical_rhythm.scss */
  60. html {
  61. font-size: 100%;
  62. line-height: 1.75em;
  63. }
  64. /* line 10, sass/screen.scss */
  65. body {
  66. background: black;
  67. -webkit-text-size-adjust: none;
  68. -moz-text-size-adjust: none;
  69. -ms-text-size-adjust: none;
  70. font-family: "Open Sans", sans-serif;
  71. }
  72. /* line 17, sass/screen.scss */
  73. a {
  74. text-decoration: none;
  75. color: #4080bf;
  76. }
  77. /* line 22, sass/screen.scss */
  78. strong {
  79. font-weight: bold;
  80. }
  81. /* line 26, sass/screen.scss */
  82. em {
  83. font-style: italic;
  84. }
  85. /* line 1, sass/cookie.scss */
  86. #cookie_monster {
  87. position: fixed;
  88. left: 0;
  89. width: 100%;
  90. background: rgba(255, 255, 255, 0.8);
  91. font-family: 'Open Sans', sans-serif;
  92. z-index: 255;
  93. }
  94. @media (min-width: 48em) {
  95. /* line 1, sass/cookie.scss */
  96. #cookie_monster {
  97. top: 0;
  98. }
  99. }
  100. @media (max-width: 48em) {
  101. /* line 1, sass/cookie.scss */
  102. #cookie_monster {
  103. bottom: 0;
  104. background: rgba(239, 239, 143, 0.8);
  105. }
  106. }
  107. /* line 18, sass/cookie.scss */
  108. #cookie_monster .content {
  109. max-width: 48em;
  110. margin-left: auto;
  111. margin-right: auto;
  112. margin: 0 auto;
  113. color: black;
  114. padding: 0.375em 1.5em 0.1875em 1.5em;
  115. }
  116. /* line 12, ../../../.rvm/gems/ruby-2.4.1/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  117. #cookie_monster .content:after {
  118. content: " ";
  119. display: block;
  120. clear: both;
  121. }
  122. /* line 24, sass/cookie.scss */
  123. #cookie_monster .content strong {
  124. font-weight: bold;
  125. }
  126. /* line 28, sass/cookie.scss */
  127. #cookie_monster .content .button {
  128. display: block;
  129. background: black;
  130. color: white;
  131. padding: 0.375em 0.5625em;
  132. margin-top: 0.375em;
  133. margin-left: 0.1875em;
  134. float: right;
  135. -moz-border-radius: 4px;
  136. -webkit-border-radius: 4px;
  137. border-radius: 4px;
  138. border: 0;
  139. font-size: 16px;
  140. }
  141. /* line 40, sass/cookie.scss */
  142. #cookie_monster .content .button.no {
  143. background: #34b273;
  144. }
  145. /* line 44, sass/cookie.scss */
  146. #cookie_monster .content .button.yes {
  147. font-weight: bold;
  148. background: #c0598c;
  149. }
  150. /* line 32, sass/screen.scss */
  151. #top_banner {
  152. background-repeat: no-repeat !important;
  153. background-position: center center !important;
  154. -moz-background-size: cover !important;
  155. -o-background-size: cover !important;
  156. -webkit-background-size: cover !important;
  157. background-size: cover !important;
  158. height: 120px;
  159. background: black;
  160. }
  161. @media (max-width: 32em) {
  162. /* line 32, sass/screen.scss */
  163. #top_banner {
  164. height: 80px;
  165. }
  166. }
  167. /* line 44, sass/screen.scss */
  168. #bold_title {
  169. color: white;
  170. max-width: 48em;
  171. margin-left: auto;
  172. margin-right: auto;
  173. position: relative;
  174. font-family: 'Oswald', sans-serif;
  175. font-weight: normal;
  176. text-shadow: 0px 0px 3px black;
  177. }
  178. /* line 12, ../../../.rvm/gems/ruby-2.4.1/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  179. #bold_title:after {
  180. content: " ";
  181. display: block;
  182. clear: both;
  183. }
  184. /* line 52, sass/screen.scss */
  185. #bold_title h1 {
  186. font-size: 3em;
  187. text-align: right;
  188. position: relative;
  189. top: 0.75em;
  190. width: 47.82609%;
  191. float: left;
  192. margin-right: 4.34783%;
  193. white-space: nowrap;
  194. }
  195. /* line 61, sass/screen.scss */
  196. #bold_title .tagline {
  197. font-size: 1.5em;
  198. text-align: left;
  199. width: 47.82609%;
  200. float: right;
  201. margin-right: 0;
  202. }
  203. /* line 66, sass/screen.scss */
  204. #bold_title .tagline span {
  205. position: absolute;
  206. margin-left: -30.43478%;
  207. top: 3em;
  208. }
  209. @media (max-width: 32em) {
  210. /* line 74, sass/screen.scss */
  211. #bold_title h1 {
  212. font-size: 2em;
  213. top: 0.5em;
  214. width: 79.16667%;
  215. float: left;
  216. margin-left: 2.08333%;
  217. margin-right: 2.08333%;
  218. }
  219. /* line 80, sass/screen.scss */
  220. #bold_title .tagline span {
  221. font-size: 0.75em;
  222. top: 2.5em;
  223. }
  224. }
  225. /* line 89, sass/screen.scss */
  226. .page #content_box #inner_box {
  227. max-width: 48em;
  228. margin-left: auto;
  229. margin-right: auto;
  230. }
  231. /* line 12, ../../../.rvm/gems/ruby-2.4.1/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  232. .page #content_box #inner_box:after {
  233. content: " ";
  234. display: block;
  235. clear: both;
  236. }
  237. /* line 92, sass/screen.scss */
  238. .page #content_box #inner_box article {
  239. width: 100%;
  240. float: left;
  241. margin-left: 0;
  242. margin-right: 0;
  243. padding-top: 56px;
  244. }
  245. /* line 96, sass/screen.scss */
  246. .page #content_box #inner_box article.bottom_padding {
  247. padding-bottom: 56px;
  248. }
  249. @media (max-width: 48em) {
  250. /* line 92, sass/screen.scss */
  251. .page #content_box #inner_box article {
  252. width: 95.83333%;
  253. float: left;
  254. margin-left: 2.08333%;
  255. margin-right: 2.08333%;
  256. }
  257. }
  258. @media (max-width: 32em) {
  259. /* line 92, sass/screen.scss */
  260. .page #content_box #inner_box article {
  261. padding-top: 28px;
  262. }
  263. }
  264. /* line 108, sass/screen.scss */
  265. .page #content_box #inner_box article header {
  266. text-align: center;
  267. }
  268. /* line 111, sass/screen.scss */
  269. .page #content_box #inner_box article header h2, .page #content_box #inner_box article header h3 {
  270. font-size: 2em;
  271. font-family: "Oswald", sans-serif;
  272. line-height: 56px;
  273. padding-bottom: 28px;
  274. }
  275. @media (max-width: 32em) {
  276. /* line 111, sass/screen.scss */
  277. .page #content_box #inner_box article header h2, .page #content_box #inner_box article header h3 {
  278. font-size: 1.5em;
  279. padding-bottom: 0;
  280. }
  281. }
  282. /* line 124, sass/screen.scss */
  283. .page #content_box #inner_box article h2, .page #content_box #inner_box article h3 {
  284. font-family: "Oswald", sans-serif;
  285. font-size: 1.5em;
  286. line-height: 56px;
  287. }
  288. /* line 130, sass/screen.scss */
  289. .page #content_box #inner_box article h3 {
  290. font-size: 1.25em;
  291. }
  292. /* line 134, sass/screen.scss */
  293. .page #content_box #inner_box article h3 strong {
  294. text-transform: uppercase;
  295. }
  296. /* line 139, sass/screen.scss */
  297. .page #content_box #inner_box article ul {
  298. padding-left: 1em;
  299. margin: 14px 0;
  300. }
  301. /* line 143, sass/screen.scss */
  302. .page #content_box #inner_box article ul.nomargin {
  303. margin: 0;
  304. }
  305. /* line 147, sass/screen.scss */
  306. .page #content_box #inner_box article ul li {
  307. text-indent: -0.7em;
  308. }
  309. /* line 151, sass/screen.scss */
  310. .page #content_box #inner_box article ul li:before {
  311. content: '• ';
  312. width: 1em;
  313. }
  314. /* line 156, sass/screen.scss */
  315. .page #content_box #inner_box article ul.nobullets {
  316. padding-left: 0;
  317. }
  318. /* line 159, sass/screen.scss */
  319. .page #content_box #inner_box article ul.nobullets li {
  320. text-indent: 0;
  321. }
  322. /* line 163, sass/screen.scss */
  323. .page #content_box #inner_box article ul.nobullets li:before {
  324. content: '';
  325. width: 0;
  326. }
  327. /* line 170, sass/screen.scss */
  328. .page #content_box #inner_box article p.calltoaction {
  329. text-align: center;
  330. display: block;
  331. margin: 14px 0;
  332. padding: 14px 0;
  333. background-color: #e7f2fd;
  334. font-size: 1.5em;
  335. font-family: "Oswald", sans-serif;
  336. }
  337. /* line 185, sass/screen.scss */
  338. .page #content_box #inner_box article section.full {
  339. width: 100%;
  340. float: left;
  341. margin-left: 0;
  342. margin-right: 0;
  343. }
  344. /* line 188, sass/screen.scss */
  345. .page #content_box #inner_box article section.full.hr {
  346. height: 1px;
  347. padding: 0;
  348. margin: 20.44px 0 7px 0;
  349. background: #cccccc;
  350. }
  351. /* line 195, sass/screen.scss */
  352. .page #content_box #inner_box article section.left {
  353. width: 47.82609%;
  354. float: left;
  355. margin-right: 4.34783%;
  356. }
  357. @media (max-width: 32em) {
  358. /* line 195, sass/screen.scss */
  359. .page #content_box #inner_box article section.left {
  360. width: 100%;
  361. float: left;
  362. margin-left: 0;
  363. margin-right: 0;
  364. }
  365. }
  366. /* line 202, sass/screen.scss */
  367. .page #content_box #inner_box article section.right {
  368. width: 47.82609%;
  369. float: right;
  370. margin-right: 0;
  371. }
  372. @media (max-width: 32em) {
  373. /* line 202, sass/screen.scss */
  374. .page #content_box #inner_box article section.right {
  375. width: 100%;
  376. float: left;
  377. margin-left: 0;
  378. margin-right: 0;
  379. }
  380. }
  381. /* line 213, sass/screen.scss */
  382. .page #content_box #inner_box article figure {
  383. position: relative;
  384. margin-top: 14px;
  385. margin-bottom: 14px;
  386. }
  387. /* line 218, sass/screen.scss */
  388. .page #content_box #inner_box article figure img {
  389. -moz-border-radius: 4px;
  390. -webkit-border-radius: 4px;
  391. border-radius: 4px;
  392. width: 100%;
  393. display: block;
  394. }
  395. /* line 224, sass/screen.scss */
  396. .page #content_box #inner_box article figure figcaption {
  397. position: absolute;
  398. width: 100%;
  399. bottom: 0;
  400. font-size: 0.75em;
  401. color: #fff;
  402. line-height: 28px;
  403. background: rgba(0, 0, 0, 0.5);
  404. padding: 0 0 0.2em 0;
  405. -moz-border-radius: 0 0 4px 4px;
  406. -webkit-border-radius: 0;
  407. border-radius: 0 0 4px 4px;
  408. }
  409. /* line 235, sass/screen.scss */
  410. .page #content_box #inner_box article figure figcaption a {
  411. color: #fff;
  412. text-decoration: underline;
  413. }
  414. /* line 240, sass/screen.scss */
  415. .page #content_box #inner_box article figure figcaption span {
  416. padding: 0 1em;
  417. }
  418. /* line 243, sass/screen.scss */
  419. .page #content_box #inner_box article figure figcaption span:before {
  420. content: '\203A ';
  421. }
  422. /* line 256, sass/screen.scss */
  423. .home.page #bold_title h1 {
  424. text-align: center;
  425. width: 100%;
  426. float: left;
  427. margin-left: 0;
  428. margin-right: 0;
  429. }
  430. /* line 260, sass/screen.scss */
  431. .home.page #bold_title h1 .hi {
  432. font-size: 0.667em;
  433. vertical-align: super;
  434. margin-right: 0.25em;
  435. }
  436. @media (max-width: 32em) {
  437. /* line 268, sass/screen.scss */
  438. .home.page #bold_title h1 {
  439. font-size: 3em;
  440. top: 0.35em;
  441. }
  442. /* line 273, sass/screen.scss */
  443. .home.page #bold_title .tagline span {
  444. background: red;
  445. font-size: 0.75em;
  446. }
  447. }
  448. /* line 281, sass/screen.scss */
  449. #content_box {
  450. background: white;
  451. position: relative;
  452. }
  453. /* line 285, sass/screen.scss */
  454. #content_box #main_menu {
  455. background: black;
  456. max-width: 48em;
  457. margin-left: auto;
  458. margin-right: auto;
  459. overflow: hidden;
  460. }
  461. /* line 12, ../../../.rvm/gems/ruby-2.4.1/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  462. #content_box #main_menu:after {
  463. content: " ";
  464. display: block;
  465. clear: both;
  466. }
  467. /* line 290, sass/screen.scss */
  468. #content_box #main_menu ul {
  469. position: absolute;
  470. bottom: -42px;
  471. text-align: center;
  472. white-space: nowrap;
  473. overflow-x: auto;
  474. overflow-y: hidden;
  475. -webkit-overflow-scrolling: touch;
  476. }
  477. /* line 299, sass/screen.scss */
  478. #content_box #main_menu ul li {
  479. padding: 10px 15px 5px 0;
  480. display: inline-block;
  481. }
  482. /* line 304, sass/screen.scss */
  483. #content_box #main_menu ul a {
  484. color: white;
  485. font-family: "Oswald", sans-serif;
  486. font-weight: normal;
  487. }
  488. @media (max-width: 48em) {
  489. /* line 290, sass/screen.scss */
  490. #content_box #main_menu ul {
  491. width: 95.83333%;
  492. float: left;
  493. margin-left: 2.08333%;
  494. margin-right: 2.08333%;
  495. background: url("../images/hscroller-01.png") bottom center no-repeat;
  496. background-size: auto 100%;
  497. }
  498. }
  499. /* line 319, sass/screen.scss */
  500. #inner_box {
  501. max-width: 48em;
  502. margin-left: auto;
  503. margin-right: auto;
  504. }
  505. /* line 12, ../../../.rvm/gems/ruby-2.4.1/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  506. #inner_box:after {
  507. content: " ";
  508. display: block;
  509. clear: both;
  510. }
  511. /* line 324, sass/screen.scss */
  512. .home.page #inner_box {
  513. padding-bottom: 0;
  514. }
  515. /* line 328, sass/screen.scss */
  516. .home.page h2, .home.page #content_box #inner_box article h3 {
  517. line-height: 80px;
  518. text-align: center;
  519. font-size: 2em;
  520. font-family: 'Oswald', sans-serif;
  521. }
  522. /* line 335, sass/screen.scss */
  523. .home.page .work.column {
  524. width: 25%;
  525. height: 300px;
  526. float: left;
  527. display: block;
  528. padding: 0;
  529. margin: 0;
  530. position: relative;
  531. vertical-align: bottom;
  532. background: gray;
  533. }
  534. /* line 346, sass/screen.scss */
  535. .home.page .work.column span {
  536. position: absolute;
  537. color: white;
  538. font-family: 'Oswald', sans-serif;
  539. font-size: 30px;
  540. white-space: nowrap;
  541. -moz-transform-origin: bottom left;
  542. -ms-transform-origin: bottom left;
  543. -webkit-transform-origin: bottom left;
  544. transform-origin: bottom left;
  545. -moz-transform: rotate(-90deg);
  546. -ms-transform: rotate(-90deg);
  547. -webkit-transform: rotate(-90deg);
  548. transform: rotate(-90deg);
  549. display: block;
  550. bottom: 0.33em;
  551. left: 1.33em;
  552. overflow: visible;
  553. }
  554. /* line 360, sass/screen.scss */
  555. .home.page .work.column.research {
  556. background-image: url("../images/home-research-2x.png");
  557. background-position: right bottom;
  558. background-size: cover;
  559. }
  560. /* line 365, sass/screen.scss */
  561. .home.page .work.column.development {
  562. background-image: url("../images/home-development-2x.png");
  563. background-position: right bottom;
  564. background-size: cover;
  565. }
  566. /* line 370, sass/screen.scss */
  567. .home.page .work.column.writing {
  568. background-image: url("../images/home-writing-2x.png");
  569. background-position: right bottom;
  570. background-size: cover;
  571. }
  572. /* line 375, sass/screen.scss */
  573. .home.page .work.column.other {
  574. background-image: url("../images/home-contact-2x.png");
  575. background-position: right bottom;
  576. background-size: cover;
  577. }
  578. /* line 383, sass/screen.scss */
  579. #site_footer {
  580. max-width: 48em;
  581. margin-left: auto;
  582. margin-right: auto;
  583. color: #d9e6f2;
  584. line-height: 22.4px;
  585. }
  586. /* line 12, ../../../.rvm/gems/ruby-2.4.1/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  587. #site_footer:after {
  588. content: " ";
  589. display: block;
  590. clear: both;
  591. }
  592. /* line 388, sass/screen.scss */
  593. #site_footer .footer_body {
  594. padding-top: 46px;
  595. border-bottom: 1px solid #60809f;
  596. }
  597. /* line 392, sass/screen.scss */
  598. #site_footer .footer_body a {
  599. color: #8cb3d9;
  600. }
  601. /* line 396, sass/screen.scss */
  602. #site_footer .footer_body .column {
  603. padding-top: 14px;
  604. font-size: 0.75em;
  605. }
  606. /* line 400, sass/screen.scss */
  607. #site_footer .footer_body .column.first {
  608. width: 13.04348%;
  609. float: left;
  610. margin-right: 4.34783%;
  611. }
  612. /* line 403, sass/screen.scss */
  613. #site_footer .footer_body .column.second {
  614. width: 13.04348%;
  615. float: left;
  616. margin-right: 4.34783%;
  617. }
  618. /* line 407, sass/screen.scss */
  619. #site_footer .footer_body .column.last {
  620. width: 65.21739%;
  621. float: right;
  622. margin-right: 0;
  623. }
  624. @media (max-width: 48em) {
  625. /* line 412, sass/screen.scss */
  626. #site_footer .footer_body .column.first {
  627. width: 30.43478%;
  628. float: left;
  629. margin-right: 4.34783%;
  630. margin-left: 2.17391%;
  631. }
  632. /* line 417, sass/screen.scss */
  633. #site_footer .footer_body .column.last {
  634. width: 47.82609%;
  635. float: right;
  636. margin-right: 0;
  637. margin-right: 2.17391%;
  638. }
  639. }
  640. /* line 4, sass/_contact.scss */
  641. .contact.page #content_box article section.links {
  642. width: 47.82609%;
  643. float: left;
  644. margin-right: 4.34783%;
  645. }
  646. @media (max-width: 48em) {
  647. /* line 4, sass/_contact.scss */
  648. .contact.page #content_box article section.links {
  649. width: 100%;
  650. float: left;
  651. margin-left: 0;
  652. margin-right: 0;
  653. }
  654. }
  655. /* line 12, sass/_contact.scss */
  656. .contact.page #content_box article section.form {
  657. width: 47.82609%;
  658. float: right;
  659. margin-right: 0;
  660. }
  661. @media (max-width: 48em) {
  662. /* line 12, sass/_contact.scss */
  663. .contact.page #content_box article section.form {
  664. width: 100%;
  665. float: left;
  666. margin-left: 0;
  667. margin-right: 0;
  668. }
  669. }
  670. /* line 19, sass/_contact.scss */
  671. .contact.page #content_box article section.form p.contact_thanks {
  672. background: #ecf9ec;
  673. color: #0d730d;
  674. padding: 0.5em 14px;
  675. -moz-border-radius: 4px;
  676. -webkit-border-radius: 4px;
  677. border-radius: 4px;
  678. }
  679. /* line 26, sass/_contact.scss */
  680. .contact.page #content_box article section.form p.meanwhile {
  681. padding: 0.5em 14px;
  682. }
  683. /* line 30, sass/_contact.scss */
  684. .contact.page #content_box article section.form .field {
  685. display: block;
  686. width: 100%;
  687. padding-bottom: 28px;
  688. }
  689. /* line 35, sass/_contact.scss */
  690. .contact.page #content_box article section.form .field label {
  691. display: block;
  692. color: #9fbfdf;
  693. }
  694. /* line 40, sass/_contact.scss */
  695. .contact.page #content_box article section.form .field input, .contact.page #content_box article section.form .field textarea {
  696. -moz-border-radius: 4px;
  697. -webkit-border-radius: 4px;
  698. border-radius: 4px;
  699. padding: 0 0 0 0.25em;
  700. display: block;
  701. width: 100%;
  702. height: 28px;
  703. font-size: 1em;
  704. font-family: "Open Sans", sans-serif;
  705. border: 0;
  706. border-bottom: 2px solid #4080bf;
  707. background: #f7fafc;
  708. }
  709. @media (max-width: 48em) {
  710. /* line 40, sass/_contact.scss */
  711. .contact.page #content_box article section.form .field input, .contact.page #content_box article section.form .field textarea {
  712. width: 95.83333%;
  713. }
  714. }
  715. /* line 57, sass/_contact.scss */
  716. .contact.page #content_box article section.form .field textarea {
  717. min-height: 140px;
  718. max-width: 100%;
  719. }
  720. /* line 62, sass/_contact.scss */
  721. .contact.page #content_box article section.form .field input:focus, .contact.page #content_box article section.form .field textarea:focus {
  722. outline: none;
  723. }
  724. /* line 66, sass/_contact.scss */
  725. .contact.page #content_box article section.form .field input.invalid, .contact.page #content_box article section.form .field textarea.invalid {
  726. border-bottom: 2px solid #4080bf;
  727. background: #f7fafc;
  728. }
  729. /* line 71, sass/_contact.scss */
  730. .contact.page #content_box article section.form .field input.valid, .contact.page #content_box article section.form .field textarea.valid {
  731. border-bottom: 2px solid #4080bf;
  732. background: white;
  733. }
  734. /* line 77, sass/_contact.scss */
  735. .contact.page #content_box article section.form .button {
  736. text-align: right;
  737. }
  738. /* line 80, sass/_contact.scss */
  739. .contact.page #content_box article section.form .button button {
  740. background: #3973ac;
  741. font-weight: bold;
  742. -moz-border-radius: 4px;
  743. -webkit-border-radius: 4px;
  744. border-radius: 4px;
  745. color: white;
  746. border: 0;
  747. font-size: 1em;
  748. line-height: 2.5em;
  749. padding: 0 0.75em 0.1em 0.5em;
  750. }
  751. /* line 90, sass/_contact.scss */
  752. .contact.page #content_box article section.form .button button .fa {
  753. padding-right: 0.25em;
  754. }
  755. /* line 94, sass/_contact.scss */
  756. .contact.page #content_box article section.form .button button:disabled {
  757. background: #b3cce6;
  758. }
  759. @media (max-width: 32em) {
  760. /* line 4, sass/_development.scss */
  761. .development.page #content_box article section.project {
  762. margin-top: 14px;
  763. border-top: 1px solid #cccccc;
  764. padding-top: 14px;
  765. }
  766. /* line 10, sass/_development.scss */
  767. .development.page #content_box article section.project h3 {
  768. line-height: 28px !important;
  769. }
  770. }
  771. /* line 2, sass/_cv.scss */
  772. .page.cv .macro {
  773. margin-top: 28px;
  774. }
  775. /* line 5, sass/_cv.scss */
  776. .page.cv .macro.first {
  777. margin-top: 0;
  778. }
  779. /* line 10, sass/_cv.scss */
  780. .page.cv .macro .body section {
  781. margin-top: 28px;
  782. }
  783. /* line 13, sass/_cv.scss */
  784. .page.cv .macro .body section:first-child, .page.cv .macro .body section#full_cv {
  785. margin-top: 0;
  786. }
  787. /* line 17, sass/_cv.scss */
  788. .page.cv .macro .body section section {
  789. margin-top: 0;
  790. padding-left: 1em;
  791. border-left: 3px solid #d9e6f2;
  792. }