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.
 
 
 
 

87 line
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. @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. .service-content {
  43. width: 90%;
  44. margin: 60px auto;
  45. display: flex;
  46. justify-content: space-between; }
  47. .service-content .scene-container {
  48. overflow: hidden;
  49. width: 70%;
  50. background-color: #f0f0f0; }
  51. .service-content object {
  52. overflow-x: hidden;
  53. display: none;
  54. width: 100%;
  55. height: 100%; }
  56. .service-content object.active {
  57. display: block; }
  58. @media screen and (max-width: 1024px) {
  59. .service-content object.active {
  60. display: none; } }
  61. .service-content iframe {
  62. display: none; }
  63. @media screen and (max-width: 1024px) {
  64. .service-content iframe.active {
  65. display: block; } }
  66. .service-content ul {
  67. width: 25%;
  68. display: flex;
  69. flex-direction: column;
  70. justify-content: space-evenly; }
  71. .service-content ul li {
  72. list-style: none;
  73. padding: 10% 0;
  74. border-bottom: 2px solid white;
  75. text-align: center;
  76. cursor: pointer;
  77. background-color: #fcfcfc;
  78. color: #808285; }
  79. .service-content ul li.active {
  80. background-color: #28aae2;
  81. color: white; }
  82. .service-content ul li:last-child {
  83. border-bottom: none; }
  84. /*# sourceMappingURL=service.css.map */