styles.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646
  1. font-face {
  2. font-family: Roboto;
  3. src: url(Roboto-Condensed.ttf);
  4. }
  5. body{
  6. margin: 0px;
  7. padding: 0px;
  8. }
  9. * {padding: 0px;
  10. text-decoration:
  11. none;
  12. box-sizing:border-box;}
  13. body header ul {
  14. display:flex;
  15. justify-content:center;
  16. }
  17. header{
  18. display: flex;
  19. width: 100%;
  20. background-color: #71d4b8;
  21. padding: 0 5%;
  22. justify-content:space-between;
  23. align-items: center;
  24. }
  25. header a img{
  26. max-height: 12vh;
  27. max-width: 14vh;
  28. width: 17vw;
  29. height: 12vh;
  30. min-height: 12vh;
  31. min-width: 17vw;
  32. }
  33. header ul {}
  34. header a {
  35. text-transform: uppercase;
  36. }
  37. header ul li a {margin: 0 2vw;
  38. font-size: 2.8vh;
  39. font-family: Roboto;
  40. color: white;}
  41. header a:hover{
  42. color: black;
  43. }
  44. section{
  45. background: url(img/2017-06-19_20-43-25.png);
  46. background-repeat: no-repeat;
  47. background-size: 100%;
  48. box-sizing: content-box;
  49. padding-bottom: 14%;
  50. }
  51. .togo{
  52. }
  53. .sps{
  54. margin-top: 0px;
  55. }
  56. .con{margin-bottom: 0px;}
  57. .n{
  58. color: white;
  59. background: #71d4b8;
  60. font-size: 1.5em;
  61. border:1px solid #71d4b8;
  62. border-radius: 5px;
  63. display: -webkit-flex;
  64. display: -moz-flex;
  65. display: -ms-flex;
  66. display: -o-flex;
  67. display: flex;
  68. justify-content: center;
  69. align-items: center;
  70. padding: 1vh;
  71. margin-top: 4vh;
  72. }
  73. .n:hover{
  74. color: #767676;
  75. border:1px solid #767676 ;
  76. }
  77. .i h1{font-size: 3em;
  78. color: #767676;
  79. text-align: center;
  80. }
  81. .all{
  82. margin-top: 4%;
  83. display: flex;
  84. justify-content: space-around;
  85. align-items: flex-start;
  86. font-size: 3vh;
  87. max-width: 100%;
  88. flex-wrap: wrap;
  89. width: 70%;
  90. }
  91. .rgi{
  92. width: 100%;
  93. }
  94. .picture1{display: flex;
  95. justify-content: flex-start;
  96. align-items: center;
  97. }
  98. .r{border-radius: 16px;
  99. margin-left: 0%;
  100. }
  101. .picture1:hover {
  102. border: 5px solid white;
  103. border-radius: 20px;
  104. }
  105. .picture1 {
  106. color: white;
  107. border: 5px solid #71d4b8;
  108. border-radius: 20px;
  109. }
  110. .picture2 {
  111. display: flex;
  112. justify-content: flex-start;
  113. align-items: center;
  114. }
  115. .z1:hover{ transition: 0.5s;
  116. margin: 5% 0;}
  117. .z2:hover{ transition: 0.5s;
  118. margin: 5% 0;}
  119. .z3:hover{ transition: 0.5s;
  120. margin: 5% 0;}
  121. .z1{
  122. height: 6vh;
  123. background: url(img/fp11.png);
  124. display: -webkit-flex;
  125. display: -moz-flex;
  126. display: -ms-flex;
  127. display: -o-flex;
  128. display: flex;
  129. justify-content: center;
  130. align-items: center;
  131. font-size: 1.1em;
  132. color: white;
  133. }
  134. .z2{
  135. color: white;
  136. height: 6vh;
  137. width: 100%;
  138. background: url(img/fp21.png);
  139. display: -webkit-flex;
  140. display: -moz-flex;
  141. display: -ms-flex;
  142. display: -o-flex;
  143. display: flex;
  144. justify-content: center;
  145. align-items: center;
  146. font-size: 1.1em;
  147. }
  148. .z3{
  149. height: 6vh;
  150. width: 100%;
  151. background: url(img/fp31.png);
  152. display: -webkit-flex;
  153. display: -moz-flex;
  154. display: -ms-flex;
  155. display: -o-flex;
  156. display: flex;
  157. justify-content: center;
  158. align-items: center;
  159. font-size: 1.1em;
  160. color: white;
  161. }
  162. .text{text-align: left;
  163. color: white ;background: #71d4b8;
  164. display: -webkit-flex;
  165. display: -moz-flex;
  166. display: -ms-flex;
  167. display: -o-flex;
  168. display: flex;
  169. justify-content: center;
  170. height: 33vh;
  171. padding: 2vh 0;
  172. }
  173. .block{ display: flex;
  174. -webkit-flex-direction: column;
  175. -moz-flex-direction: column;
  176. -ms-flex-direction: column;
  177. -o-flex-direction: column;
  178. flex-direction: column;
  179. }
  180. .hi p{
  181. color: #767676;
  182. text-align: center;
  183. font-size: 5vh;
  184. font-family: Roboto; */
  185. }
  186. .hip p{font-size: 30px;
  187. padding-top: 5vh;
  188. color: white;
  189. text-align: center;
  190. }
  191. .togo{
  192. display: -webkit-flex;
  193. display: -moz-flex;
  194. display: -ms-flex;
  195. display: -o-flex;
  196. display: flex;
  197. -webkit-flex-direction: column;
  198. -moz-flex-direction: column;
  199. -ms-flex-direction: column;
  200. -o-flex-direction: column;
  201. flex-direction: column;
  202. justify-content: flex-start;
  203. align-items: center;
  204. font-family: Roboto;
  205. padding-top: 9%;
  206. padding-right: 30%;
  207. }
  208. .i{
  209. font-size: 6vh;
  210. font-family: Roboto;
  211. color: #767676;
  212. text-align: center;
  213. }
  214. .min p{
  215. text-align: center;
  216. color: white;
  217. font-size: 20px;
  218. padding: 0vh 0px 0vh 0px;
  219. }
  220. .m{ font-weight: 100;
  221. font-size: 1.2em;
  222. color: #767676;
  223. text-align: center;
  224. }
  225. .text1{text-align: center;
  226. color: #71d4b8;
  227. background-color: #71d4b8;
  228. margin-left: 5%;
  229. justify-content: center;
  230. align-items: center;
  231. display: flex;
  232. box-sizing:inherit;
  233. width: 90%;
  234. }
  235. .part2{
  236. font-family: Roboto; */
  237. margin-top: 5vh;
  238. background-color: #71d4b8;
  239. }
  240. .pzdts{
  241. display: flex;
  242. justify-content: flex-start;
  243. align-items: center;
  244. text-decoration: none;
  245. flex-wrap: wrap;
  246. }
  247. .pzdts li {
  248. padding-bottom: 5vh;
  249. text-decoration: none;
  250. -webkit-box-sizing: content-box;
  251. -moz-box-sizing: content-box;
  252. -ms-box-sizing: content-box;
  253. box-sizing: content-box;
  254. margin: 6vh;
  255. }
  256. .test{
  257. display: flex;
  258. justify-content: center;
  259. box-sizing: content-box;
  260. flex-wrap: wrap;
  261. flex-direction: row;
  262. }
  263. .part3{
  264. */
  265. flex-wrap: wrap;
  266. flex-direction: column;
  267. font-family: Roboto; */
  268. flex-direction: column;
  269. display: -webkit-flex;
  270. display: -moz-flex;
  271. display: -ms-flex;
  272. display: -o-flex;
  273. display: flex;
  274. justify-content: center;
  275. background: url(img/ppl.png);
  276. background-size: 100% 100%;
  277. background-repeat: no-repeat;
  278. }
  279. li{
  280. list-style-type: none;
  281. }
  282. .ava{
  283. margin-top: 3%;
  284. -webkit-box-sizing: content-box;
  285. -moz-box-sizing: content-box;
  286. -ms-box-sizing: content-box;
  287. box-sizing: content-box;
  288. display: flex;
  289. justify-content: center;
  290. -ms-align-items: flex-start;
  291. align-items: flex-start;
  292. flex-wrap: wrap;
  293. }
  294. .ppl{
  295. color: #767676;
  296. padding-top: 5vh;
  297. text-align: center;
  298. font-size: 30px;
  299. }
  300. .mblock{
  301. -webkit-box-sizing: content-box;
  302. -moz-box-sizing: content-box;
  303. -ms-box-sizing: content-box;
  304. box-sizing: content-box;
  305. }
  306. .ava img{
  307. border-radius: 100px;}
  308. .more{
  309. display: -webkit-flex;
  310. display: -moz-flex;
  311. display: -ms-flex;
  312. display: -o-flex;
  313. display: flex;
  314. justify-content: center;
  315. width: 100%;
  316. -webkit-box-sizing: content-box;
  317. -moz-box-sizing: content-box;
  318. -ms-box-sizing: content-box;
  319. box-sizing: content-box;
  320. }
  321. .size{
  322. display: flex;
  323. flex-direction: column;
  324. align-items: center;
  325. font-family: Roboto; */
  326. }
  327. .av{
  328. display: -webkit-flex;
  329. display: -moz-flex;
  330. display: -ms-flex;
  331. display: -o-flex;
  332. display: flex;
  333. justify-content: space-between;
  334. }
  335. .god img{float:bottom;
  336. }
  337. .con{font-family: Roboto; */color:;color: white;}
  338. .onemore{
  339. margin: 0;
  340. }
  341. .god{margin: auto;
  342. box-sizing: content-box;
  343. width: 28%;
  344. }
  345. .god p{ text-align: center;
  346. }
  347. .box-transformer{box-sizing: content-box;}
  348. .box-transformer div p{
  349. color: #767676;
  350. }
  351. .dont{
  352. display: -webkit-flex;
  353. display: -moz-flex;
  354. display: -ms-flex;
  355. display: -o-flex;
  356. display: flex;
  357. justify-content: center;
  358. }
  359. .txt{
  360. font-size: 18px;
  361. padding: 1vh;
  362. margin-top: 0;
  363. }
  364. .foot{
  365. display: -webkit-flex;
  366. display: -moz-flex;
  367. display: -ms-flex;
  368. display: -o-flex;
  369. display: flex;
  370. justify-content: space-around;
  371. align-items: center;
  372. }
  373. .bord{
  374. display: -webkit-flex;
  375. display: -moz-flex;
  376. display: -ms-flex;
  377. display: -o-flex;
  378. display: flex;
  379. justify-content: center;
  380. align-items: center;
  381. border: 1px solid #767676;
  382. border-radius: 5px;
  383. padding: 1vh 4%;
  384. margin-bottom: 4vh;
  385. min-width: 18%;
  386. }
  387. .bord a{
  388. color: #767676;
  389. }
  390. .bord1{
  391. display: -webkit-flex;
  392. display: -moz-flex;
  393. display: -ms-flex;
  394. display: -o-flex;
  395. display: flex;
  396. justify-content: center;
  397. align-items: center;
  398. background-color: #71d4b8;
  399. border: 1px solid #71d4b8;
  400. border-radius: 5px;
  401. padding: 1vh 4%;
  402. margin-bottom: 4vh;
  403. min-width: 18%;
  404. }
  405. .bord1 a{
  406. color: white;
  407. }
  408. .bord:hover
  409. {
  410. border: 1px solid black;
  411. border-radius: 5px;
  412. }
  413. .bord1:hover
  414. {border: 1px solid #767676;
  415. }
  416. .maps{
  417. position: relative;
  418. z-index:1 ;
  419. height: 80vh;
  420. }
  421. .abs{
  422. margin-left: 10%;
  423. margin-top: -160px;
  424. position: absolute;
  425. z-index: 2;
  426. -webkit-box-sizing: content-box;
  427. -moz-box-sizing: content-box;
  428. -ms-box-sizing: content-box;
  429. box-sizing: content-box;
  430. width: 300px;
  431. height:320px;
  432. background-color: rgba(118, 118, 118, 0.7);
  433. border-radius: 5px;
  434. display: -webkit-flex;
  435. display: -moz-flex;
  436. display: -ms-flex;
  437. display: -o-flex;
  438. display: flex;
  439. -webkit-flex-direction: column-reverse;
  440. -moz-flex-direction: column-reverse;
  441. -ms-flex-direction: column-reverse;
  442. -o-flex-direction: column-reverse;
  443. flex-direction: column-reverse;
  444. justify-content: flex-start;
  445. -ms-align-items: center;
  446. align-items: center;
  447. top: 50%;
  448. max-width: 77%;
  449. max-height: 83%;
  450. }
  451. .bod{display: -webkit-flex;
  452. display: -moz-flex;
  453. display: -ms-flex;
  454. display: -o-flex;
  455. display: flex;
  456. justify-content: center;
  457. align-items: center;
  458. height: 5vh;
  459. border:1px solid #71d4b8 ;
  460. width: 75%;
  461. background-color: #71d4b8;
  462. font-weight: bold;
  463. font-size: 20px;
  464. border-radius: 5px;
  465. margin-bottom: 2vh;
  466. margin-top: 3vh;
  467. }
  468. .sps li{padding: 14px 0px;color: white;
  469. }
  470. .text3{
  471. border: 5px solid #71d4b8;
  472. }
  473. .con b{font-size: 20px;
  474. color: white;
  475. }
  476. .sps li img{ padding-right: 10px;
  477. }
  478. .bod:hover
  479. {
  480. border:1px solid white ;
  481. }
  482. .bod a{
  483. color: white;
  484. }
  485. footer{
  486. color: white;
  487. background-color: #71d4b8;
  488. display: -webkit-flex;
  489. display: -moz-flex;
  490. display: -ms-flex;
  491. display: -o-flex;
  492. display: flex;
  493. justify-content: center;
  494. -ms-align-items: center;
  495. align-items: flex-start;
  496. flex-wrap: wrap;
  497. }
  498. .gen-p{
  499. margin: 1%;
  500. }
  501. .atext{
  502. display: -webkit-flex;
  503. display: -moz-flex;
  504. display: -ms-flex;
  505. display: -o-flex;
  506. display: flex;
  507. justify-content: flex-start;
  508. flex-direction: column;
  509. -ms-align-items: center;
  510. align-items: flex-end;
  511. }
  512. .btext{display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;justify-content: center;-ms-align-items: flex-start;align-items: flex-start;margin: 2vh;margin-top: 0;}.ctext{
  513. }
  514. .form-text{
  515. background-color: #eeeeee;
  516. font-size: 20px;border: none;
  517. border-radius: 2px;
  518. margin: 1vh 0;
  519. color: #767676;
  520. }
  521. .n2:hover{background-color: #eeeeee;
  522. }
  523. .red{
  524. text-align: center;
  525. }
  526. .n2{
  527. margin-top: 32px;
  528. color: #71d4b8 ;background: white;
  529. font-size: 20px;
  530. height: 6.5vh;
  531. border-radius: 5px;
  532. display: -webkit-flex;
  533. display: -moz-flex;
  534. display: -ms-flex;
  535. display: -o-flex;
  536. display: flex;
  537. justify-content: center;
  538. align-items: center;
  539. }
  540. .red2{font-weight: bold;
  541. font-size: 20px; margin: 2vh 0px;
  542. color: white;
  543. }
  544. .medc{
  545. font-weight: bold;
  546. font-size: 20px;
  547. margin-bottom: 1vh;
  548. margin-top: 2vh;
  549. }
  550. .pikch{
  551. display: -webkit-flex;
  552. display: -moz-flex;
  553. display: -ms-flex;
  554. display: -o-flex;
  555. display: flex;
  556. justify-content: space-between;
  557. width: 54%;
  558. margin-top: 4%;
  559. }
  560. .last{
  561. font-size: 10px;
  562. width: 100%;
  563. display: flex;
  564. justify-content: center;
  565. margin-top: 3vh;
  566. }
  567. .text{
  568. margin: 0px
  569. }
  570. .invis{
  571. color: red;
  572. }
  573. @media screen and (max-width: 600px) {
  574. .i{font-size: 0.7em;
  575. }
  576. .n{
  577. font-size: 1em;
  578. }
  579. .togo{
  580. padding-top: 0;
  581. }
  582. }