empower-renewable-website/assets/css/style.css

64 lines
1.2 KiB
CSS
Raw Normal View History

2024-03-10 11:00:33 +07:00
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
html,
body {
font-family: "Inter", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-variation-settings: "slnt" 0;
}
@media (min-width: 40em) {
/* Bump up size of carousel content */
.banner-caption p {
margin-bottom: 1.25rem;
font-size: 1.25rem;
line-height: 1.4;
}
}
.bg-primary, .text-bg-primary {
background-color: #2f3448 !important;
}
.bi {
margin-left: 10px;
margin-right: 10px;
text-decoration: none;
}
#socialMediaSection a {
text-decoration: none;
}
#banner-1 {
background: rgba(0, 0, 0, 0.3) url("../images/banners/1.webp");
background-blend-mode: darken;
background-position: center;
background-size: cover;
}
#banner-2 {
background: rgba(0, 0, 0, 0.3) url("../images/banners/2.webp");
background-blend-mode: darken;
background-position: center;
background-size: cover;
}
#banner-3 {
background: rgba(0, 0, 0, 0.3) url("../images/banners/3.webp");
background-blend-mode: darken;
background-position: center;
background-size: cover;
}
#mainLogo {
max-width: 100%;
height: 40px;
}
#companyLogo {
max-width: 100%;
height: 100px;
}