BCB Bank static website
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 

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