BCB Bank static website
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

189 righe
3.6 KiB

  1. @font-face {
  2. src: url("fonts/Archivo_Black/ArchivoBlack-Regular.ttf") format("truetype");
  3. font-family: archivo-black;
  4. font-style: normal;
  5. }
  6. @font-face {
  7. src: url("fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype");
  8. font-family: open-sans;
  9. font-weight: bolder;
  10. }
  11. @font-face {
  12. src: url("fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype");
  13. font-family: open-sans;
  14. font-weight: bold;
  15. }
  16. @font-face {
  17. src: url("fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype");
  18. font-family: open-sans;
  19. font-style: normal;
  20. }
  21. @font-face {
  22. src: url("fonts/Open_Sans/OpenSans-LightItalic.ttf") format("truetype");
  23. font-family: open-sans;
  24. font-weight: normal;
  25. font-style: italic;
  26. }
  27. .banner {
  28. height: 30vh;
  29. background-image: url("../images/cover-image.jpg");
  30. background-size: cover;
  31. background-repeat: no-repeat;
  32. display: flex;
  33. justify-content: center;
  34. position: relative;
  35. }
  36. .banner:after {
  37. content: "";
  38. width: 100%;
  39. height: 100%;
  40. position: absolute;
  41. background-color: rgba(64, 62, 65, 0.6);
  42. }
  43. .banner h3 {
  44. text-align: center;
  45. align-self: center;
  46. font-size: 36px;
  47. color: white;
  48. z-index: 1;
  49. }
  50. .about-content {
  51. margin: 50px auto;
  52. line-height: 1.8;
  53. letter-spacing: 0.8px;
  54. color: #808285;
  55. border-bottom: 1px solid #f1f1f1;
  56. }
  57. .about-content .inner-container {
  58. display: flex;
  59. justify-content: space-between;
  60. width: 90%;
  61. margin: 0 auto;
  62. }
  63. @media screen and (max-width: 1024px) {
  64. .about-content .inner-container {
  65. flex-direction: column;
  66. }
  67. }
  68. .about-content .inner-container .description {
  69. width: 60%;
  70. align-self: center;
  71. display: flex;
  72. justify-content: space-between;
  73. flex-direction: column;
  74. }
  75. @media screen and (max-width: 1024px) {
  76. .about-content .inner-container .description {
  77. width: 100%;
  78. }
  79. }
  80. .about-content .inner-container .description p {
  81. width: 100%;
  82. }
  83. .about-content .inner-container .description mark {
  84. color: #28aae2;
  85. }
  86. .about-content .inner-container .description .heading {
  87. font-weight: bold;
  88. font-size: 36px;
  89. font-family: archivo-black;
  90. color: #403e41;
  91. }
  92. .about-content figure {
  93. width: 37%;
  94. align-self: center;
  95. display: flex;
  96. height: 50vh;
  97. }
  98. @media screen and (max-width: 1024px) {
  99. .about-content figure {
  100. width: 100%;
  101. }
  102. }
  103. .about-content figure img {
  104. width: 100%;
  105. align-self: center;
  106. height: 100%;
  107. object-fit: cover;
  108. object-position: top;
  109. }
  110. .about-content p {
  111. width: 90%;
  112. margin: 0 auto 0;
  113. padding-bottom: 50px;
  114. }
  115. @media screen and (max-width: 1024px) {
  116. .about-content p {
  117. margin: 0 auto;
  118. }
  119. }
  120. .about-content .features {
  121. width: 90%;
  122. margin: 20px auto;
  123. }
  124. .about-content .features h3 {
  125. margin-bottom: 10px;
  126. }
  127. .about-content .features p {
  128. width: 100%;
  129. padding: 0;
  130. }
  131. .about-content .features ul {
  132. margin-bottom: 20px;
  133. margin-left: 30px;
  134. }
  135. #our-team {
  136. width: 90%;
  137. margin: 30px auto 100px;
  138. }
  139. #our-team h3 {
  140. font-size: 36px;
  141. color: #403e41;
  142. text-align: center;
  143. font-family: archivo-black;
  144. }
  145. #our-team h3 marked {
  146. color: #28aae2;
  147. display: inline;
  148. }
  149. #our-team marked {
  150. color: #28aae2;
  151. padding: 10px 0 0;
  152. text-align: center;
  153. display: block;
  154. font-weight: bold;
  155. }
  156. #our-team .owl-team {
  157. margin: 50px 0;
  158. }
  159. #our-team .section-container {
  160. margin: 0 20px;
  161. }
  162. #our-team figure {
  163. width: 100%;
  164. display: block;
  165. margin: 0 auto;
  166. }
  167. #our-team figure img {
  168. width: 100%;
  169. }
  170. #our-team p {
  171. text-align: center;
  172. margin-top: 10px;
  173. }
  174. #our-team .owl-team-btn {
  175. margin: 20px auto;
  176. text-align: center;
  177. padding: 20px 0;
  178. }
  179. #our-team .owl-team-btn i {
  180. font-size: 16px;
  181. padding: 0 10px;
  182. color: #28aae2;
  183. cursor: pointer;
  184. }
  185. /*# sourceMappingURL=about.css.map */