style.css 17 KB

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