style.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804
  1. /*
  2. Theme Name: HPCP
  3. Theme URI: https://hospicepiedmont.org/
  4. Author: @windhamdavid
  5. Author URI: https://davidwindham.com
  6. Description: something else
  7. Version: 1.0.0
  8. License: GNU General Public License v3
  9. Text Domain: hp
  10. Requires at least: 4.7
  11. Requires PHP: 7.2
  12. Tested up to: 5.6.1
  13. Tags:
  14. */
  15. /* ######## credits: ########
  16. https://github.com/twbs/bootstrap
  17. https://github.com/necolas/normalize.css/
  18. https://github.com/Automattic/_s
  19. */
  20. /*--------------------------------------------------------------
  21. ########################## Typography ##########################
  22. --------------------------------------------------------------*/
  23. @import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap');
  24. h1, h2, h3, h4, h5, h6 {
  25. clear: both;
  26. color: #24292e;
  27. font-weight: 600;
  28. margin-top: 24px;
  29. margin-bottom: 15px;
  30. font-family: 'Lato', sans-serif;
  31. }
  32. h1 {
  33. font-size: 31px;
  34. padding-bottom: 10px;
  35. }
  36. h2 {
  37. font-size: 21px;
  38. padding-bottom: 0.3em;
  39. line-height: 1.25;
  40. }
  41. h3 {
  42. font-size: 18px;
  43. line-height: 25px;
  44. }
  45. h4 {
  46. font-size: 16px;
  47. line-height: 20px;
  48. }
  49. h5 {
  50. font-size: 14px;
  51. line-height: 17.5px;
  52. }
  53. p {
  54. margin-bottom: 1.5em;
  55. }
  56. h1.entry-title {
  57. font-size: 31px;
  58. color:#343C70;
  59. font-weight:700;
  60. font-family: 'Lato', sans-serif;
  61. border-bottom: 1px solid #eaecef;
  62. }
  63. h2.entry-title {
  64. font-size: 21px;
  65. color:#343C70;
  66. font-family: 'Lato', sans-serif;
  67. border-bottom: 1px solid #eaecef;
  68. }
  69. h3.widget-title {
  70. font-family: 'Lato', sans-serif;
  71. font-weight:300;
  72. font-size: 18px;
  73. color:#d7d7d7;
  74. }
  75. h1.lato-widget {
  76. font-family: 'Lato', sans-serif;
  77. font-weight:300;
  78. margin-top:0px;
  79. font-size: 27px;
  80. color:#d7d7d7;
  81. }
  82. .notlight {
  83. color:#d7d7d7;
  84. }
  85. /*--------------------------------------------------------------
  86. ########################## Elements ##########################
  87. --------------------------------------------------------------*/
  88. img {
  89. height: auto;
  90. /* Make sure images are scaled correctly. */
  91. max-width: 100%;
  92. /* Adhere to container width. */
  93. }
  94. figure {
  95. margin: 1em 0;
  96. /* Extra wide images within figure tags don't overflow the content area. */
  97. }
  98. table {
  99. margin: 0 0 1.5em;
  100. width: 100%;
  101. }
  102. /*--------------------------------------------------------------
  103. ########################## Navigation ##########################
  104. --------------------------------------------------------------*/
  105. header#masthead {
  106. margin-bottom: 0;
  107. box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  108. padding: .74rem 1rem;
  109. background-color:rgba(56, 94, 113, 1);
  110. border-top: 3px solid #343C70;
  111. }
  112. .navbar-brand > a {
  113. font-family: 'Lato', sans-serif;
  114. color: rgba(0, 0, 0, 0.9);
  115. font-size: 21px;
  116. outline: medium none;
  117. text-decoration: none;
  118. color: #d7d7d7;
  119. font-weight: 300;
  120. }
  121. .navbar-brand > a:hover {
  122. text-decoration: none;
  123. color:#7ac9f0;
  124. }
  125. .dropdown-item.active, .dropdown-item:active {
  126. color:#777;
  127. }
  128. .hp-sidenav {
  129. position:fixed;
  130. padding-top:20px;
  131. }
  132. .hp-sidenav li.list-group-item {
  133. background-color:transparent;
  134. }
  135. .hp-sidenav li.current_list-group-item {
  136. border-bottom: 2px solid #d7d7d7;
  137. }
  138. .hp-sidenav li.current_list-group-item a {
  139. color:#343C70;
  140. font-weight:500;
  141. }
  142. #page-sub-header {
  143. position: relative;
  144. padding-top: 5rem;
  145. padding-bottom: 0;
  146. text-align: center;
  147. font-size: 1.25rem;
  148. background-size: cover !important;
  149. }
  150. body #page-sub-header h1 {
  151. line-height: 1.6;
  152. font-size: 4rem;
  153. color: #563e7c;
  154. margin: 0 0 1rem;
  155. border: 0;
  156. padding: 0;
  157. }
  158. #page-sub-header p {
  159. margin-bottom: 0;
  160. line-height: 1.4;
  161. font-size: 1.25rem;
  162. font-weight: 300;
  163. }
  164. body #page-sub-header p {
  165. color: #212529;
  166. }
  167. a.page-scroller {
  168. color: #333;
  169. font-size: 2.6rem;
  170. display: inline-block;
  171. margin-top: 2rem;
  172. }
  173. @media screen and (min-width: 768px) {
  174. body #page-sub-header h1 {
  175. font-size: 3.750rem;
  176. }
  177. body #page-sub-header {
  178. font-size: 1.25rem;
  179. }
  180. }
  181. @media screen and (min-width: 992px) {
  182. #page-sub-header p {
  183. max-width: 43rem;
  184. margin: 0 auto;
  185. }
  186. }
  187. /*--------------------------------------------------------------
  188. ########################## Links ##########################
  189. --------------------------------------------------------------*/
  190. a {
  191. color:#343C70;
  192. }
  193. a:hover {
  194. color:#38537A;
  195. }
  196. a.dropdown-toggle, a.nav-link {
  197. }
  198. a.page-numbers {
  199. display: inline-block;
  200. color:#777;
  201. padding:5px 10px;
  202. border: 1px solid #999;
  203. border-radius: 5px;
  204. text-decoration: none;
  205. }
  206. span.current {
  207. display: inline-block;
  208. color:#444;
  209. padding:5px 10px;
  210. border: 1px solid #ddd;
  211. border-radius: 5px;
  212. background: #eee;
  213. }
  214. a.page-numbers:hover {
  215. background: #eee;
  216. }
  217. .post-navigation .nav-previous a, .post-navigation .nav-next a {
  218. color:#777;
  219. border: 1px solid #ddd;
  220. border-radius: 5px;
  221. display: inline-block;
  222. padding:5px 10px;
  223. text-decoration: none;
  224. }
  225. .entry-meta {
  226. color:#777;
  227. }
  228. /*--------------------------------------------------------------
  229. ########################## Menus ##########################
  230. --------------------------------------------------------------*/
  231. #masthead nav {
  232. padding-left: 0;
  233. padding-right: 0;
  234. }
  235. body #masthead .navbar-nav > li > a {
  236. padding: 0.5rem;
  237. font-weight: 500;
  238. font-size: 0.875rem;
  239. }
  240. body #masthead .navbar-nav > li > a:hover,
  241. body #masthead .navbar-nav > li.current_page_item > a {
  242. color: #fff;
  243. }
  244. body #masthead .navbar-nav > li.current-page-ancestor > a {
  245. color: #fff;
  246. }
  247. body #masthead .navbar-nav > li.menu-item > a.btn-outline-light {
  248. color: #fff;
  249. }
  250. body #masthead .navbar-nav > li.menu-item > a.btn-outline-light:hover {
  251. color: #343c70;
  252. background-color:#7ac9f0;
  253. }
  254. .navbar-brand {
  255. height: auto;
  256. }
  257. .navbar-toggle .icon-bar {
  258. background: #000 none repeat scroll 0 0;
  259. }
  260. .dropdown-menu .dropdown-toggle::after {
  261. border-bottom: 0.3em solid transparent;
  262. border-left: 0.3em solid;
  263. border-top: 0.3em solid transparent;
  264. }
  265. .dropdown.menu-item-has-children .dropdown.menu-item-has-children {
  266. position: relative;
  267. }
  268. .dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
  269. top: 0;
  270. left: 100%;
  271. margin-top: -6px;
  272. margin-left: -1px;
  273. -webkit-border-radius: 0 6px 6px 6px;
  274. -moz-border-radius: 0 6px 6px;
  275. border-radius: 0 6px 6px 6px;
  276. }
  277. .dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
  278. display: block;
  279. }
  280. .dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
  281. display: block;
  282. content: " ";
  283. float: right;
  284. width: 0;
  285. height: 0;
  286. border-color: transparent;
  287. border-style: solid;
  288. border-width: 5px 0 5px 5px;
  289. border-left-color: #ccc;
  290. margin-top: 5px;
  291. margin-right: -10px;
  292. }
  293. .dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
  294. border-left-color: #fff;
  295. }
  296. .dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
  297. float: none;
  298. }
  299. .dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
  300. left: -100%;
  301. margin-left: 10px;
  302. -webkit-border-radius: 6px 0 6px 6px;
  303. -moz-border-radius: 6px 0 6px 6px;
  304. border-radius: 6px 0 6px 6px;
  305. }
  306. /* Small menu. */
  307. .menu-toggle,
  308. .main-navigation.toggled ul {
  309. display: block;
  310. }
  311. .dropdown-item {
  312. line-height: 1.2;
  313. padding-bottom: 0.313rem;
  314. padding-top: 0.313rem;
  315. }
  316. .dropdown-menu {
  317. min-width: 12.500rem;
  318. }
  319. .dropdown .open .dropdown-menu {
  320. display: block;
  321. left: 12.250em;
  322. top: 0;
  323. }
  324. .dropdown-menu .dropdown-item {
  325. white-space: normal;
  326. background: transparent;
  327. line-height: 1.6;
  328. }
  329. .dropdown-menu .dropdown-item:hover {
  330. background: transparent;
  331. }
  332. @media screen and (min-width: 37.5em) {
  333. .menu-toggle {
  334. display: none;
  335. }
  336. }
  337. @media screen and (min-width: 769px) {
  338. .dropdown-menu li > .dropdown-menu {
  339. right: -9.875rem;
  340. top: 1.375rem;
  341. }
  342. }
  343. @media screen and (max-width: 991px) {
  344. .navbar-nav .dropdown-menu {
  345. border: medium none;
  346. margin-left: 1.250rem;
  347. padding: 0;
  348. }
  349. .dropdown-menu li a {
  350. padding: 0;
  351. }
  352. #masthead .navbar-nav > li > a {
  353. padding-bottom: 0.625rem;
  354. padding-top: 0.313rem;
  355. }
  356. .navbar-light .navbar-toggler {
  357. border: medium none;
  358. outline: none;
  359. }
  360. }
  361. .site-main .comment-navigation,
  362. .site-main .posts-navigation,
  363. .site-main .post-navigation {
  364. margin: 0 0 1.5em;
  365. overflow: hidden;
  366. }
  367. .comment-navigation .nav-previous,
  368. .posts-navigation .nav-previous,
  369. .post-navigation .nav-previous {
  370. float: left;
  371. width: 50%;
  372. }
  373. .comment-navigation .nav-next,
  374. .posts-navigation .nav-next,
  375. .post-navigation .nav-next {
  376. float: right;
  377. text-align: right;
  378. width: 50%;
  379. }
  380. .comment-content.card-block {
  381. padding: 20px;
  382. }
  383. .navigation.post-navigation {
  384. padding-top: 1.875rem;
  385. }
  386. .post-navigation .nav-next a::after {
  387. content: " \2192";
  388. }
  389. .post-navigation .nav-previous a::before {
  390. content: "\2190 ";
  391. }
  392. .post-navigation .nav-previous a:hover,
  393. .post-navigation .nav-next a:hover {
  394. background: #eee none repeat scroll 0 0;
  395. }
  396. /*--------------------------------------------------------------
  397. ########################## Accessibility ##########################
  398. --------------------------------------------------------------*/
  399. /* Text meant only for screen readers. */
  400. .screen-reader-text {
  401. clip: rect(1px, 1px, 1px, 1px);
  402. position: absolute !important;
  403. height: 1px;
  404. width: 1px;
  405. overflow: hidden;
  406. word-wrap: normal !important;
  407. /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  408. }
  409. .screen-reader-text:focus {
  410. background-color: #f1f1f1;
  411. border-radius: 3px;
  412. box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  413. clip: auto !important;
  414. color: #21759b;
  415. display: block;
  416. font-size: 14px;
  417. font-size: 0.875rem;
  418. font-weight: bold;
  419. height: auto;
  420. left: 0.313rem;
  421. line-height: normal;
  422. padding: 0.938rem 1.438rem 0.875rem;
  423. text-decoration: none;
  424. top: 0.313rem;
  425. width: auto;
  426. z-index: 100000;
  427. /* Above WP toolbar. */
  428. }
  429. /* Do not show the outline on the skip link target. */
  430. #content[tabindex="-1"]:focus {
  431. outline: 0;
  432. }
  433. /*--------------------------------------------------------------
  434. ########################## Alignments ##########################
  435. --------------------------------------------------------------*/
  436. .alignleft {
  437. display: inline;
  438. float: left;
  439. margin-right: 1.5em;
  440. }
  441. .alignright {
  442. display: inline;
  443. float: right;
  444. margin-left: 1.5em;
  445. }
  446. .aligncenter {
  447. clear: both;
  448. display: block;
  449. margin-left: auto;
  450. margin-right: auto;
  451. }
  452. a img.alignright {
  453. float: right;
  454. margin: 0.313rem 0 1.25rem 1.25rem;
  455. }
  456. a img.alignnone {
  457. margin: 0.313rem 1.25rem 1.25rem 0;
  458. }
  459. a img.alignleft {
  460. float: left;
  461. margin: 0.313rem 1.25rem 1.25rem 0;
  462. }
  463. a img.aligncenter {
  464. display: block;
  465. margin-left: auto;
  466. margin-right: auto;
  467. }
  468. .wp-caption.alignnone {
  469. margin: 0.313rem 1.25rem 1.25rem 0;
  470. }
  471. .wp-caption.alignleft {
  472. margin: 0.313rem 1.25rem 1.25rem 0;
  473. }
  474. .wp-caption.alignright {
  475. margin: 0.313rem 0 1.25rem 1.25rem;
  476. }
  477. /*--------------------------------------------------------------
  478. ########################## Clear ##########################
  479. --------------------------------------------------------------*/
  480. .clear:before,
  481. .clear:after,
  482. .entry-content:before,
  483. .entry-content:after,
  484. .comment-content:before,
  485. .comment-content:after,
  486. .site-header:before,
  487. .site-header:after,
  488. .site-content:before,
  489. .site-content:after,
  490. .site-footer:before,
  491. .site-footer:after {
  492. content: "";
  493. display: table;
  494. table-layout: fixed;
  495. }
  496. .clear:after,
  497. .entry-content:after,
  498. .comment-content:after,
  499. .site-header:after,
  500. .site-content:after,
  501. .site-footer:after {
  502. clear: both;
  503. }
  504. /*--------------------------------------------------------------
  505. ########################## Widgets ##########################
  506. --------------------------------------------------------------*/
  507. .widget {
  508. margin: 0 0 1.5em;
  509. font-size: 0.875rem;
  510. }
  511. .widget select {
  512. max-width: 100%;
  513. }
  514. .widget_search .search-form input[type="submit"] {
  515. display: none;
  516. }
  517. .nav > li > a:focus,
  518. .nav > li > a:hover {
  519. background-color: #eee;
  520. text-decoration: none;
  521. }
  522. .half-rule {
  523. width: 6rem;
  524. margin: 2.5rem 0;
  525. }
  526. .widget_categories .nav-link {
  527. display: inline-block;
  528. }
  529. .mc4wp-form-basic label {
  530. font-weight:300;
  531. }
  532. .mc4wp-form-basic input {
  533. background: rgba(0, 0, 0, 0.2);
  534. color:#fff;
  535. }
  536. .mc {
  537. font-weight:300;
  538. }
  539. form.mc input.form-control {
  540. background-color: rgba(255, 255, 255, 0.05);
  541. }
  542. form.mc ::placeholder {
  543. color:#d7d7d7;
  544. font-weight:300;
  545. }
  546. .textwidget {
  547. color:#d7d7d7;
  548. }
  549. /*--------------------------------------------------------------
  550. ########################## Content ##########################
  551. --------------------------------------------------------------*/
  552. #content.site-content {
  553. padding-bottom: 3.75rem;
  554. padding-top: 4.125rem;
  555. }
  556. .sticky .entry-title::before {
  557. content: '\f08d';
  558. font-family: "Font Awesome\ 5 Free";
  559. font-size: 1.563rem;
  560. left: -2.5rem;
  561. position: absolute;
  562. top: 0.375rem;
  563. font-weight: 900;
  564. }
  565. .sticky .entry-title {
  566. position: relative;
  567. }
  568. .single .byline,
  569. .group-blog .byline {
  570. display: inline;
  571. }
  572. .page-content,
  573. .entry-content,
  574. .entry-summary {
  575. margin: 1.5em 0 0;
  576. }
  577. .page-links {
  578. clear: both;
  579. margin: 0 0 1.5em;
  580. }
  581. .page-template-blank-page .entry-content,
  582. .blank-page-with-container .entry-content {
  583. margin-top: 0;
  584. }
  585. .post.hentry {
  586. margin-bottom: 4rem;
  587. }
  588. .posted-on, .byline, .comments-link {
  589. color: #9a9a9a;
  590. }
  591. .entry-title > a {
  592. color: inherit;
  593. }
  594. /*--------------------------------------------------------------
  595. ########################## Comments ##########################
  596. --------------------------------------------------------------*/
  597. .comment-content a {
  598. word-wrap: break-word;
  599. }
  600. .bypostauthor {
  601. display: block;
  602. }
  603. .comment-body .pull-left {
  604. padding-right: 0.625rem;
  605. }
  606. .comment-list .comment {
  607. display: block;
  608. }
  609. .comment-list {
  610. padding-left: 0;
  611. }
  612. .comments-title {
  613. font-size: 1.125rem;
  614. }
  615. .comment-list .pingback {
  616. border-top: 1px solid rgba(0, 0, 0, 0.125);
  617. padding: 0.563rem 0;
  618. }
  619. .comment-list .pingback:first-child {
  620. border: medium none;
  621. }
  622. /*--------------------------------------------------------------
  623. ########################## Media ##########################
  624. --------------------------------------------------------------*/
  625. .page-content .wp-smiley,
  626. .entry-content .wp-smiley,
  627. .comment-content .wp-smiley {
  628. border: none;
  629. margin-bottom: 0;
  630. margin-top: 0;
  631. padding: 0;
  632. }
  633. /* Make sure embeds and iframes fit their containers. */
  634. embed,
  635. iframe,
  636. object {
  637. max-width: 100%;
  638. }
  639. /*--------------------------------------------------------------
  640. ########################## Captions ##########################
  641. --------------------------------------------------------------*/
  642. .wp-caption {
  643. background: #f1f1f1 none repeat scroll 0 0;
  644. border: 1px solid #f0f0f0;
  645. max-width: 96%;
  646. padding: 0.313rem 0.313rem 0;
  647. text-align: center;
  648. }
  649. .wp-caption img[class*="wp-image-"] {
  650. border: 0 none;
  651. height: auto;
  652. margin: 0;
  653. max-width: 100%;
  654. padding: 0;
  655. width: auto;
  656. }
  657. .wp-caption .wp-caption-text {
  658. font-size: 0.688rem;
  659. line-height: 1.063rem;
  660. margin: 0;
  661. padding: 0.625rem;
  662. }
  663. .wp-caption-text {
  664. text-align: center;
  665. }
  666. /*--------------------------------------------------------------
  667. ########################## Galleries ##########################
  668. --------------------------------------------------------------*/
  669. .gallery {
  670. margin-bottom: 1.5em;
  671. }
  672. .gallery-item {
  673. display: inline-block;
  674. text-align: center;
  675. vertical-align: top;
  676. width: 100%;
  677. }
  678. .gallery-item .gallery-columns-2 {
  679. max-width: 50%;
  680. }
  681. .gallery-item .gallery-columns-3 {
  682. max-width: 33.33333%;
  683. }
  684. .gallery-item .gallery-columns-4 {
  685. max-width: 25%;
  686. }
  687. .gallery-item .gallery-columns-5 {
  688. max-width: 20%;
  689. }
  690. .gallery-item .gallery-columns-6 {
  691. max-width: 16.66667%;
  692. }
  693. .gallery-item .gallery-columns-7 {
  694. max-width: 14.28571%;
  695. }
  696. .gallery-item .gallery-columns-8 {
  697. max-width: 12.5%;
  698. }
  699. .gallery-item .gallery-columns-9 {
  700. max-width: 11.11111%;
  701. }
  702. .gallery-caption {
  703. display: block;
  704. }
  705. /*--------------------------------------------------------------
  706. ########################## Footer ##########################
  707. --------------------------------------------------------------*/
  708. .footer {
  709. background-color:#325363;
  710. }
  711. footer#colophon {
  712. font-size: 85%;
  713. background-color:#1F333D;
  714. border-bottom: 10px solid #343C70;
  715. }
  716. .navbar-dark .site-info {
  717. color: #fff;
  718. }
  719. .copyright {
  720. font-size: 0.875rem;
  721. margin-bottom: 0;
  722. text-align: center;
  723. }
  724. .copyright a, footer#colophon a {
  725. color: inherit;
  726. }
  727. @media screen and (max-width: 767px) {
  728. #masthead .navbar-nav > li > a {
  729. padding-bottom: 0.938rem;
  730. padding-top: 0.938rem;
  731. }
  732. }
  733. /*--------------------------------------------------------------
  734. ###################### Media Queries ##########################
  735. --------------------------------------------------------------*/
  736. @media only screen and (max-width: 1280px) {
  737. html {
  738. font-size: 95%;
  739. }
  740. }
  741. @media screen and (max-width: 1199px) {
  742. .navbar-dark .dropdown-item {
  743. color: #fff;
  744. }
  745. .navbar-nav .dropdown-menu {
  746. background: transparent;
  747. box-shadow: none;
  748. border: none;
  749. }
  750. }
  751. @media only screen and (max-width: 1024px) {
  752. html {
  753. font-size: 90%;
  754. }
  755. }
  756. @media only screen and (max-width: 960px) {
  757. html {
  758. font-size: 85%;
  759. }
  760. }
  761. @media only screen and (max-width: 768px) {
  762. html {
  763. font-size: 80%;
  764. }
  765. }
  766. @media only screen and (max-width: 480px) {
  767. html {
  768. font-size: 75%;
  769. }
  770. }