BCB Bank static website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

151 lines
2.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. }
  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. .about-content .inner-container .description {
  64. width: 60%;
  65. align-self: center;
  66. display: flex;
  67. justify-content: space-between;
  68. flex-direction: column;
  69. }
  70. .about-content .inner-container .description p {
  71. width: 100%;
  72. }
  73. .about-content .inner-container .description marked {
  74. color: #28aae2;
  75. }
  76. .about-content .inner-container .description .heading {
  77. font-weight: bold;
  78. font-size: 36px;
  79. font-family: archivo-black;
  80. color: #403e41;
  81. }
  82. .about-content figure {
  83. width: 37%;
  84. align-self: center;
  85. display: flex;
  86. }
  87. .about-content figure img {
  88. width: 100%;
  89. align-self: center;
  90. }
  91. .about-content p {
  92. margin-top: 30px;
  93. width: 90%;
  94. margin: 30px auto 0;
  95. padding-bottom: 50px;
  96. }
  97. #our-team {
  98. width: 90%;
  99. margin: 30px auto 100px;
  100. }
  101. #our-team h3 {
  102. font-size: 36px;
  103. color: #403e41;
  104. text-align: center;
  105. font-family: archivo-black;
  106. }
  107. #our-team h3 marked {
  108. color: #28aae2;
  109. display: inline;
  110. }
  111. #our-team marked {
  112. color: #28aae2;
  113. padding: 10px 0 0;
  114. text-align: center;
  115. display: block;
  116. font-weight: bold;
  117. }
  118. #our-team .owl-team {
  119. margin: 50px 0;
  120. }
  121. #our-team .section-container {
  122. margin: 0 20px;
  123. }
  124. #our-team figure {
  125. width: 100%;
  126. display: block;
  127. margin: 0 auto;
  128. }
  129. #our-team figure img {
  130. width: 100%;
  131. }
  132. #our-team p {
  133. text-align: center;
  134. margin-top: 10px;
  135. }
  136. #our-team .owl-team-btn {
  137. margin: 20px auto;
  138. text-align: center;
  139. padding: 20px 0;
  140. }
  141. #our-team .owl-team-btn i {
  142. font-size: 16px;
  143. padding: 0 10px;
  144. color: #28aae2;
  145. cursor: pointer;
  146. }
  147. /*# sourceMappingURL=about.css.map */