style.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946
  1. @charset "UTF-8";
  2. @import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;600&display=swap");
  3. * {
  4. margin: 0;
  5. padding: 0;
  6. -webkit-box-sizing: border-box;
  7. box-sizing: border-box;
  8. }
  9. @font-face {
  10. font-family: 追奇手寫體;
  11. src: url(./goto1.woff);
  12. font-weight: 900;
  13. font-display: swap;
  14. }
  15. body .title {
  16. font-weight: bolder;
  17. padding: 15px;
  18. font-family: 'Noto Serif TC', serif !important;
  19. color: #4b515e;
  20. text-align: center;
  21. }
  22. @media screen and (max-width: 1024px) {
  23. body .title {
  24. font-size: 48px;
  25. }
  26. }
  27. @media screen and (max-width: 767px) {
  28. body .title {
  29. font-size: 40px;
  30. }
  31. }
  32. @media screen and (max-width: 400px) {
  33. body .title {
  34. font-size: 30px !important;
  35. }
  36. }
  37. body .btn {
  38. width: 100vw;
  39. text-align: center;
  40. }
  41. body .btn-main {
  42. -webkit-box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
  43. box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
  44. border: none;
  45. padding: 15px;
  46. background: #404854;
  47. color: #fff;
  48. font-size: 16px;
  49. letter-spacing: 1px;
  50. width: 280px;
  51. border-radius: 30px;
  52. -webkit-transition: 0.3s;
  53. transition: 0.3s;
  54. }
  55. body .btn-main:hover {
  56. background-color: #9c857b;
  57. width: 285px;
  58. font-size: 16px;
  59. }
  60. @media screen and (max-width: 1024px) {
  61. body .btn-main {
  62. font-size: 16px;
  63. padding: 15px;
  64. }
  65. }
  66. body .arrow {
  67. position: fixed;
  68. right: 3vw;
  69. bottom: 100px;
  70. width: 45px;
  71. height: 40px;
  72. z-index: 10;
  73. background-color: #E06649;
  74. }
  75. body .arrow:hover {
  76. -webkit-box-shadow: 1px 3px 13px -2px rgba(0, 0, 0, 0.35);
  77. box-shadow: 1px 3px 13px -2px rgba(0, 0, 0, 0.35);
  78. }
  79. .navigation {
  80. width: 100vw;
  81. height: 60px;
  82. background: #fff;
  83. -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.3);
  84. box-shadow: 0 5px 9px rgba(0, 0, 0, 0.3);
  85. z-index: 5;
  86. position: fixed;
  87. overflow: hidden;
  88. }
  89. .navigation .logo {
  90. padding: 10px;
  91. margin-bottom: 5px;
  92. }
  93. .navigation .logo img {
  94. width: 128px;
  95. }
  96. .navigation #menu-btn1 {
  97. position: absolute;
  98. right: 40px;
  99. top: 15px;
  100. width: 32px;
  101. height: 32px;
  102. z-index: 6;
  103. }
  104. #banner-box {
  105. height: 50vh;
  106. overflow: hidden;
  107. position: relative;
  108. }
  109. @media screen and (max-width: 767px) {
  110. #banner-box {
  111. height: 90vh;
  112. }
  113. }
  114. #banner-box .banner-slider {
  115. height: 45vh;
  116. }
  117. @media screen and (max-width: 767px) {
  118. #banner-box .banner-slider {
  119. height: 80vh;
  120. }
  121. }
  122. #banner-box .banner-slider .slick-dots {
  123. margin-bottom: 50px;
  124. }
  125. #banner-box .banner-slider .slick-dots ::before {
  126. color: #fff;
  127. }
  128. @media screen and (max-width: 1024px) {
  129. #banner-box .banner-slider .slick-dots {
  130. font-size: 48px;
  131. }
  132. }
  133. #banner-box .banner-slider .banner1,
  134. #banner-box .banner-slider .banner2,
  135. #banner-box .banner-slider .banner3 {
  136. width: 100vw;
  137. height: 45vh;
  138. background-repeat: no-repeat;
  139. background-size: cover;
  140. background-position: center center;
  141. }
  142. @media screen and (max-width: 767px) {
  143. #banner-box .banner-slider .banner1,
  144. #banner-box .banner-slider .banner2,
  145. #banner-box .banner-slider .banner3 {
  146. height: 80vh;
  147. }
  148. }
  149. @media screen and (min-height: 800px) {
  150. #banner-box .banner-slider .banner1,
  151. #banner-box .banner-slider .banner2,
  152. #banner-box .banner-slider .banner3 {
  153. background-position: 55% 50%;
  154. }
  155. }
  156. #banner-box .banner-slider .banner1 h1,
  157. #banner-box .banner-slider .banner2 h1,
  158. #banner-box .banner-slider .banner3 h1 {
  159. line-height: 40vh;
  160. text-align: center;
  161. padding: 15px;
  162. color: #fff;
  163. font-family: 追奇手寫體 !important;
  164. font-size: 72px;
  165. }
  166. @media screen and (max-width: 767px) {
  167. #banner-box .banner-slider .banner1 h1,
  168. #banner-box .banner-slider .banner2 h1,
  169. #banner-box .banner-slider .banner3 h1 {
  170. line-height: 80vh;
  171. }
  172. }
  173. #banner-box .banner-slider .banner1 .img,
  174. #banner-box .banner-slider .banner2 .img,
  175. #banner-box .banner-slider .banner3 .img {
  176. width: 20px;
  177. }
  178. #banner-box .banner-slider .banner1 {
  179. background-image: url(./img/banner/001.webp);
  180. }
  181. #banner-box .banner-slider .banner2 {
  182. background-image: url(./img/banner/002.webp);
  183. }
  184. #banner-box .banner-slider .banner3 {
  185. background-image: url(./img/banner/003.webp);
  186. }
  187. #content1 {
  188. margin-top: 100px;
  189. width: 100vw;
  190. }
  191. #content1 .title {
  192. text-align: center;
  193. margin: 30px 0px;
  194. font-family: "Times New Roman", Times, serif;
  195. }
  196. @media screen and (max-width: 767px) {
  197. #content1 .title {
  198. font-size: 30px;
  199. }
  200. }
  201. @media screen and (max-width: 400px) {
  202. #content1 .title {
  203. font-size: 25px;
  204. }
  205. }
  206. #content1 .box {
  207. margin: 0 auto;
  208. width: 85vw;
  209. }
  210. @media screen and (max-width: 350px) {
  211. #content1 .box {
  212. width: 90vw;
  213. }
  214. }
  215. #content1 .text {
  216. position: relative;
  217. }
  218. #content1 .text .text2 {
  219. position: absolute;
  220. top: 15vw;
  221. left: 10vw;
  222. z-index: 1;
  223. }
  224. @media screen and (max-width: 1024px) {
  225. #content1 .text .text2 {
  226. width: 65vw;
  227. height: 30vw;
  228. }
  229. }
  230. @media screen and (max-width: 767px) {
  231. #content1 .text .text2 {
  232. width: 80vw;
  233. left: 5vw;
  234. }
  235. }
  236. @media screen and (max-width: 350px) {
  237. #content1 .text .text2 {
  238. width: 85vw;
  239. left: 3vw;
  240. }
  241. }
  242. #content1 .text .text2 h2 {
  243. line-height: 1.5;
  244. color: #fff;
  245. text-align-last: left;
  246. font-size: 20px;
  247. letter-spacing: 1px;
  248. font-weight: 900;
  249. }
  250. @media screen and (max-width: 1024px) {
  251. #content1 .text .text2 h2 {
  252. font-size: 32px;
  253. }
  254. }
  255. @media screen and (max-width: 767px) {
  256. #content1 .text .text2 h2 {
  257. font-size: 1.3rem;
  258. }
  259. }
  260. @media screen and (max-width: 400px) {
  261. #content1 .text .text2 h2 {
  262. font-size: 1.1rem;
  263. }
  264. }
  265. #content1 img {
  266. margin: 15px auto;
  267. width: 85vw;
  268. height: 30vh;
  269. -o-object-fit: cover;
  270. object-fit: cover;
  271. -webkit-filter: brightness(70%);
  272. filter: brightness(70%);
  273. }
  274. @media screen and (max-width: 767px) {
  275. #content1 img {
  276. width: 85vw;
  277. }
  278. }
  279. @media screen and (max-width: 350px) {
  280. #content1 img {
  281. width: 90vw;
  282. }
  283. }
  284. #service {
  285. width: 100vw;
  286. text-align: center;
  287. }
  288. @media screen and (max-width: 400px) {
  289. #service h1 {
  290. margin: 50px 0;
  291. padding: 0;
  292. font-size: 30px !important;
  293. }
  294. }
  295. #service .text {
  296. font-size: 1.5rem;
  297. display: inline;
  298. text-align: left;
  299. }
  300. @media screen and (max-width: 767px) {
  301. #service .text {
  302. font-size: 1rem;
  303. }
  304. }
  305. @media screen and (max-width: 576px) {
  306. #service .text {
  307. font-size: 0.8rem;
  308. }
  309. }
  310. #service .text .left-box .left-text {
  311. color: #000;
  312. font-weight: 900;
  313. }
  314. @media screen and (max-width: 769px) {
  315. #service .text .left-box .left-text {
  316. padding-top: 3vw;
  317. }
  318. }
  319. @media screen and (max-width: 576px) {
  320. #service .text .left-box .left-text {
  321. font-size: 0.9rem;
  322. padding-top: 5vw;
  323. }
  324. }
  325. @media screen and (max-width: 400px) {
  326. #service .text .left-box .left-text {
  327. font-size: 0.7rem;
  328. }
  329. }
  330. @media screen and (max-width: 769px) {
  331. #service .text .left-box {
  332. width: 45vw;
  333. padding-left: 50px;
  334. margin-top: 30px;
  335. }
  336. }
  337. @media screen and (max-width: 576px) {
  338. #service .text .left-box {
  339. padding-left: 30px;
  340. margin-top: 20px;
  341. }
  342. }
  343. @media screen and (max-width: 400px) {
  344. #service .text .left-box {
  345. padding-top: 5px;
  346. margin-top: 15px;
  347. padding-left: 10px;
  348. }
  349. }
  350. #service .icon {
  351. width: 20vw;
  352. }
  353. #service h1 {
  354. margin: 50px;
  355. }
  356. @media screen and (max-width: 767px) {
  357. #service h1 {
  358. font-size: 34px;
  359. }
  360. }
  361. @media screen and (max-width: 400px) {
  362. #service h1 {
  363. font-size: 30px !important;
  364. }
  365. }
  366. #service-process {
  367. margin: 0 auto;
  368. width: 65vw;
  369. background-color: #f7f7f7;
  370. }
  371. @media screen and (max-width: 767px) {
  372. #service-process {
  373. width: 85vw;
  374. }
  375. }
  376. @media screen and (max-width: 1024px) {
  377. #service-process h1 {
  378. margin-bottom: 150px;
  379. }
  380. }
  381. @media screen and (max-width: 767px) {
  382. #service-process h1 {
  383. font-size: 32px;
  384. margin-bottom: 30px;
  385. }
  386. }
  387. #service-process #box1-text {
  388. margin-top: 100px;
  389. }
  390. @media screen and (max-width: 767px) {
  391. #service-process #box1-text {
  392. margin-top: 50px;
  393. }
  394. }
  395. #service-process .process-box {
  396. width: 65vw;
  397. display: -ms-grid;
  398. display: grid;
  399. margin: 0px auto;
  400. -ms-grid-columns: (1fr)[2];
  401. grid-template-columns: repeat(2, 1fr);
  402. grid-gap: 3vw;
  403. }
  404. @media screen and (max-width: 767px) {
  405. #service-process .process-box {
  406. width: 75vw;
  407. }
  408. }
  409. #service-process img {
  410. width: 128px;
  411. height: 128px;
  412. -o-object-fit: cover;
  413. object-fit: cover;
  414. }
  415. @media screen and (max-width: 1024px) {
  416. #service-process img {
  417. height: 256px;
  418. width: 256px;
  419. }
  420. }
  421. @media screen and (max-width: 767px) {
  422. #service-process img {
  423. width: 128px;
  424. height: 128px;
  425. }
  426. }
  427. #service-process .process-title {
  428. text-align: center;
  429. width: 190px;
  430. }
  431. @media screen and (max-width: 1024px) {
  432. #service-process .process-title {
  433. width: 30vw;
  434. }
  435. }
  436. @media screen and (max-width: 1024px) {
  437. #service-process .process-title {
  438. width: 40vw;
  439. }
  440. }
  441. #service-process .process-title .p-text {
  442. font-size: 20px;
  443. font-family: 微軟正黑體;
  444. font-weight: bolder;
  445. color: #6f645a;
  446. }
  447. @media screen and (max-width: 1024px) {
  448. #service-process .process-title .p-text {
  449. width: 40vw;
  450. font-size: 38px;
  451. }
  452. }
  453. @media screen and (max-width: 767px) {
  454. #service-process .process-title .p-text {
  455. font-size: 18px;
  456. width: 40vw;
  457. }
  458. }
  459. @media screen and (max-width: 350px) {
  460. #service-process .process-title .p-text {
  461. font-size: 16px;
  462. }
  463. }
  464. @media screen and (max-width: 1024px) {
  465. #service-process .process-title img {
  466. margin-top: 80px;
  467. width: 40px;
  468. height: 40px;
  469. }
  470. }
  471. @media screen and (max-width: 767px) {
  472. #service-process .process-title img {
  473. width: 8vw;
  474. height: 8vw;
  475. margin-top: 10px;
  476. }
  477. }
  478. #feedback {
  479. margin: auto;
  480. width: 70vw;
  481. padding-top: 50px;
  482. }
  483. @media screen and (max-width: 767px) {
  484. #feedback {
  485. width: 90vw;
  486. }
  487. }
  488. #feedback .feedback-slider1 {
  489. width: 70vw;
  490. }
  491. @media screen and (max-width: 767px) {
  492. #feedback .feedback-slider1 {
  493. width: 90vw;
  494. }
  495. }
  496. #feedback h1 {
  497. margin-bottom: 50px;
  498. }
  499. #feedback .box {
  500. position: relative;
  501. }
  502. #feedback .box p {
  503. margin: 20px;
  504. text-align: center;
  505. font-size: 18px;
  506. font-weight: 600;
  507. }
  508. #feedback .box img {
  509. width: 390px;
  510. height: 195px;
  511. -o-object-fit: cover;
  512. object-fit: cover;
  513. }
  514. @media screen and (max-width: 1024px) {
  515. #feedback .box img {
  516. width: 70vw;
  517. height: 30vh;
  518. }
  519. }
  520. @media screen and (max-width: 767px) {
  521. #feedback .box img {
  522. width: 90vw;
  523. }
  524. }
  525. #feedback .box .play {
  526. position: absolute;
  527. left: 32vw;
  528. top: 15vw;
  529. width: 10vw;
  530. height: 10vw;
  531. opacity: 0.8;
  532. z-index: 10;
  533. }
  534. @media screen and (max-width: 767px) {
  535. #feedback .box .play {
  536. left: 40vw;
  537. top: 20vw;
  538. width: 15vw;
  539. height: 15vw;
  540. opacity: 0.8;
  541. z-index: 10;
  542. }
  543. }
  544. #contact-us {
  545. margin: 0 auto;
  546. width: 100vw;
  547. background: #fafafa;
  548. position: relative;
  549. padding-bottom: 5vw;
  550. }
  551. #contact-us .navbar img {
  552. width: 180px;
  553. }
  554. #contact-us #sec-contact {
  555. width: 100vw;
  556. margin: 0 auto;
  557. background: #fff;
  558. -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  559. box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  560. }
  561. #contact-us .form-title {
  562. margin: 0 auto;
  563. text-align: center;
  564. }
  565. #contact-us .form-title h1 {
  566. text-align: center;
  567. font-size: 1.75rem;
  568. font-weight: 900;
  569. }
  570. #contact-us .form-title p {
  571. font-size: 18px;
  572. margin-bottom: 0;
  573. }
  574. #contact-us #contact-form {
  575. width: 85%;
  576. margin: 0 auto;
  577. padding: 10px;
  578. }
  579. #contact-us #contact-form #loc,
  580. #contact-us #contact-form #h_class,
  581. #contact-us #contact-form #modal,
  582. #contact-us #contact-form #budget,
  583. #contact-us #contact-form #size,
  584. #contact-us #contact-form #style,
  585. #contact-us #contact-form #datepicker,
  586. #contact-us #contact-form #email,
  587. #contact-us #contact-form #name,
  588. #contact-us #contact-form #phone,
  589. #contact-us #contact-form #gender {
  590. width: 100%;
  591. height: 50px;
  592. margin: 20px 0;
  593. border: 1px solid rgba(0, 0, 0, 0.3);
  594. padding: .375rem .75rem;
  595. font-size: 1rem;
  596. border-radius: 3px;
  597. -webkit-appearance: none;
  598. -moz-appearance: none;
  599. appearance: none;
  600. background: url(./img/icondown.webp) 98% 50% no-repeat scroll transparent;
  601. background-size: 10px 10px;
  602. background-color: #fff;
  603. }
  604. #contact-us #contact-form #form-left #datepicker {
  605. background: none;
  606. background-color: #fff;
  607. }
  608. #contact-us #contact-form #fb-button {
  609. margin-top: 12px;
  610. width: 29vw;
  611. height: 50px;
  612. border: 1px solid #3b5998;
  613. text-align: right;
  614. padding-right: 60px;
  615. background-size: 32px 32px;
  616. border-radius: 3px;
  617. background-color: #fff;
  618. -webkit-transition: 0.3s;
  619. transition: 0.3s;
  620. position: relative;
  621. }
  622. #contact-us #contact-form #fb-button p {
  623. position: absolute;
  624. top: 1vw;
  625. left: 14vw;
  626. color: #626262;
  627. }
  628. #contact-us #contact-form #fb-button #line {
  629. position: absolute;
  630. color: #9b9b9b;
  631. opacity: 0.8;
  632. left: 8vw;
  633. top: -0.1vw;
  634. }
  635. #contact-us #contact-form #fb-button img {
  636. position: absolute;
  637. left: 50px;
  638. top: 10px;
  639. width: 32px;
  640. height: 32px;
  641. -webkit-filter: invert(29%) sepia(70%) saturate(712%) hue-rotate(186deg) brightness(89%) contrast(81%);
  642. filter: invert(29%) sepia(70%) saturate(712%) hue-rotate(186deg) brightness(89%) contrast(81%);
  643. }
  644. #contact-us #contact-form #fb-button:hover {
  645. background-color: #2a4f91;
  646. color: #fff;
  647. }
  648. #contact-us #contact-form #fb-button:hover img {
  649. -webkit-filter: invert(100%) sepia(100%) saturate(19%) hue-rotate(334deg) brightness(106%) contrast(106%);
  650. filter: invert(100%) sepia(100%) saturate(19%) hue-rotate(334deg) brightness(106%) contrast(106%);
  651. }
  652. #contact-us #contact-form #fb-button:hover p {
  653. color: #fff;
  654. }
  655. #contact-us #contact-form #fb-button:hover #line {
  656. color: #fff;
  657. }
  658. #contact-us #contact-form a {
  659. text-decoration: none;
  660. color: #ee751b;
  661. font-weight: 900;
  662. }
  663. #contact-us #contact-form #email,
  664. #contact-us #contact-form #name,
  665. #contact-us #contact-form #phone {
  666. background: none;
  667. background-color: #fff;
  668. }
  669. #contact-us .btn {
  670. width: 100%;
  671. margin: 16px auto;
  672. border: none;
  673. padding: 16px 12px;
  674. background: #ee7800;
  675. color: #fff;
  676. font-size: 20px;
  677. border-radius: .25rem;
  678. text-align: center;
  679. vertical-align: middle;
  680. }
  681. #contact-us .btn:hover {
  682. color: #fff;
  683. background-color: #745c54;
  684. }
  685. #contact-us .form-btn {
  686. text-align: center;
  687. position: relative;
  688. margin: 0 auto;
  689. }
  690. #contact-us .form-btn #phone1 {
  691. position: absolute;
  692. left: 500px;
  693. }
  694. #footer {
  695. padding-top: 50px;
  696. width: 100vw;
  697. height: 150px;
  698. background-color: #ebe6e2;
  699. color: #4b515e;
  700. text-align: center;
  701. font-size: 16px;
  702. line-height: 2;
  703. font-weight: 900;
  704. }
  705. #footer a {
  706. text-decoration: none;
  707. color: #4b515e;
  708. }
  709. #footer p {
  710. margin-left: 5px;
  711. display: inline;
  712. }
  713. #menu-box {
  714. top: 60px;
  715. height: 25vh;
  716. width: 100vw;
  717. position: fixed;
  718. z-index: 5;
  719. overflow: hidden;
  720. }
  721. @media screen and (max-width: 767px) {
  722. #menu-box {
  723. height: 47vh;
  724. }
  725. }
  726. @media screen and (max-width: 350px) {
  727. #menu-box {
  728. height: 55vh;
  729. }
  730. }
  731. #menu-box hr {
  732. display: inline-block;
  733. margin: 0px auto !important;
  734. width: 90vw;
  735. background: #65584c;
  736. }
  737. #menu-box #menu-box2 {
  738. width: 100vw;
  739. height: 25vh;
  740. background-color: #f4f4f3;
  741. opacity: 0.9;
  742. z-index: 7;
  743. text-align: center;
  744. }
  745. @media screen and (max-width: 767px) {
  746. #menu-box #menu-box2 {
  747. height: 45vh;
  748. }
  749. }
  750. @media screen and (max-width: 350px) {
  751. #menu-box #menu-box2 {
  752. height: 55vh;
  753. }
  754. }
  755. #menu-box #menu-box2 #menu-link {
  756. display: -ms-grid;
  757. display: grid;
  758. -ms-grid-columns: (1fr)[3];
  759. grid-template-columns: repeat(3, 1fr);
  760. width: 80vw;
  761. margin: 0 auto;
  762. }
  763. #menu-box #menu-box2 .menu-logo {
  764. opacity: 1;
  765. }
  766. #menu-box #menu-box2 .menu-logo img {
  767. width: 40px;
  768. height: 40px;
  769. -webkit-filter: invert(34%) sepia(7%) saturate(1111%) hue-rotate(347deg) brightness(98%) contrast(88%);
  770. filter: invert(34%) sepia(7%) saturate(1111%) hue-rotate(347deg) brightness(98%) contrast(88%);
  771. }
  772. @media screen and (max-width: 767px) {
  773. #menu-box #menu-box2 .menu-logo img {
  774. width: 35px;
  775. height: 35px;
  776. }
  777. }
  778. @media screen and (max-width: 350px) {
  779. #menu-box #menu-box2 .menu-logo img {
  780. width: 35px;
  781. height: 35px;
  782. }
  783. }
  784. #menu-box #menu-box2 a {
  785. display: inline-block;
  786. text-decoration: none;
  787. color: #65584c;
  788. font-size: 16px;
  789. margin-top: 20px;
  790. font-weight: 900;
  791. }
  792. @media screen and (max-width: 767px) {
  793. #menu-box #menu-box2 a {
  794. margin-top: 4vw;
  795. }
  796. }
  797. #menu-box #menu-box2 .menu-text {
  798. width: 100vw;
  799. text-align: center;
  800. margin-bottom: 10px;
  801. }
  802. @media screen and (max-width: 767px) {
  803. #menu-box #menu-box2 .menu-text {
  804. margin-bottom: 5px !important;
  805. }
  806. }
  807. /*# sourceMappingURL=style.css.map */