BCB Bank static website
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

120 rader
2.3 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. width: 90%;
  52. margin: 50px auto;
  53. }
  54. .about-content .inner-container {
  55. display: flex;
  56. justify-content: space-between;
  57. }
  58. .about-content .inner-container .description {
  59. width: 60%;
  60. align-self: center;
  61. display: flex;
  62. justify-content: space-between;
  63. flex-direction: column;
  64. }
  65. .about-content .inner-container .description .heading {
  66. font-weight: bold;
  67. font-size: 36px;
  68. }
  69. .about-content figure {
  70. width: 30%;
  71. }
  72. .about-content figure img {
  73. width: 100%;
  74. }
  75. .about-content p {
  76. margin-top: 30px;
  77. }
  78. #our-team {
  79. width: 90%;
  80. margin: 30px auto 100px;
  81. }
  82. #our-team h3 {
  83. font-size: 36px;
  84. color: #403e41;
  85. text-align: center;
  86. }
  87. #our-team .owl-team {
  88. margin: 50px 0;
  89. }
  90. #our-team .section-container {
  91. margin: 0 20px;
  92. }
  93. #our-team figure {
  94. width: 100%;
  95. display: block;
  96. margin: 0 auto;
  97. }
  98. #our-team figure img {
  99. width: 100%;
  100. }
  101. #our-team p {
  102. text-align: center;
  103. margin-top: 10px;
  104. }
  105. #our-team .owl-team-btn {
  106. margin: 20px auto;
  107. text-align: center;
  108. padding: 20px 0;
  109. }
  110. #our-team .owl-team-btn i {
  111. font-size: 16px;
  112. padding: 0 10px;
  113. color: #28aae2;
  114. cursor: pointer;
  115. }
  116. /*# sourceMappingURL=about.css.map */