media.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. @media only screen and (min-device-width : 320px) and (max-device-width : 480px){
  2. .position{
  3. width:100%;
  4. padding:6px;
  5. padding-bottom:0px;
  6. background: rgba(154, 175, 202,0.78);
  7. }
  8. .logo{
  9. width:120px;
  10. height:25px;
  11. }
  12. .menu-icon{
  13. display:block;
  14. transition:1s;
  15. }
  16. .menu{
  17. display:none;
  18. width:100%;
  19. position:absolute;
  20. left:0;
  21. text-align:center;
  22. z-index:100;
  23. padding-top:0px;
  24. background:rgba(154, 175, 202,0.78);
  25. }
  26. .menu li{
  27. margin-right:0;
  28. padding:10px;
  29. border-bottom:1px solid #8e9fb3;
  30. }
  31. .menu li a:focus {
  32. color:#bfeff5;
  33. }
  34. .menu li a{
  35. font-size:20px;
  36. }
  37. .menu li:last-child a{
  38. font-size:20px;
  39. }
  40. .header{
  41. padding:0px;
  42. height:232px;
  43. }
  44. .room{
  45. width:100%;
  46. padding:5px 10px 0px 10px;
  47. height:80px;
  48. }
  49. .room h2{
  50. margin-bottom:10px;
  51. font-size:16px;
  52. }
  53. .button-one{
  54. width:210px;
  55. padding:5px 7px;
  56. font-size:14px;
  57. text-align:center;
  58. margin:0 auto;
  59. border-radius:4px;
  60. -webkit-border-radius:4px;
  61. -moz-border-radius:4px;
  62. }
  63. .block-two{
  64. display:block;
  65. padding-bottom:50px;
  66. }
  67. .block-two .image-two {
  68. width: 100%;
  69. height: 300px;
  70. }
  71. .image-three {
  72. position: absolute;
  73. left: 22%;
  74. top: 22%;
  75. width: 170px;
  76. }
  77. .content{
  78. width:100%;
  79. padding:0px 10px;
  80. text-align:justify;
  81. }
  82. .content h2{
  83. font-size:20px;
  84. padding-bottom:20px;
  85. }
  86. .content p{
  87. font-size:15px;
  88. margin-bottom:80px;
  89. }
  90. .button-two{
  91. padding: 15px 20px 13px 20px;
  92. margin:0 auto;
  93. text-align:center;
  94. font-size:18px;
  95. border-radius:4px;
  96. -webkit-border-radius:4px;
  97. -moz-border-radius:4px;
  98. }
  99. .block-three{
  100. height:500px;
  101. background-size:100% 46%;
  102. padding:0px;
  103. margin-bottom:50px;
  104. }
  105. .dis{
  106. width:100%;
  107. padding:76% 10px 0px 10px;
  108. text-align:justify;
  109. }
  110. .dis h2{
  111. font-size:20px;
  112. padding-bottom:10px;
  113. }
  114. .dis p{
  115. font-size:14px;
  116. line-height:20px;
  117. }
  118. .block-four{
  119. padding:0px;
  120. height:800px;
  121. }
  122. .block-four .fx{
  123. display:block;
  124. padding-bottom:20px;
  125. }
  126. .content-four{
  127. width:100%;
  128. padding:0px 10px;
  129. padding-top:220px;
  130. }
  131. .block-four .fx img {
  132. width: 100%;
  133. height: 200px;
  134. position: absolute;
  135. top: 0;
  136. }
  137. .content-four h2{
  138. font-size:20px;
  139. padding-bottom:20px;
  140. padding-left:0px;
  141. }
  142. .content-four p{
  143. font-size:14px;
  144. text-align:justify;
  145. }
  146. .image-four{
  147. position:relative;
  148. top:0;
  149. left:0;
  150. width:100%;
  151. height:200px;
  152. }
  153. .footer{
  154. height:400px;
  155. }
  156. .footer h2{
  157. width:100%;
  158. font-size:20px;
  159. padding:33px 0px 50px 0px;
  160. }
  161. .footer form{
  162. width:100%;
  163. padding:0px 10px;
  164. }
  165. .footer form p input{
  166. font-size:16px;
  167. padding:10px;
  168. border-radius:4px;
  169. -webkit-border-radius:4px;
  170. -moz-border-radius:4px
  171. }
  172. #modal_form {
  173. width:310px;
  174. margin-left:-155px;
  175. top:13% !important;
  176. }
  177. #modal_form #modal_close {
  178. display:block;
  179. }
  180. #modal_form h2{
  181. font-size:24px;
  182. }
  183. #modal_form p{
  184. font-size:18px;
  185. padding-bottom:20px;
  186. }
  187. #modal_form form p input{
  188. height:50px;
  189. font-size:16px;
  190. }
  191. #modal_form form :last-child {
  192. padding-top:15px;
  193. }
  194. #modal_form form :last-child input{
  195. padding-top:5px;
  196. }
  197. #modal_close img{
  198. width:20px;
  199. }
  200. }