style.css 17 KB

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